
footer .footer-link { 
	color: white;  
	text-decoration: none; 
	display:block;
	padding-bottom:3px;
}

footer a {
	color: white;  
	text-decoration: none; 
}



footer {
	background-color: #132343;
	color:white;
	padding-top: 7vw;
	padding-bottom: 7vw;
	padding-left: 5vw;
	padding-right: 5vw;
}

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

footer .footer-legals a {
	color: white;  
	text-decoration: none; 
}


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

footer a:hover { 
	color: white; 
	text-decoration: underline; 
}



