*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{background-color: #F5F1ED;}
header{
    width: 100%;
    height: 10em;
}
header img{
    width: 9%;
    float: left;
    margin-top: -1em;
}
nav ul{
    list-style: none;
    float: right;
    margin-top: 1.3em;
    margin-right: 2em;
    
}
nav ul li{
    display: inline-block;
    
}
nav ul li a {
    display: block;
    width: 9em;
    height: 2em;
    background-color:#FF3F00;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    border-radius: 15px;
    color:#112A46;
}
main{
    width: 99%;
    margin: 0 auto;
    
}
main article{
    width: 50%;
    float: left;
}
main article img{
    width: 99%;
    border-radius: 45%;
    
}
main aside{
    width: 50%;
    height: 26.45em;
    float: left;
}
main aside h3{
    margin-top: 1em;
    margin-left: 1em;
    font-family: monospace, Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 250%;
}
main aside p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 140%;
    margin-left: 1em;
}
main aside ul{
    list-style: none;
}
main aside ul li{
  
    display: inline;
}
main aside ul li a{
    display: inline-block;
    width: 40%;
    height: 2em;
    background-color:#FF3F00;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    border-radius: 15px;
    color: #112A46;
    margin-top: 2em;
    margin-left: 3em;
}
#btn_blue{
    background-color: #b9ddff;
}
#overOns{
    width: 100%;
    height: 40em;
    clear: both;
}
figure{
    width: 30%;
    display: inline-block;
    margin: 1em;
    margin-top: 7em;
}
figure figcaption{
    font-size: 300%;
    text-align: center;
    color: #112A46;
}
#overOns img{
    width: 100%;
    height: 20em;
    float: left;
    margin-left: 2.5%;
    margin-top: 5em;
    margin-bottom: 2em;
    vertical-align: top;
    border-radius: 10%;
}

#overOns ul {
    clear: both;
}
#locatie{
    clear: both;
    width: 90%;
    height: 41em;
    margin: 0 auto;
}
#locatie aside{
    width: 60%;
    height: 40em;
    float: left;
}
#locatie aside ul{
    list-style: none;
    float: left;
    margin-top: 7em;
    margin-left: 5em;
    
}
#locatie aside h3{
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 3em;
    font-family: monospace, Arial, Helvetica, sans-serif;
    color: #FF3F00;
}

#locatie aside ul li{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    color: 112A46;
}
#locatie aside img{
    margin-top: 8em;
    margin-left: 9em;
    width: 35%;
}
#locatie article{
    height: 40em;
}
#locatie article img{
    margin-top: 5.5em;
    width: 40%;
    border-radius: 2%;
}
footer{
    width: 100%;
    height: 20em;
}
footer form{
    width: 33%;
    height: 18em;
    float: left;
    margin-top: 1em;
    margin-left: 0.3%;
}
footer form label{
    display: block;
    margin-top: 2em;
    margin-left: 2em;
    text-align: center;
}
footer form h4{
    text-align: center;
    color: #112A46;
}
form button{
    width: 10em;
    margin-top: 2em;
    margin-left: 10em;
    text-align: center;
    width: 50%;
    height: 2em;
    border: none;
    border-radius: 10px;
    background-color: #FF3F00;
    color:#112A46;
}
#kolom1 {
    width: 33%;
    height: 18em;
    float: left;
    margin-top: 1em;
    margin-left: 0.3%;
}
#kolom1 img{
    width: 60%;
    margin-left: 6em;
}
#kolom2{
    width: 33%;
    height: 18em;
    margin-top: 1em;
    float: right;
}
#kolom2 ul{
    list-style: none;
}
i{
    font-size: 3.9em;
    margin-left: 3.2em;
    color: rgb(26, 27, 28);
}
i:hover{
    color: #FF3F00;
}
#copyright{
    background-color: black;
    color: rgba(245, 245, 245, 0.75);
    text-align: center;
}