
footer .footer-link { 
	color: rgb(40, 39, 39);  
	text-decoration: none; 
	display:block;
	padding-bottom:3px;
}

footer a {
	color: rgb(36, 34, 34);  
	text-decoration: none; 
}



footer {
	background-color: #acacac;
	color:rgb(39, 38, 38);
	padding-top: 7vw;
	padding-bottom: 7vw;
	padding-left: 5vw;
	padding-right: 5vw;
}

footer .footer-title {
	text-transform: uppercase;
	color:#212122;
	font-size: 15px;
	
}

footer .footer-legals a {
	color: rgb(39, 38, 38);  
	text-decoration: none; 
}


footer .sponsor-image {
	height: 150px;
	width:auto;
	display:inline-block;
	vertical-align:bottom;
}

footer a:hover { 
	color: rgb(34, 27, 27); 
	text-decoration: underline; 
}



