body, h1, h2 {
    margin:0;
    padding:0;
   }
    #index {
    font-family: Arial, sans-serif;
    background-image: url("img/achtergrond1.png");
    background-repeat: no-repeat;
    background-size: cover;
   }
   #formbackground {
       background-image: url("img/Kader\ inschrijving\ voor\ vrs\ 4.png");
       background-repeat: no-repeat;
       background-size: cover;
       width: 33%;
       margin: auto;
       margin-top: 28%;
       background-size: 100%;
   }
#form {
    margin: auto;
    font-family: 'CasablancaAntique';
    
}
#form > h3 {
text-align: center;
    margin-top: 0%;
}
.inputDiv {
    width: 100%;
    margin: 0.5% 0%;
    display: inline-block;
}
.inputDiv > label {
    margin-left: 15%;
}
.inputDiv > label >h3 {
    margin-top: -5%;
}

.center {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#reception {
    background-image: url("img/achtergrond_2.png");
    background-size: cover;
}

#reception > img {
   max-width: 100%; 
}

.receptionVideos {
    max-width: 100%;
}


.receptionVideos > div > video{
    margin-top: 5%;
    width: auto;
    overflow: hidden;
    max-width: 80%;
}


.receptionVideos > div > img {
    margin-top: 5%;
    width: auto;
    overflow: hidden;
    max-width: 80%;
}

