@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

.fill {
	background: url(bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	width: 100%;
	height: 100vh;
	display: table;
}
.fill p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: 'Titillium Web', sans-serif;
	font-size: 85px;
	font-weight: 300;
}