/* CSS Reset */
.opacity, .item {
  opacity: 0; }

.fade_in {
  animation: fade 550ms ease-in 1 forwards; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Laad-In animatie */
#section-A.active {
  opacity: 1; }

/* Ijskoningin Website*/
html {
  height: 100%;
  width: 100%; }

body {
  height: 100vh; }

.text--wrapper {
  max-width: 900px;
  min-width: 200px;
  position: relative;
  padding: 70px 0;
  margin: 0 auto; }

.title--wrapper {
  font-family: 'LeagueSpartan-Bold';
  font-size: 40px;
  display: inline-block;
  width: auto;
  position: relative;
  text-transform: uppercase;
  color: #07223d; }

#section-C li:nth-child(even) {
  font-family: 'LeagueSpartan-Bold';
  padding-bottom: 20px;
  font-size: 20px; }
#section-C li:nth-child(odd) {
  font-family: 'Lora-Regular';
  /* padding-bottom: 15px; */
  font-size: 16px; }
#section-C li:nth-child(1) {
  padding-top: 40px; }
#section-C li:nth-last-child(1) {
  padding-bottom: 50px; }

.info--wrapper {
  font-family: 'Lora-Regular';
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #07223d;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  word-spacing: 3px;
  padding: 40px; }

.btn {
  font-family: 'LeagueSpartan-Bold';
  background-color: #07223d;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 15px 25px 12px 25px;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px; }

#section-A {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 700ms ease-in; }

#section-A .background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 0; }

#section-A .title--wrapper {
  top: 10%; }

.title--wrapper .title--top {
  width: 600px;
  line-height: 20px;
  transform: translate3d(0%, 0, 0); }

.title--wrapper .title--bottom {
  font-family: 'Lora-Regular';
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  color: #07223d;
  left: 50%;
  transform: translate3d(0%, 0, 0); }

#section-A .image--banner {
  bottom: -5%;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  max-width: 700px;
  width: 600px;
  height: 520px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

/* Section-B */
#section-B {
  width: 100%;
  position: relative;
  padding: 0px 20px;
  box-sizing: border-box; }

/* Section C */
#section-C {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #07223d;
  overflow: hidden; }

#section-C .background-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.1); }

li {
  line-height: 30px; }

#section-C .title--wrapper {
  color: #fff;
  text-align: left;
  position: relative;
  transform: translateX(0);
  left: 0;
  margin: 0; }

#section-C .text--wrapper {
  position: relative;
  color: #fff;
  font-size: 20px;
  text-align: left;
  word-spacing: 3px;
  padding: 70px 50px;
  left: 17%;
  margin: 0; }

#section-C .btn {
  background-color: #fff;
  color: #07223d;
  left: 0;
  margin: 0;
  transform: translateX(0); }

/* Section D */
#section-D {
  width: 100%;
  position: relative; }

/* Large Laptops */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* Section-A */
  #section-A .title--wrapper {
    top: 5%; }

  #section-A .title--wrapper .title--top {
    width: 700px; }

  #section-A .title--wrapper .title--bottom {
    font-size: 30px; }

  #section-A .image--banner {
    height: 70%; }

  .text--wrapper .info--wrapper {
    font-size: 20px;
    line-height: 25px;
    word-spacing: 3px;
    padding: 35px; }

  #section-C .text--wrapper {
    left: 12%;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: left;
    word-spacing: 3px;
    margin: 0; }

  #section-C .title--wrapper, #section-C .btn {
    left: 0;
    margin: 0;
    display: inline-block;
    position: relative; } }
/* Laptop/Ipad */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Section-A */
  #section-A .title--wrapper {
    top: 5%; }

  #section-A .title--wrapper .title--top {
    width: 600px; }

  #section-A .title--wrapper .title--bottom {
    font-size: 30px; }

  #section-A .image--banner {
    height: 520px; }

  .text--wrapper .info--wrapper {
    font-size: 16px;
    line-height: 25px;
    word-spacing: 3px;
    padding: 35px; }

  #section-C .text--wrapper {
    left: 12%;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: left;
    word-spacing: 3px;
    margin: 0; }

  #section-C .title--wrapper, #section-C .btn {
    left: 0;
    margin: 0;
    display: inline-block;
    position: relative; } }
/* Tablets*/
@media only screen and (min-width: 425px) and (max-width: 768px) and (orientation: portrait) {
  #section-A .title--wrapper {
    top: 15%; }

  #section-A .title--wrapper .title--top {
    width: 500px; }

  #section-A .title--wrapper .title--bottom {
    font-size: 27px; }

  #section-A .image--banner {
    height: 60%; }

  .text--wrapper .info--wrapper {
    font-size: 18px;
    line-height: 25px;
    word-spacing: 3px;
    padding: 35px; }

  #section-C .text--wrapper {
    left: 0;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: left;
    word-spacing: 3px;
    margin: 0; }

  #section-C .title--wrapper, #section-C .btn {
    left: 0;
    margin: 0;
    display: inline-block;
    position: relative; } }
@media only screen and (min-width: 425px) and (max-width: 768px) and (orientation: landscape) {
  /* Section-A */
  #section-A .title--wrapper {
    top: 15%; }

  #section-A .title--wrapper .title--top {
    width: 500px; }

  #section-A .title--wrapper .title--bottom {
    font-size: 27px; }

  #section-A .image--banner {
    height: 60%; }

  .text--wrapper .info--wrapper {
    font-size: 18px;
    line-height: 25px;
    word-spacing: 3px;
    padding: 35px; }

  #section-C .text--wrapper {
    left: 0;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: left;
    word-spacing: 3px;
    margin: 0; }

  #section-C .title--wrapper, #section-C .btn {
    left: 0;
    margin: 0;
    display: inline-block;
    position: relative; } }
/* Iphone 6/7/8 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
  /* Section-A */
  #section-A .title--wrapper {
    top: 100px; }

  #section-A .title--wrapper .title--top {
    width: 320px; }

  #section-A .title--wrapper .title--bottom {
    font-size: 25px; }

  #section-A .image--banner {
    height: 400px; }

  .text--wrapper .info--wrapper {
    font-size: 16px;
    line-height: 25px;
    word-spacing: 3px;
    padding: 40px; }

  #section-C .text--wrapper {
    margin: 0 auto;
    left: 0; }

  #section-C .title--wrapper, #section-C .btn {
    left: 0;
    margin: 0;
    display: inline-block;
    position: relative; } }
/* Iphone 5/5s/5c/SE/4*/
@media only screen and (max-width: 320px) {
  /* Section-A */
  .info--wrapper {
    font-size: 14px;
    line-height: 25px;
    word-spacing: 3px;
    padding: 20px; }

  .title--wrapper {
    font-size: 30px; }

  #section-A .title--wrapper {
    top: 15%; }

  #section-A .title--wrapper .title--top {
    width: 270px; }

  #section-A .title--wrapper .title--bottom {
    font-size: 20px; }

  #section-A .image--banner {
    height: 330px; }

  #section-C .text--wrapper {
    padding: 80px 30px;
    left: 0; }

  #section-C .btn {
    left: 0;
    margin: 0;
    display: inline-block;
    position: relative; }

  .btn {
    font-size: 14px;
    width: 200px; } }
#o-video-1 {
  width: 100%;
  max-width: 750px;
  height: 422px;
  margin-bottom: 70px; }
  @media all and (max-width: 768px) {
    #o-video-1 {
      max-width: 500px;
      height: 282px; } }

/*# sourceMappingURL=main.css.map */
