@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:white;
}

/*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%; 
}
.brouwen_side_foto{
    float: right;
    margin: 0%;
    padding:0%;
}

figure, aside{
    margin: 0;
    padding:0;
}

h1{
    font-family: 'Nexa_light';
    padding: 5%;
    text-transform: uppercase;
    font-size: 400%;
    margin: 0%;
    margin-right: 2%;
    line-height: 0px;
}

p{
    font-family: 'Nexa_bold';
    padding-left: 5%;
    margin: 0%;
}

p a{ /*link tekst*/
    font-family: 'poppins_black';
    color:#1E7BE6;
}

div.button{
    padding: 1.5%;
    width: 175px;
    height: 15px;
    background-color: #222222;
    border: 2px solid white;
    margin:2%;
    margin-left: 5%;
    border-radius: 40px;
    border:none;
    z-index: -1;
}



div.button_proeven{
    padding: 1.5%;
    width: 175px;
    height: 15px;
    background-color: #222222;
    border: 2px solid white;
    margin:2%;
    margin-left: 5%;
    border-radius: 40px;
    border:none;
    z-index: -1;
}

div.button:hover{
    background-color: white;
    border: 2px solid black;
}

div.button:active{
    background-color: #FFE00A;
    border: 2px solid black;
    color: black;
}

a#button_link_wat,
a#button_link_hoe{
    color: white;
    font-family: 'Poppins_regular';
    text-align: center;
    display: block;
    font-size: 20px;
    z-index: -1;
    text-decoration: none;
}

div#sluiten_popup_wat{
    color: white;
    font-size: 150%;
    text-align: right;
}

 a#button_proeven{
    color: white;
    font-family: 'Poppins_regular';
    text-align: center;
    display: block;
    font-size: 20px;
    z-index: -1;
    text-decoration: none;
   }

 a#button_proeven:hover{
    color: red;
}

#button_link_hoe:hover{
color:black;
}

#button_link_wat:hover{
    color:black;
}


#popup1,
#popup2 {
    display: none;
    color: white;
    padding:2%;
    margin: 0%;
}

#popup1.active,
#popup2.active {
    display: block;
    background-image: url("images/flessen_verticaal.jpg");
    background-size: 100%;
    width: 30%;
    height: 80%;
    margin: 0%;
    margin-left: 5%;
    margin-bottom: 2%;
    padding: 2%;
    position: absolute;;
    transform: translate(80%, -50%);
}

h2{
    color: white;
    padding:2%;
    margin: 0%;
    margin-left: 5%;
    font-family: 'Poppins_bold';
}
/*Pop ups met javascript*/
div#popup1,
div#popup2 p{
    color:white;
    font-family: 'Nexa_light';
}
