@font-face{
    font-family: 'Nexa_bold';
    src: url('fonts/nexabold-webfont.woff');
}

@font-face{
    font-family: 'Nexa_light';
    src: url('fonts/nexalight-webfont.woff');
}

@font-face{
    font-family: 'Poppins_black';
    src: url('fonts/poppins-black-webfont.woff');
}

@font-face{
    font-family: 'Poppins_bold';
    src: url('fonts/poppins-black-webfont.woff');
}

@font-face{
    font-family: 'Poppins_regular';
    src: url('fonts/poppins-regular-webfont.woff');
}

body{
    margin: 0px;
    padding: 0px;
    background-color:black;
}

/*Hamburger menu*/
#hamburger,
#menu,
#sluiten{
    position: absolute;
    top: 0;
    right: 0;  
}

#sluiten {
    font-size: 30px;
   color: black;
}

#hamburger {
    font-size: 30px;
    padding: 20px;
   color: white;
}

#menu {
    display: none;
    transition-property: display;
    width: 10%;
    height: 40%;
    
}

#menu.active {
    display: block; 
}

nav ul{
    list-style-type: none;
    background-color: white;
    margin: 0;
}

li a{
    display: inline-block;
    text-decoration: none;
    font-family: 'Nexa_light';
    text-transform: uppercase;
    color: black;
    margin: 5%;
    padding: 5%;
}

li a:hover{
    background-color: white;
    color: black;
    font-weight: bolder;
    font-family: 'Nexa_bold';
    text-align: left;
    text-decoration: underline;
}

li a:active {
    background-color: black;
    color: white;
}

header {
    background-color: black;
    width: 100%;
    height: 100%;
    margin: 0%;
}

img.logo{
    width: 5%;
    padding-left: 2%;
}

h3 a{
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Nexa_light';
}

div.voorwaarden{
    padding: 10%;
    padding-top: 5%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    background-color: white;
}

h2{

    font-family: 'Nexa_bold';
    text-align: center;
    margin: 5%;
    text-transform: uppercase;
    font-size: 250%;
}

p{
    font-family: 'Nexa_light';
    text-align: center;
    margin: 0%;
    font-size: 120%;
}