body {

	font-family: 'Oswald', sans-serif;
	margin: 2em;
	color:#000;
}

.bigbox { padding:1em;
background-color: #e65100; }

h1 { font-size:4em; line-height:1; margin:2em; letter-spacing: -0.02em; text-transform: uppercase; font-weight:400;}
.subtitle { font-weight:300; font-style: italic;}
h2 {
	text-transform: uppercase;
	font-weight:700;
	font-size: 2em;
	margin-left:2em;
	text-align: right;
}

hr { border: 0; border-bottom: 1px dashed #000; background: transparent; margin:2em; }

.intro { font-family: 'Oswald', sans-serif; padding:0; margin:0;font-size:2.5em; font-weight:300; letter-spacing: -0.02em; line-height: 1.2;font-style: italic;text-transform: uppercase;}

p {font-size:18px; font-weight:400;font-family: 'Rubik', sans-serif;}

.spacer { width:100%; Height:2rems;}

footer { width:100%; height:4ems; text-align:center; padding-bottom:1em;}

li { font-size:1.5em; font-family: 'Oswald', sans-serif; font-weight: 700; padding-bottom:1em; }

a, a:link, a:visited { text-decoration: none; color:#e4dbdb; }
a:hover, a:focus {text-decoration: underline; color:#fff; }


@media (max-width: 600px) {
 body { margin:0; }
 h2 { font-size:1.5em; }
}

