/* This CSS file overrides the white main menu link hover from navbar.scss:256 from stackpath.bootstrapcdn.com
.navbar-dark .navbar-nav .nav-link:hover {
	color: #403E26; which was white previously
}*/
.nav-link:hover {
	color: #403E26;
}