/**
enkele less-file voor de skell
 */
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Sanchez:400,400i&subset=latin-ext');
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 22px;
  background-color: #f29400;
  color: #fff;
}
h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  text-decoration: none;
}
h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  color: white;
  text-decoration: underline;
}
h1 + p,
h2 + p {
  margin-top: 0;
}
a#logohouder {
  display: block;
  opacity: 1;
  animation-name: sihwfadein1000;
  animation-duration: 3s;
  animation-delay: 10s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  width: 630px;
  height: 120px;
  background-repeat:no-repeat;
  background-image: url(logo_wit.png);
  background-size: cover;
  margin: 5vh 0 0 15vw;
}
@keyframes sihwfadein1000 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 499px) {
  a#logohouder {
    margin: 2vh 0 0 5vw;
  }
}
#tekst {
  opacity: 1;
  animation-name: sihwfadein1000;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  margin: 5vh 15vw 0 15vw;
}
@keyframes sihwfadein1000 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 499px) {
  #tekst {
    margin: 2vh 5vw 0 5vw;
  }
}
#oversihw {
  opacity: 1;
  animation-name: sihwfadein1000;
  animation-duration: 1.5s;
  animation-delay: 20s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  font-size: 16px;
  margin: 8vh 15vw 0 15vw;
  text-align: left;
}
@keyframes sihwfadein1000 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 499px) {
  #oversihw {
    margin: 4vh 5vw 0 5vw;
  }
}
@media (min-width: 500px) {
  #oversihw {
    text-align: justify;
  }
}
/*# sourceMappingURL=skel.css.map */