@import url(https://fonts.googleapis.com/css?family=Lato:900italic,900,700italic,700,400italic,400,300italic,300,100italic,100);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html, body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	background: #C63D0F;
	width: 100%;
	overflow: hidden;
	height:100%;
	min-height:100%;
}

.hero {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	min-width: 100%;
	display: block;
}

.box {
	width: 100%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
	display: block;
}

.money {
	color: white;
}

h1 {
	font-weight: 100;
	color: #ffffff;
	font-size: 500%;
}

p {
	font-style: italic;
}

hr {
	width: 8rem;
}

@media only screen and (max-width: 760px) {
	h1 {
		font-size: 200%;
	}
}