
header .logo {                                       
	background-color: #018869;
}

.logo-brand {
	/* width: 100%; */
	min-width: 250px;
	background-color: #FFFFFF;
	
}
.navbar-brand {
	width: 100%;                                    
	z-index: 100;
}

.navbar {
	padding : 10px 10px;
	border: none;
	border-radius: 0;
	/* background: #018869;        
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
	padding: 10px 10px;
}

#logo-container {
	background: url("/resources/static/images/bdes.png") left top no-repeat;
	width: 300px;
	height: 130px;
	background-size: 300px 130px;
}

.nav-link {
    color: #777;
}

nav.navbar div.container div.collapse ul.nav li a:hover {
	background-color: #0059b3;
	/* color: white; */
	border-radius: 5px;
}

.button:hover {
	background-color: #0059b3;
	/* color: white; */
}

