a.footer-link {
	color:lightgray;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.footer-link:hover {
	color:white;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: all 0.4s ease;
}