*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (min-width: 75em) {
  html {
    font-size: 65%;
  }
}

@media only screen and (max-width: 50em) {
  html {
    font-size: 57%;
  }
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 50%;
  }
}

body {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
}

a:link, a:visited {
  display: inline;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: black;
}

a:hover {
  color: #F8C303;
}

ul {
  list-style-type: none;
}

header {
  position: relative;
}

header img {
  width: 100vw;
  position: absolute;
  margin-left: .2rem;
}

.empty {
  width: 100vw;
}

nav {
  background-color: #b8b2ad;
  text-align: center;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav ul li {
  padding: 1rem 2rem;
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.light {
  -webkit-animation-name: light;
          animation-name: light;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.padding {
  padding: 4rem 20rem 6rem 20rem;
}

@media only screen and (max-width: 62.5em) {
  .padding {
    padding: 4rem 12rem 6rem 12rem;
  }
}

@media only screen and (max-width: 62.5em) {
  .padding {
    padding: 4rem 8rem 6rem 8rem;
  }
}

@media only screen and (max-width: 50em) {
  .padding {
    padding: 4rem 6rem 6rem 6rem;
  }
}

.dark {
  background-color: #eeeeee;
}

.full {
  width: 100vw;
}

h2 {
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  color: white;
  background-color: black;
}

.correctie {
  margin-bottom: -1.2rem;
}

.footer_container {
  background-color: #b8b2ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_container .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150rem;
  margin: 0 auto;
  padding: 2rem 4rem;
  text-align: center;
}

.footer_container .footer_item {
  margin: 2rem;
}

.footer_container .footer_item a:hover {
  color: #F8C303;
}

.footer_container .footer_item i {
  font-size: 3rem;
  -webkit-text-stroke: black .5px;
  padding: 0 2rem 2rem 2rem;
}

.footer_container .footer_item p {
  font-size: 1.4rem;
  color: black;
}

@media only screen and (max-width: 50em) {
  .footer_container .footer_item {
    width: 100%;
  }
}

.EG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 2rem;
}

.EG .EGimg {
  height: 3.5rem;
}
/*# sourceMappingURL=main.css.map */