body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: white;
	display: table;
	font-weight: 100;
	font-family: 'Lato';
	background: #333;
}

.container {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.content {
	text-align: center;
	display: inline-block;
}

.title {
	font-size: 76px;
	margin-bottom: 40px;
}

.title img {
	max-width: 100%;
	height: auto;
}

.quote {
	font-size: 24px;
}

a.btn {
	/*font-family: Arial, sans-serif;*/
	display: block;
	max-width: 90%;
	font-size: 20px;
	color: white;
	margin: 28px 5% 0 5%;
	padding: 10px 0;
	background: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
}
a.btn:hover,
a.btn:active {
	background: #333;
	color: white;
}