/*
 * Format footer
 */
footer {
	position: relative;
	margin: 0px auto;
	color: #888;
	width: 100%;
}
footer::before, footer::after {
	clear: both;
	display: block;
	content: ' ';
}
footer .footer-col {
	padding: 0.5rem 3%;
	margin: 0;
}
footer .footer-left {
	width: 20%;
	float: left;
	text-align: left;
}
footer .footer-center {
	width: 42%;
	float: left;
	text-align: center;
	font-style: italic;
	font-size: smaller;
}
footer .footer-right {
	width: 20%;
	float: right;
	text-align: right;
	list-style: none;
	margin: 0;
}
footer .footer-right li {
	display: inline;
	padding-right: 12px;
}
footer a {
	color: #81BFD7;
	border: none;
}


/*
 * Medium devices: Show columns above/below instead of left-center-right
 */
@media screen and (max-width: 660px) {
	footer .footer-col {
		width: auto;
		float: none;
		display: block;
		text-align: center;
	}
}

/*
 * Small devices
 */
@media screen and (max-width: 480px) {

}