/* Custom style */

.navbar-brand img {
	height: auto;
	width:300px
}

.nav-link {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
}

.nav-link.active {
	color: var(--color-orange);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nav-link:hover, .nav-link:focus {
	color:#fff;
	text-decoration: underline;	
	text-underline-offset: 2px;
}

.header .navbar-dark .navbar-nav .nav-link.active {
	color: var(--color-orange);
	text-decoration: underline;
}

#main {
	margin-top: 0;
}

@media (min-width: 992px) {
	
	.navbar-nav .nav-link {
		margin-left: 20px;
	}
	
}