html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

@font-face {
  font-family: haviland;
  src: url('MrDeHaviland-Regular.ttf');
}

@font-face {

}

.taust {
  position: absolute;
  top: 10%;
  left: 0%;
  background: url('back.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 55%;
  max-height: 70%;
  /*position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: -50%;
  width: 150%;
  height: 100%;
  background: url('back.jpg') no-repeat center center;
  background-size: cover;
  z-index: -1;*/
}

.logo {

}

.logo a {
  text-decoration: none;
  color: black;
  top: 2%;
  left: 3%;
  position: absolute;
  height: 32px;
  width: 100px;
  background: url("FB-FindUsonFacebook-online-100.png") center no-repeat;
  background-size: contain;
  opacity: 0.9;
}

.logo a:hover {
  opacity: 1;
}

/*
.logo span {
  display: none;
  position: absolute;
  font-size: 111px;
  font-style: italic;
  font-family: haviland;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 0px #ffffff, 6px 6px 0px rgba(0,0,0,0.2);
  color: rgb(179,0,0);
  text-align: center;
  line-height: normal;
  z-index: 6;
}
*/

.keel {
  position: absolute;
  top: 3%;
  right: 5%;
}

.keel a {
  color: black;
  text-decoration: none;
  opacity: 0.6;
}

.keel a:hover {
  color: black;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 30%;
  left: 10%;
  margin: 0;
  width: 80%;
  height: 45%;
  background: rgb(253, 255, 212);
  opacity: 0.8;
  background-size: cover;
  z-index: 1;
}

.content {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 75%;
  height: 40%;
  z-index: 5;
  margin: 2%;
}

.content h1 {
text-align: center;
}

.content p {
  text-align: center;
}

.content p a {
  color: blue;
  text-decoration: none;
  opacity: 0.7;
}

.maincontfoot {
  position: absolute;
  top: 110%;
  margin-left: calc(50% - 160px);
  width: 320px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .overlay {
    position: absolute;
    top: 30%;
    left: 10%;
    margin: 0;
    width: 80%;
    height: 60%;
    background: rgb(253, 255, 212);
    opacity: 0.8;
    background-size: cover;
    z-index: 1;
  }

  .content {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 75%;
    height: 65%;
    z-index: 5;
    margin: 2%;
  }

  .maincontfoot {
    position: absolute;
    top: 100%;
    margin-left: calc(50% - 160px);
    width: 320px;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .overlay {
    position: absolute;
    top: 30%;
    left: 10%;
    margin: 0;
    width: 80%;
    height: 65%;
    background: rgb(253, 255, 212);
    opacity: 0.8;
    background-size: cover;
    z-index: 1;
  }

  .content {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 75%;
    height: 65%;
    z-index: 5;
    margin: 2%;
  }
}
