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


h1, h2, h3, h4, .slogan {
	font-family: 'Bitter', serif;
	font-style:normal;
	font-weight:400;
}
h1 {
	font-size: 2em;
	text-align:center;
	text-transform: uppercase;
}
h2 {
	font-size: 1.75em;
	text-align:center;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	color: #B7BF25;
	
}
h4 {
	color:D77330;
}

p, ul {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 26px;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
}
.orangelinks:link, .orangelinks:visited, .orangelinks:active {
	color: #D77330;
}
.orangelinks:hover {
	color: #EEA16D;
}
.slogan {
	width:100%;
	text-align:center;
	margin: 0 0 .5% 0;
	color: #fff;
	font-size:1.5em;
	font-style: italic;
}
.sloganscript {
	font-family: 'Sacramento', cursive;
	font-size: 1.4em;
}
.footertxt {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: .9em;
	line-height: 1.75em;
	color: #fff;
}
.footerlink:link, .footerlink:visited, .footerlink:active {
	font-size:inherit;
	color: #fff;
	text-decoration:none;
}
.footerlink:hover {
	color: #525252;
	text-decoration:underline;
}
.whitetxt {
	color:#fff;
}
.leftalign {
	text-align:left;
}
.brand {
	font-family: 'Bitter', serif;
	font-style:normal;
	font-weight:400;
	font-size: 1.2em;
	color: #B7BF25;
	margin-bottom:0;
}
.branddescription {
	margin-top:0;
}
.image_25percent {
	width: 25%;
}
.hrless {
	padding: 0;
	margin: 0;
}
iframe {
	width:100%;
}

