/* DTL https://www.dutchtypelibrary.nl/central navigation CSS stylesheet */
/* Last update: 27 December 2018 */


@font-face {
	font-family: 'DTL Argo WST Medium';
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W14T.eot');
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W14T.eot?#iefix') format('embedded-opentype'),
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W14T.woff') format('woff'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W14T.ttf') format('truetype'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W14T.svg#AC57W14TW') format('svg');
	font-weight: 600;
	font-style: normal;
}



body {
	font-family: 'DTL Argo WST Medium', sans-serif;
}


.dropbtn {
     font-family: 'DTL Argo WST Medium', sans-serif;
 	background-color: #0d0333;
    color: white;
    min-width: 160px;
    height: 20px;
    padding: 1px;
	font-weight: 600;
	font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;	
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #89A8B1;
    color: #0d0333;
    font-family: 'DTL Argo WST Medium', sans-serif;
    font-weight: 600;
	font-style: normal;
}

.dropdown {
    position: relative;
    display: inline-block;
   
     
}

.dropdown-content {
    font-family: 'DTL Argo WST Medium', sans-serif;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    font: inherit;
	font-weight: 600;
	font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;	
    line-height: 6px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    left: -18px;
     z-index: 100;
   
    
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #CFDCDF}


.show {display:block;}



.dropbtn2 {
    font-family: 'DTL Argo WST Medium', sans-serif;
  	background-color: #0d0333;
    color: white;
    min-width: 160px;
    height: 20px;
    padding: 1px;
	font-weight: 600;
	font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;	
    border: none;
    cursor: pointer;
}

.dropbtn2:hover, .dropbtn2:focus {
    background-color: #89A8B1;
    color: #0d0333;
        font-family: 'DTL Argo WST Medium', sans-serif;
        font-weight: 600;
	font-style: normal;

}

.dropdown2 {
    position: relative;
    display: inline-block;
    
     
}

.dropdown-content2 {
    font-family: 'DTL Argo WST Medium', sans-serif;
 	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
	font-weight: 600;
	font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 6px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    left: -18px;
    bottom:100%;
   
    
}

.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown2 a:hover {background-color: #CFDCDF}


.show2 {display:block;}


/* Copyright (c) Dutch Type Library, 2016 */