html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
	outline: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color: #2d2929;
	font-family: 'Fjalla One', sans-serif;
	color: white;
}

.top {
	width: 100%;
	box-sizing: border-box;
	float: left;
	clear: both;
	padding: 30px;
	margin-bottom: 150px;
	font-size: 1.5em;
}

.logo {
	width: 50%;
	display: block;
	float: left;
}

.logo p {
	display: inline;
	display: block;
	text-transform: uppercase;
}

.logo p a {
	text-decoration: none;
	color: white;
}

nav {
	width: 50%;
	display: block;
	float: left;
}

nav a {
	text-decoration: none;
	display:inline
}

nav a:link, nav a:visited, nav a:hover, nav a:active {
	color: white;
}

nav ul {
	text-align: right;
}

nav ul li {
	display: inline;
	padding-left: 20px;
}

.info {
	width: 100%;
}

.info p {
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 150px;
	font-size: 2.75em;
	line-height: 1.5em;
	letter-spacing: .03em;
}

.copy p {
	padding-left: 20%;
	padding-right: 20%;
	text-align: justify;
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	float: left;
}

.wideimages {
	width: 100%;
	float: left;
}

.wideimages img {
	width: 100%;
	float: left;
}


footer {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	font-size: .75em;
	padding: 30px;
	text-align: center;
}



@media only screen
and (min-width : 375px)
and (max-width : 667px)

{

body {
  font-size: .5em;
}

.info p {
	padding-left: 30px;
	padding-right: 30px;
}

}
