@charset "UTF-8";
* {
	margin: 0; padding: 0;
}
body {
	width: 100%;
	background-color: #48C910;
}
header {
	width: 100%;
	background-image: url(images/fireflies-process.jpg);
	background-repeat:no-repeat;
background-size:cover;
background-position:center;
	height: 500px;
}
h1 {
	width: 100%;
	padding: 2%;
	background-color: #000;
	color: antiquewhite;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 2em;
	text-align: center;
}
nav {
	width: 100%;
	padding: 0;
	background-color: #000;
}
nav ul {
	padding: 2% 0;
	text-align: center;
}
nav li {
	list-style-type: none;
	display: inline;
	padding: 0 1.2em 0 0;
}

nav li a, nav li a:link, nav li a:visited {
	color: antiquewhite;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 2em;
    text-transform: uppercase;
}
nav li a:hover, nav li a:active {
	color: aqua;
}
p {
	margin: 1em 4em;
	text-align: left;
	max-width: 550px;
}
.col {
	float: left;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	max-width: 100%; 
	height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#mc_embed_signup{
	padding: 0 4em;
	font:14px Gotham, Helvetica, Arial, sans-serif; 
	width: 300px;
}
.mc-field-group {
	line-height: 1.8em;
}
#mc-embedded-subscribe {
	font-size: 2em;
	font-face: Gotham, Helvetica, Arial, sans-serif;
}
.clear {
	clear: all;
}