/* General Layout (Non-typographic) Style Rules */
body {
	margin: 40px 60px;
	background-color: #EB6424;
	color: #FFDAC7;
}
body > ul {
	margin-bottom: .5em;
}

h1
{
	text-align: center;
	line-height: 100px;
}

h2 
{
	font-family: comfortaa;
	background-color: #FA9500;
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding: 10px;
	border: 2px solid #FA9500;
	border-radius: 50px;
}

h3
{
	color: white;
	text-align: center;
}

.large
{
	font-size: 5em;
	font-family: Monoton;
	color: #FA9500;
}

.small
{
	font-family: comfortaa;
	font-size: 1.5em;
	background-color: #7C690A;
	color: #BABD8E;
	border: 2px solid #7C690A;
	border-radius: 50px;
	padding: 0;
}

a 
{
	color: #7C690A;
}


ul li {
	margin: .15em 0;
}
code {
	background-color: #FA9500;
}
footer {
	margin-top: 80px;
}


/* Typographic Styles */