@import url('https://fonts.googleapis.com/css?family=Fira+Sans|Fira+Sans+Condensed');

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans Condensed', sans-serif;
}

.top {
	min-height: 280px;
	height: 40%;
	position: relative;
}

.top img {
	max-height: 50%;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content-container {
	min-height: 420px;
	height: 60%;
	background-color: #00978C;
	color: #FFF;
}

.content {
	max-width: 640px;
	margin: auto;
	padding: 4em 0;
	text-align: center;
}

.content a {
	color: #FFF;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content .teaser {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 48px;
}