.navbar {
	margin-top: 5px;
	background: #fff;	
	padding: 10px 0;
	border-bottom: 3px solid var(--main-color);
}

.navbar-brand img {height: 22px; margin: 31px 0 0 0px;}

.nav-item {
	margin: 0 10px;
}

.navbar-nav a {
	font-size: 1rem !important;
}

.navbar-nav a:hover {
  background-color: var(--main-color-L);
  /*color: #fff;*/
	border-radius: 4px;
}






@media screen and (max-width: 768px) {
	.navbar-brand img {height: 16px; margin: 0;}
	
	.navbar-nav a:hover {
		background-color: none;
		/*color: #fff;*/
		border-radius: 4px;
	}
}

