/*

 =======================================  
	Dick Akkerhuis Fotografie
	http://www.akker-huis.nl
	
	STYLESHEET: mobNavbar-2018.css
	
	DATUM: 20-03-2018
	
	WIT			=>	#ffffff
	LICHTGRIJS	=>	#cccccc
	Grijs		=>	#e8e8e8
	MIDDENGRIJS	=>	#999999
	DONKERGRIJS	=>	#666666
	BIJNA ZWART	=>	#333333 (background=>body)
	ZWART		=>	#000000
	LOGO D		=>	#e34528
	LOGO A 		=>	#c2ed73
	LOGO F 		=>	#992510
======================================= 

*/

/* NAVIGATIE */
.navbar{
	/* position: fixed;
	width: 100%;
	*/
}
.border{
	border: 1px solid black;
	padding: 3px;
	text-decoration: none;
	border-radius: 3px;
}
#mobMenu h2{
	background-color: #efefef;
	font-weight: normal;
	padding: 3px;
	font-size: 1.5em;
}
#mobMenu ul li{
	list-style-type: circle;
	line-height: 2em;
	padding: 2px;
}
#mobMenu ul li a{
	text-decoration: none;
	font-size: 1.2em;
	
}
#mobMenu ul li a{
	color: #666666;
	display: block;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #fff;

}
#mobMenu ul li a:hover{
	color: red;
	background-color: #e8e8e8;
	border-bottom: 1px solid #ccc;
}
