/* Add here all your CSS customizations */
nav a:hover{
	text-decoration: none;
}
.nav a.active, .nav a:hover{
	color: #fda701 !important;
	transition: 0.6s;
}
.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
	border-bottom-color: #fda701;
}

footer .link{
	color: #fda701 !important;
	font-weight: 600;
}