@charset "UTF-8";
@import"header.css";
@import"footer.css";
@import"slider.css";
@import"home.css";
@import"features.css";
@import"forms.css";
@import"popup.css";

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	margin: 0px;
	/*overflow-x: hidden;*/
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #808285;
	background-color: #faa21b;
}

#clear {
	clear: both;
}

#wrapper {
	position: relative;
	max-width: 1140px;
	padding: 0px 15px;
	margin: auto;
}

#columnthirdone {
	width: 33.33%;
	float: left;
}

#columnthirdtwo {
	width: 33.34%;
	float: left;
}

#columnthirdthree {
	width: 33.33%;
	float: left;
}

#half {
	width: 50%;
	float: left;
}

h1 {
	font-family: 'Arvo',serif;
	font-size: 60px;
	color: #FFF;
	font-weight: 300;
}

h2 {
	font-family: 'Arvo',serif;
	font-size: 48px;
	color: #FFF;
	font-weight: 300;
}

h2 span {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
}

h3 {
	font-family: 'Arvo',serif;
	font-size: 30px;
	font-weight: 300;
}


h4 {
	font-size: 24px;
	font-weight: 300;
}

h5 {
	font-size: 21px;
	color: #fed204;
	font-weight: 400;
}

h5 span {
	font-size: 12px;
}

h6 {
	font-size: 18px;
	color: #fed204;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.arvo {
	font-family: 'Arvo',serif;
}

.lato {
	font-family: 'Lato', sans-serif;
}

.white {
	color: #FFF;
}

.green {
	color: #bccc14;
}

.orange {
	color: #e8ab0c;
}

.yellow {
	color: #fed204;
}

.blue {
	color: #2e72b9;
}

.purple {
	color: #b01f8e;
}

.black {
	color: #000;
}

.darkgray {
	color: #414141;
}

.left {
	float: left;
}

.right {
	float: right;
}

@media screen and (max-width: 10px){
}