@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "museo-sans", "museo-slab";
}

header {
	padding-top: 10px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: none;
	align-self: center;
}

footer {
	padding: 20px 30px;
	background-color: #F3F4F4;
	text-align: center;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #F3F4F4;
}

.style-logo {
	margin-left: none;
	margin-right: auto;
	display: block;
	width: 400px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #1B262B;
	text-align: center;
	display: block;
	text-transform: lowercase;
	padding: 7px;
	font-size: 16px;
}

.hero1 {
	background-image: url(images/hero1.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: center;
	text-decoration-color: #f3f4f4;
}

.hero2 {
	background-image: url(images/hero2.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: center;
	text-decoration-color: #f3f4f4;
}

.hero3 {
	background-image: url(images/hero3.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: center;
	text-decoration-color: #f3f4f4;
}

.hero4 {
	background-image: url(images/hero4.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: left;
	text-decoration-color: #f3f4f4;
}

.hero5 {
	background-image: url(images/hero5.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: center;
	text-decoration-color: #f3f4f4;
}

.hero6 {
	background-image: url(images/hero6.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: center;
	text-decoration-color: #f3f4f4;
}

.hero7 {
	background-image: url(images/hero7.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: left;
	text-decoration-color: #f3f4f4;
}

.hero8 {
	background-image: url(images/hero8.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #1B262B;
	text-align: left;
	text-decoration-color: #f3f4f4;
}

h1 {
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 800;
	font-size: 57px;
	text-transform: lowercase;
	letter-spacing: 0.02em;
	margin-bottom: 60px;
	color: #E8E9E9;
}

h2 {
	font-family: "museo-slab";
	font-style: italic;
	font-weight: 300;
	font-size: 30px;
	text-transform: lowercase;
	margin-bottom: 23px;
	color: #E8E9E9;
}

h3 {
	font-family: "museo-slab";
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	text-transform: lowercase;
	margin-bottom: 120px;
	color: #E8E9E9;
}

h4 {
	font-family: "museo-sans";
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	text-transform: lowercase;
	margin-bottom: 15px;
	margin-top: 35px;
	color: #E8E9E9;
}

p {
	font-family: "museo-sans";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
        text-transform: lowercase;
	margin-bottom: 25px;
	line-height: 21px;
	padding-bottom: none;
}

ul { 
	padding-left: 20px; 
	line-height: 20px;
	margin-bottom: 50px;
	margin-top: 10px;
	list-style-type: square;
}

li {
	margin-top: none;
	margin-bottom: 5px;
        text-transform: lowercase;
}	


.button {
	border: none #FFFFFF solid;
	padding: 10px 15px;
	border-radius: 30px;
	color: #CFDF9A;
	text-decoration: none;
}

a {
	color: #8D9295;
	text-decoration: none;
	font-weight: 700;
        text-transform: lowercase;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}



.info-box-green {
	background-color: #95C11E;
	color: #F3F4F4;
	padding: 30px 20px 60px;
	text-align: left;
	line-height: 0,5;
}

.info-box-dark {
	background-color: #485156;
	color: #F3F4F4;
	padding: 30px 20px 60px;
	text-align: left;
}

.field{
	border-style: none;
	background-color: #CFDF9A;
	color: #1B262B;
	width: 100%;
	height: 110px;
	margin-top: 10px;
	padding: 15px;
	font-size: 14px;
}

.textfield{
	border-style: none;
	background-color: #CFDF9A;
	color: #1B262B;
	width: 50%;
	height: 30px;
	margin-top: 10px;
	padding: 5px;
	padding-left: 15px;
	font-size: 14px;
}

.formbutton{
	border-style: none;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #1B262B;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	height: 30px;
	width: 250px;
	background: #E2ECC5;
	margin-right: 15px;
	margin-top: 15px;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 5px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.video  {
	margin-bottom: 15px;
	margin-top: 30px;
	border: none;
}


.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 15px;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
