@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');
}


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;
}

div.foto_header{
    background-image: url("images/homepage_foto.jpg"); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10%;
    background-position: center;
    text-align: right;  
}

h1{
    color: white;
    text-align: center;
    font-family:'Nexa_bold';
}

img.logo{
    position: absolute;
    width: 15%;
}

figure{
     
      margin:0px;
      margin-right: 15%;
      padding: 0px;
      text-align: center;     
}

.row {
    width: 100%;
    overflow: hidden; 
}

.column {
    max-width: 33%;
    float: left;
}

h2{
    color: white;
    text-align: center;
    font-family:'Nexa_bold';
    text-transform: uppercase;
    font-family: 'Poppins_bold';
}

img.ronde_foto{
    width: 25%;
    padding: 5%;
    border-radius: 50% 50%;
    display: block;
    margin: 0 auto;
}

img.beericon{
    width: 5%;
    margin: 0 auto ;
    display: block; 
}

p{
    color: white;
    text-align: center;
    font-family: 'Nexa_bold';
}

a.assortiment{
    color: #1E7BE6;
    font-family:'Poppins_bold';
}

a.brouwen{
    color: #FFE00A;
    font-family:'Poppins_bold';
}

a.overons{
    color: #2CBD0E;
    font-family:'Poppins_bold';
}

a.proeven{
    color: #FF0C0C;
    font-family:'Poppins_bold';
}


footer{
    padding-bottom: 3%;
}

footer p{
    color: gray;
    font-size: 80%;
}
