@charset "UTF-8";
* {
	margin: 0; padding: 0;
}
body {
	width: 100%;
	background-color: #F8F2D0;
}
header {
	width: 100%;
	background-image: url(images/fireflies-process.jpg);
	background-repeat:no-repeat;
background-size:cover;
background-position:center;
	height: 500px;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}
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;
}
h2 {
	width: 100%;
	padding: 2%;
	color: #2E2C2C;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1.25em;
	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;
	margin: 1em 4em;
	text-align: left;
	max-width: 45%;
}

.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;
}