body{
	background-color: #666E76;
}
.menu{
	background-color: #66ca7d ;
}
ul li a{
	color: #FFF !important;
}
ul li a:hover{
	color: #5f8d5f !important;
}

.menu-scroll{
	background: #5f8d5f !important;
}

@media (max-width: 800px){
	.menu{
		background: #263271 !important;
	}
}