* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #164194;
  background-image: url('../images/avondbeeld.jpg');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  font-family: 'proxima_nova';
  color: #FFFFFF;
  font-size: 1em;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.4em;
    line-height: 1.2;
    color: #164194;
    text-transform: uppercase;
    font-weight: bold;
}

p {
  color: #909090;
  font-size: 16px;
  line-height: 1.7;
}

.smallspacer {
  height: 8vh;
}

.spacer {
  height: 15vh;
}

.container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

.smallcontainer {
  max-width: 960px;
  width: 75%;
  margin: auto;
}

header {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 180px;
  position: relative;
}

#visit_website {
  color: #164194;
  position: absolute;
  right: 0;
  transition: 0.3s;
  background-color: #FFFFFF;
  padding: 15px 25px 15px 25px;
  text-transform: uppercase;
  text-decoration: none;
}

#visit_website:hover {
  background-color: rgba(225,225,225,0.8);

}


.mainlogo {
  margin-top: 50px;
}

.intro {
  text-align: center;
  margin-bottom: 100px;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.intro img {
  width: 90%;
  margin: auto;
}

.mobile_basline, .mainlogo_mobile {
  display: none;
}

.video-container {
  z-index: 1000!important;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive scaling */
}

.snowleft {
  position: absolute;
  top: -3%;
  left: -0.5%;
  width: 30%;
  z-index: 10;
}

.snowleft img {
  width: 100%;
}

.snowright {
  position: absolute;
  top: -2.5%;
  right: -1%;
  width: 8%;
  z-index: 10!important;
}

.snowright img {
  width: 100%;
}


/* Style the video element to cover the entire container */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.pile {
    margin-top: -15%;
  width: 100%;
}

.pile img {
  width: 100%;
}

.bigpileofsnow {
  margin-top: -20px;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 8%;
  padding-bottom: 10%;
}

.CTAs {
  margin-top: 130px;
  text-align: center;
}

.CTAs p {
  color: #FFFFFF;
}

.b_btn {
  color: #FFFFFF!important;
  font-size: 1.2em;
  padding: 15px 25px 15px 25px;
  background-color: #164194;
  text-decoration: none;
  cursor: pointer!important;
  width: 228px;
  display: inline-block;
  transition: 0.3s;
  text-align: center;
}

.b_btn:hover {
  background-color: #112a62;
}


.column_2 {
  display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 10%;
    grid-row-gap: 25px;
}

.column img {
  width: 100%;
}


.social_btn img {
  width: 100%;
}

.social_btn {
  display: inline-block;
  transition: 0.3s;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.social_btn:hover {
  opacity: 0.6;
}


.footer {
  margin-top: 100px;
  margin-bottom: 50px;
  height: 100px;
  font-size: 0.8em;
  line-height: 2em;
  text-align: center;
}


@media only screen and (max-width: 600px) {

  body {
    font-size: 0.9em;
  }

  .desktop_basline {
    display: none;
  }

  .mobile_basline {
    display: block;
  }

  .mainlogo {
    display: none;
  }

  .mainlogo_mobile {
    display: inline-block;
  }


  header {
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      height: 100px;
      position: relative;
  }


  h1 {
    font-size: 2em;
  }

  .intro {
    margin-bottom: 50px;
  }


  .smallspacer {
    height: 0vh;
  }

  .smallcontainer {
    max-width: 960px;
    width: 80%;
    margin: auto;
  }

  .b_btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;

  }


  .column_2 {
    display: grid;
      grid-template-columns: 100%;
      grid-column-gap: 10%;
      grid-row-gap: 25px;
  }



  .bigpileofsnow {
    margin-top: -20px;
    background-color: #FFFFFF;
    position: relative;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .CTAs  {
    margin-top: 10vh;

  }

  .CTAs p {
    font-size: 0.8em;
  }

}
