* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
	line-height: normal;
}
h2, h3, p, a {
	display: block;
	padding: 0;
  text-align: center;
  color: #ffffff;
  line-height: normal;
}
h2 {
	font-size: 2.5em;
	margin: .5em 0;
	font-family: 'Blinker';
}
h3 {
	font-size: 1.25em;
	margin: .5em 0 1em 0;
	font-family: 'Michroma';
}
p {
  font-size: 1.25em;
	margin: 1em 0;
	font-family: 'Abel';
	font-weight: bold;
}
/*a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}*/
h2.green {
	color: #203731;
}
h3.green-link a {
	text-decoration: none;
	color: #203731;
}
h3.green-link a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h3.yellow-link a {
	text-decoration: none;
}
h3.yellow-link a:hover {
	text-decoration: underline;
	color: #FFB612;
}
img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
  padding: 0;
  border: 3px solid #ffffff;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.35);
}	
.wrapper {
  display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
}
/* Slide Styles */
.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.5);
}
.contain {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1em;
	position: relative;
	overflow: hidden;
}
.row {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin-left: -10px;
	margin-top: -10px;
}
.video-contain {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	margin: 0 auto;
  border: .1rem solid #ffffff;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.35);
}
.video-contain iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
.quote {
	display: block;
	width: 100%;
	height: auto;
	margin: 1em auto 2em auto;
	padding: 0;
	text-align: center;
}
.quote img {
	border: none;
	width: 100%;
  max-width: 400px;
  height: auto;
}
.button {
  display: block;
  width: 50px;
  height: 50px;
  bottom: 0;
  background-color: #333333;
  background-image: url(../images/arrow.png);
  margin: 0 auto;
}
.button:hover {
	background-color: #494949;
	cursor: pointer;
}
.upbutton {
  display: block;
  width: 50px;
  height: 50px;
  bottom: 0;
  background-color: #333333;
  background-image: url(../images/uparrow.png);
  margin: 0 auto;
}
.upbutton:hover {
	background-color: #494949;
	cursor: pointer;
}

/******************************
 SLIDE 1 
*******************************/
/*#slide1 {
	background-image: url(../images/slide1/slide-1-bg.jpg);
  background-repeat: no-repeat;
	background-size: contain;
  background-position: center;
	background-color: #071c39;
}*/

/******************************
 SLIDE 2 
*******************************/
#slide2 {
	background-image: url(../images/slide2/slide-2-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #203731;
}

/******************************
 SLIDE 3 
*******************************/
#slide3 {
	background-image: url(../images/slide3/slide-3-bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #FFB612;
}
#slide3 p {
	color: #203731;
}

/******************************
 SLIDE 4 
*******************************/
#slide4 {
	background-image: url(../images/slide4/slide-4-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #203731;
}

/******************************
 SLIDE 5 
*******************************/
#slide5 {
  background-image: url(../images/slide5/slide-5-bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #FFB612;
}
#slide5 p {
	color: #203731;
}

/******************************
 SLIDE 6 
*******************************/
#slide6 {
  background-image: url(../images/slide6/slide-6-bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #203731;
}

/******************************
 SLIDE 7 
*******************************/
#slide7 {
  background-image: url(../images/slide7/slide-7-bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #FFB612;
}
#slide7 p {
	color: #203731;
}

/******************************
 SLIDE 8 
*******************************/
#slide8 {
  background-image: url(../images/slide8/slide-8-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #203731;
}

/******************************
 SLIDE 9 
*******************************/
#slide9 {
  background-image: url(../images/slide9/slide-9-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #FFB612;
}
#slide9 p {
	color: #203731;
}

/******************************
 SLIDE 10 
*******************************/
#slide10 {
  background-image: url(../images/slide10/slide-10-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #203731;
}

/******************************
 SLIDE 11 
*******************************/
#slide11 {
  background-image: url(../images/slide11/slide-11-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #FFB612;
}
#slide11 p {
	color: #203731;
}

/******************************
 SLIDE 12 
*******************************/
#slide12 {
  background-image: url(../images/slide12/slide-12-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	background-color: #203731;
}
/* Media queries */
@media only screen and (max-width: 450px) {
  h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.25em;
	}
	p {
		font-size: 1em;
	}
	.button {
		width: 25px;
		height: 25px;
		background-image: url(../images/arrow-small.png);
	}
	.upbutton {
		width: 25px;
		height: 25px;
		background-image: url(../images/uparrow-small.png);
	}
}