*{
  box-sizing: border-box;
}

body{
  margin:0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size:1rem;
  font-weight:normal;
  line-height:1.5;
  color:#333;
  overflow-x:hidden;
}

.v-header{
  height:100vh;
  display:flex;
  align-items:center;
  color:#fff;
}



.container{
  max-width:960px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  text-align:center;
}

.fullscreen-video-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}

.fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
}

.header-overlay{
  height:100vh;
  position: absolute;
  top:0;
  left:0;
  width:100vw;
  z-index:1;
  background:#225470;
  opacity:0;
}

.header-content{
  z-index:2;
}

.header-content h1{
  font-size:50px;
  margin-bottom:0;
}

.header-content p{
  font-size:1.5rem;
  display:block;
  padding-bottom:2rem;
}

.btn{
  background: #347F51;
  color:#fff;
  font-size:1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

.btn:hover{
  background-color: #53CC82;
  transition: all 0.5s ease-in;
}


.navigatie{
  background:  	#696969;
  color: #ffffff;
  padding-top: 5px;
  min-height: 70px;
  border-bottom: #ffffff 3px solid;
  margin: 0;
  }

.navigatie a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.navigatie a:hover{
  color: red;

}

.navigatie ul{
  padding: 0px;
}

.navigatie li{
  float:left;
  display: inline;
  padding: 0 20px 0 20px;
}

.section{
  padding:20px 0;
}

.section-a{
  background:#f4f4f4;
  padding-bottom: 4rem;
}

.section-b{
  background:#282e34;
  color:#fff;
}


.afbeelding1, .afbeelding2, .afbeelding3{
  position: relative;
  opacity: 0.70;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.afbeelding1{
background-image: url('../img/shop.jpg');
min-height: 300px;
}

.afbeelding2{
background-image: url('../img/studeren.jpeg');
min-height: 300px;
}

.afbeelding3{
background-image: url('../img/contact.jpeg');
min-height: 300px;
}

.ptext{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext a{
  text-decoration: none;
  color: #fff;
}

.ptext .border{
  background-color: #111;
  color: #fff;
  padding: 20px;
}


.btn2{
  color: #333;
  font-size:1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  border:#333 solid 1px;
}

.btn2:hover{
  background-color: #333;
  color: white;
}


@media(max-width:960px){
  .container{
    padding-right:3rem;
    padding-left:3rem;
  }
} /* einde media 960px */

@media (max-width: 768px) {
  .header-content h1{
    font-size:30px;
    margin-bottom:0;
  }

  .header-content p{
    font-size:1rem;
    display:block;
    padding-bottom:2rem;
  }

  .btn{
    font-size:1rem;
    padding: 0.5rem 0.7rem;
  }

  .afbeelding1, .afbeelding2, .afbeelding3{
    background-attachment:scroll;
    min-height: 200px;
  }

  .ptext{
    font-size: 15px;
  }

  .ptext .border{
    background-color: #111;
    color: #fff;
    padding: 10px;
  }

  .btn2{
    font-size:0.8rem;
    padding: 0.5rem 0.7rem;
  }

  .section-a p{
    font-size: 0.8rem;
  }

  .google-maps iframe{
    height: 200px;
  }
} /* einde media 768px */


@media (max-width: 480px) {

  .header-content h1{
    font-size:20px;
    margin-bottom:0;
  }

  .header-content p{
    font-size:0.8rem;
    display:block;
    padding-bottom:2rem;
  }

  .btn{
    font-size:0.8rem;
    padding: 0.5rem 0.7rem;
  }

  .navigatie a{
    font-size: 10px;
  }

  .navigatie li{
    padding: 0 5px 0 5px;
  }

  .afbeelding1, .afbeelding2, .afbeelding3{
    background-attachment:scroll;
    min-height: 100px;
  }

  .ptext{
    font-size: 10px;
  }

  .ptext .border{
    background-color: #111;
    color: #fff;
    padding: 10px;
  }

  .btn2{
    font-size:0.8rem;
    padding: 0.5rem 0.7rem;
  }

  .section-a p{
    font-size: 0.75rem;
  }

  .google-maps iframe{
    height: 200px;
  }

}/* einde media 480px */
