@import url("reset.css");
/************************** font *********************************/
@font-face {
	font-family: BAUHS93;
	src: local('BAUHS93'), url('font/BAUHS93.woff') format('woff');
}


/*****************************************************/
body, html {
  height: 100%;
}

.bg {
  /* The image used */
  background-color: #F5F5EA;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#kollektiva {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /**********/
  color: #8a9977 /*!important*/;
  font-size: 2.85rem;
  font-family: 'BAUHS93', sans-serif !important;
  font-weight: bold;
  letter-spacing: .1rem;
  opacity: 1;
  text-decoration: none;
}