/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	font-family: "Montserrat", sans-serif;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
	font-size: 14px;
}

.header {
	height: 90px;
}

.header .top {
	background-color: gray;
}

.header .top aside {
	float: right;
	padding-left: 15px;
	font-size: 14px;
	color: white;
}

.header .bottom {
	background-color: #c6272e;
	height: 50px;
}

.header .bottom aside {
	float: left;
	padding-right: 30px;
}

.title {
	font-size: 40px;
	font-variant-caps: all-petite-caps;
	line-height: 1;
	color: white;
}

.logo {
	background-color: white;
	width: 160px !important;
	margin-top: -7px;
}

.server {
	display: block;
}
