body {
	background-color: #fff;
}
h1, h2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
p, ul {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* container */
.container {
	position: absolute;
	width: 100%;
	heigh: 100%;
	text-align: center;
	top: 5%;
	left: 0;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-bottom: 80px;
}
.container img {
	width: 500px;
	heigh: auto;
}
.container h1 {
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 4em;
	line-height: 100%;
	text-transform: uppercase;
}
.container h2 {
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 40px;
}
.container p {
	color: #000000;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 150%;
}
.container a  {
	color: #E30613;
}
.container ul {
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 150%;
}
.wrap {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/* //container */