@import 'https://fonts.googleapis.com/css?family=Roboto:300,400';

html, body {
	color: #424242;
	cursor: default;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	height: 100%;
	text-align: center;
	margin: 0px;
	width: 100%;
}

body {
	height: 250%;
}

a {
	color: #424242;
	cursor: pointer;
}

h1 {
	font-size: 3.6em;
	font-weight: 300;
	margin: 0px;
	padding: 12px 0px 12px 0px;
}

p {
	font-size: 0.9em;
	font-style: italic;
	margin: 0px;
	padding: 12px 0px;
}

p:nth-child(2) {
	font-size: 1.2em;
}

.centerizer {
	display: table;
	height: 40%;
	width: 100%;
}

.centerizer--fixed {
	background-color: #FAFAFA;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
}

.centerizer-content {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}