html, body { 
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 1em;
	color: rgba(0, 0, 0, 0.67);
	background-color: #e53935;
    background-image: url("/_images/graphics/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#container {
	margin-top: 0;
	width: 100%;
	text-align: center;
}

p.clear {
	clear: both;
}

header {
	padding: 15px 0px 15px 0px;
	box-sizing: border-box;
	width: 100%;
	min-height: 180px;
}

header img#logo {
	margin-top: 50px;
	width: 80%;
}

header h2 {
	margin: 0px 0px 0px 0px;
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
	font-size: 160%;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.65);
}

section {
	width: 100%;
    height: 200px;
}

section img#google_button {
	margin-top: 15px;
	width: 50%;
}

footer #footer_links {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}

footer a {
    font-weight: 400;
    font-size: 100%;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    
}

footer article {
    margin: auto auto 25px auto;
	width: 80%;
    line-height: normal;
    font-weight: 200;
	font-size: 65%;
	color: rgba(255, 255, 255, 0.7);
}