a:hover {
	text-decoration: none!important;
	color: #00A79D;
}
header {
	background-color: rgba(41,41,41,1);
	padding: 20px 0 0px 0;
}

.top-header ul li a {
	font-size: 15px;
	color: #e7e7e7;
	text-transform: uppercase;
}

.top-header .modal-content {
	background: #1c1c1c;
	border-radius: 0;
	color: #c9c9c9;
	box-shadow: none;
}

footer{
	background-color: #2c2c2c;	
}

footer h2 {
	color: #c9c9c9;	
}

footer ul li a {
	color: #878787;
}
footer ul li a:hover {
	color: #fff !important;
}

footer p {
	color: #878787;
}