@charset "utf-8";

footer {
font-size: 0.875rem;
color: #fff;
padding: 5vh 0;
background: #333;
font-weight:bold;
}

footer small {
	display: block;
	text-align:center;
}

#contact-info small {
	text-align:left;
}

.page-top {
	text-align:right;
	margin:0;
	font-size:.875rem;
}

.page-top a {
	color:#fff;
	display:block;
	padding:.5rem 5%;
	background: #666;
}

.page-top a:hover {
	opacity:.7;
}