body {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight:300;
}
header {
	background: #3e4b51;
}
header h1 {
	font-weight:700;
	color: #fff;
	font-size: 3em;
}

footer {
	position: fixed;
    bottom: 1em;
    width: 100%;
}
