body {
  padding-top: 5rem;
}
.template {
  padding: 3rem 1.5rem;
  text-align: center;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	z-index: 100;
}

footer .skyline {
	width: 250px;
	height: 40px;
	margin-top: -40px;
	float: right;
	background-image: url('img/skyline.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 250px 36px;
}

footer .footer-box {
	width: auto;
	height: 40px;
	background-color: #013192;
	text-align: left;
}

footer .footer-box > span {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 40px;
	padding: 0 42px;
	font-family: 'Dosis', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #eee;
}

footer .footer-box span.right {
	float: right;
	text-align: right;
	text-transform: uppercase;
	line-height: 4px;
	padding-top: 16px;
}

footer .footer-box span a {
	font-family: 'Dosis', 'Arial', sans-serif;
	color: #eee;
	text-decoration: underline;
}

footer .footer-box span a:hover {
	text-decoration: none;
}

