@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%;
}

div.foto_header{
    background-image: url("images/Overzicht.jpg"); 
    background-attachment: fixd;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 7%;
    background-position: center ;
    text-align: right;
}

div.flessen_info{
    background-image: url("images/flesse_info.png");
    background-size: 95%;
    padding: 30%;
    padding-top: 1%;
    padding: bottom 0%;
    margin: 0%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.tekst{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h2{
    color: white;
    text-align: center;
    font-family: 'Poppins_bold';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0%;   
}

p{
    color: white;
    text-align: center;
    font-family: 'Nexa_bold';
}

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';
}

a#button_proeven{
    color: white;
    font-family: 'Poppins_regular';
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
 }

div.button_proeven{
    padding: 4%;
    width: 175px;
    height: 15px;
    font-size: 19px;
    background-color: #1E7BE6;
    margin-bottom: 5%;
    border-radius: 40px;
    border:none;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(30%, -20%);
}


a#button_proeven:hover{
    color: red;
    text-decoration: none;
}