/* FOOTER */
footer {
	background: black;
	color: white;
	text-align: center;
	padding: 8%;
	position: relative;
}

footer a {
	text-decoration: underline;
	color: white;
	margin: 0 10%;
}

footer a:hover {
	color: #6DA6EE;
}