html{
    background-color: #CCE0EE;
}

header{
    padding:45px 0 25px 0;
    width:1100px;
    margin:auto;
}

.nav{
    display: flex;
    flex-direction: row;
    text-align: center;
}
.nav li{
    padding:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
}

img{
    width:180px;
    padding:0;
    display: inline-block;
    margin-top:-40px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1{
    color:black;
    margin-left:20px;
    padding: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    text-transform: uppercase;
}

h2{
    color:black;
    margin-left: 40px;
    padding: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
}

p{color:black;
    margin-left: 40px;
    padding: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;

}

form{
    margin-left:700px;
    width: 550px;
}

label{
    display: inline-block;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 18px;  
}

form li + li{
    margin-bottom:18px;
}

select, input{
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    padding:15px;
    margin-bottom:18px;
    background-color: #CCE0EE;
    border: 1px solid black;
    display:inline-block;
}

input[type=radio] {
    width: 15px;
    margin-left: 90px;
}

.radiotitel {
    display: block;
    font-weight: bold;
}

.radiolabel {
    display: inline-block;
    text-align: right;
}

legend{
    font-size:25px;
    font-weight:700;
    margin-bottom: 10px;
}

.mybutton{
    padding: 10px 14px 10px 14px;
    background: black;
    color: white;
    font-size: 18px;
    font-weight:bolder;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 200px;
}

footer{
    height:300px;
    background-color: black;
    padding:70px 0 90px 0;

}

footer ul{
    width:840;
    margin:0 287px 0px 287px;
    display: flex;
    flex-direction: row;

}

footer li{
    padding-right: 200px;
    color: white;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 2em;
}

#naam{
    color:white;
    margin: 0 280px 0 270px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 25px;
}

#contact{
    background-color: white;
    color: black;
    padding: 20px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

footer a{
    text-decoration: underline;
}

footer p{
    color:grey;
    font-family: "roboto", sans-serif;
    font-size: 15px;
    width: 840;
    margin:0 400px 0 400px;
}

footer img{
    width: 800px;
    padding-top: 80px;
    margin-left:80px;
}