@charset "utf-8";



/*  Structure Stylesheet for Default17  */

/*  COLORS    

Blue:  #1e70b9;
Green:  #76b347;
Red:   #9D0400;
Gray:  #85949c;

*/


/* -- Header --------------------------------------------------------------- */

#hdr-left, #hdr-center, #hdr-right {   
	margin: 0 auto 1em;
	text-align: center;
}

.tagline {
	font-size: 2.5em;
	line-height: 1.25em;
	font-family: 'Playball', cursive;
	color: #25570a;
	margin-bottom: 0;
	letter-spacing: 1px;
}


header .btn, btn {
    height: auto;
    margin: 0 auto;
    min-height: 35px;
    min-width: 40px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 125px;
	float: none;
	border: none;
}


header .btn a , .btn a{
    background-color: #2a4878;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    text-decoration: none;
}

#hdr-right {
	background-image: url(../images/aerial-cropped.jpg); 
	background-size: contain; 
	padding-top: 8px; 
	border-radius: 5px;
}

#hdr-right i {
	color: #fff;
}


#hdr-right p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	background-color: #555;
	background: rgba(0, 0, 0, 0.6);
	padding-top: .5em;
	margin-top: .5em;
	padding-bottom: .5em;
}


/* Navigation Menu ------------------------------------------------------------- */

.nav-container {


}



/* Base Menu Style */
.menu-section {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid hsl(0, 0%, );
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: hsl(0, 0%, 15%);
	font-size:1.1em;
}

.menu li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: .8em 1em;
}

.menu li a:hover {
	background: hsl(0, 0%, 25%);
}


/* Styles for mixed menu (drop-down + social) */
.nav-mixed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: hsl(0, 0%, 15%);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* Social Media Menu */

/* Find src URL and add in correct social media icon. */
.social-menu li a:before {
    font-family: 'Fontawesome';
    -webkit-font-smoothing: antialiased;
    content: '\f08e';
}

.social-menu li a[href*="twitter.com"]::before { content: '\f099'; }
.social-menu li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-menu li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-menu li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-menu li a[href*="youtube.com"]::before { content: '\f167'; }
.social-menu li a[href*="instagram.com"]::before { content: '\f16d'; }

.social-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


/* Sidebar----------------------------------------------------------------------- */


#sidebar, #right-sidebar {
	display: block;
	clear: both;
}

#sidebar > div, #right-sidebar > div {
	margin-top: .75em;
	margin-bottom:1.5em;
}



/* Main Content----------------------------------------------------------------------- */


#content {
	clear:both;
	padding-top:1em;		
}

.hero {
	/* background: #ffffff url("../images/banner_1200.jpg") no-repeat scroll center bottom;
    height: 294px;
    position: relative;
	margin-bottom:1.5em;  */
	width: 100%;
	margin-bottom:1em;
}

.hero .caption {
    background-color: rgba(16, 16, 16, 0.85);
	color: rgba(255, 255, 255, 0.65);
    padding: 0 0.5em 0.5em;
    position: absolute;
	left: 0;
    bottom: 0;
    width: calc(100% - 1em);
	width: -moz-calc(100% - 1em);
	width: -webkit-calc(100% - 1em);
}

.hero .caption h1 {
    color: #ffffff;
    font-size: .9em;
	line-height:1em;
	margin: 0 0 0.2em;
	padding: 10px 0;
}

.hero .caption a {
	color:#fff;
	font-size: .75em;
	font-style: italic;
}


/* Footer----------------------------------------------------------------------- */

#sub-footer {
	border-top: 2px solid #839c7f;
	border-bottom: 2px solid #839c7f;
	padding: 20px 8px 0 8px;
	margin-top:1em;
	clear:both;
}



footer {
	margin-top:1em;
	text-align:center;
	clear:both;
}

footer ul {
	list-style-type:none;
	text-align:center;
}

footer ul li {
	font-weight:bold;
	font-size:.8em;
	line-height:1em;
    display: inline;
    margin: 0;
    padding: 0 .6em;
    text-align: center;
}

footer ul li a {
	color: #084c99;
	text-decoration:none;
}
	

footer p {
	color: #084c99;
    font-size: .75em;
    line-height: 1.3em;
    text-align: center;
	margin-top:1.5em;
}


/* -- CONTACT FORM */

.contactform {
	/* background-color: #d9e6f3; BLUE */
	background-color: #f2f9f2;
	padding-top:2em;
	padding-bottom:2em;
	border: 1px solid #ccc;
	width: 95%;
	margin: 0;
}

.form-wrapper {
	width: 90%;
	margin: 0 auto;
}


input[type=text], input[type=email] {
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    color: #777;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 90%;
}


textarea {
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    color: #777;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    height: 180px;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 90%;
}

.selmenu {
	padding-top: 8px; 
	padding-bottom: 7px;
	margin-bottom: 20px;
	padding-left: 5px; 
	padding-right: 5px;
	font-family: "Helvetica Neue",Arial,sans-serif;
}


textarea {
    overflow: auto;
}

input[type=file] {
	font-size:1.2em;
	letter-spacing: .5px;
	padding-top:8px;
	padding-bottom:8px;
}

#buttons {
    display: block;
    padding-top: 0;
	padding-bottom:2em;
}

#resetbtn {
    margin-right: 1.5em;
	font-size: 1em;
}

#submitbtn {
	font-size: 1em;
}

#trees {
	display: none;
}




