.navbar-custom
{
	background-color: #CBD5C0;
}

.navbar-brand img
{
	max-height: 55px;
	width: auto;
}

@media (min-width: 992px) {
	.navbar-brand img {
		max-height: 90px;
	}
}

.navbar-nav .navbar-link
{
	color: #000000 !important;
}

.navbar-nav .navbar-link:hover
{
	color: #DFE6DA !important;
}

.navbar-toggler
{
	border-color: rgba(76, 82, 79, 0.5);
}

.navbar-toggler-icon
{
	filter: invert(0);
}

.navbar .nav-item .nav-link
{
	font-weight: bold;
	color: #000000;
}

.navbar .nav-item .nav-link:hover
{
	text-decoration: underline;
}
