/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-nov-2018, 15:35:03
    Author     : JSA Liauw
*/

@import "/css2/main.css";
@import "/css2/headerdropdown.css";



/*

deze regels zijn allemaal verplaatst naar main.css


#header_nav {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
}


#header_nav a {
	width: 12%; 
	font-weight: normal; 
	color: #000;
	margin-bottom: 20px;
	display: block;
}


#header_nav a {
    padding: 0 50px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}



#header .buttons a  {
    margin-left: 20px;
}



#header .buttons a svg,
#header #header_nav a svg   {
    vertical-align: middle;
    margin: 0 10px 0 0;
    fill: #000;
    pointer-events:all;
}

*/
