h1, h2, p
{
	margin: 0;
	padding: 0;
	line-height: 1;
}

html
{
	font-size: 62.5%;
}

body
{
	background: #493621;
	text-align: center;
	padding: 10rem 5rem;
}

h1
{
	color: #d7d1ca;
	font-size: 6.4rem;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 100;
}

h2
{
	color: #f76835;
	font-size: 3.2rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

h1 + h2
{
	margin-top: 5rem;
}

h2 strong
{
	color: #82683b;
	font-weight: 300;
}

p
{
	font-size: 2rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

h2 + p
{
	margin-top: 7rem;
}

p a
{
	color: #f76835;
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}

@media (max-width: 700px) {
	html
	{
		font-size: 40%;
	}
}