﻿@import "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700";

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #414141;
	background-color: white;
}

h1 {
	font-weight: 300;
	font-size: 8em;
	margin: 0 0;
}

.site-alert {
	height: 400px;
	min-height: 80%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: white;
	z-index: 1000;
	padding-top: 150px;
}
