body {
	background: #000;
	width: 100%;
	height: 100%;
	display: table;
}


html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            width: 100%;
}

h1 {
	color: #b8985b;
	font-family: sans-serif; 
	font-weight: 100;
	text-transform: uppercase;
}

p {
	color: #b8985b;
	font-family: sans-serif;
}

.home-text {
text-align: center;
            display: table-cell;
            vertical-align: middle;
}