@CHARSET "UTF-8";

.footer {
	background-color:#10a69a;
	margin-top: 1.5em;
	padding: 1em;
	text-align: center;
	font-size:0.9em;
	color:#fff;
}

.footer > figure * {
	display:inline-block;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

.footer ul {
	list-style-type: none;
}

.footer ul li span {
	 font-size: 1.5em;
    padding: 0 5px;
    vertical-align: bottom;
}