/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/** Red: 63121d; **/
/** tan: e7ccad; **/
/** brown: a9896b; **/

/** Google Font Import **/


/** TYPOGRAPHY **/
/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/


/** HOMEPAGE TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
.homepage .container {

}
.homepage .body-container {
	background-image: url('http://static.contentres.com/media/images/11e83699-1e3e-4914-b9a6-d0916e3b049a.jpg')!important;
	background-repeat: repeat!important;	
}
.homepage .body-container .container {
	background-color: #fff;
}
.homepage .col-md-8 {
	width: 100%;
}
.homepage #suggested .thumbnail img {
	opacity: 0.70;
}

.homepage #suggested .thumbnail img:hover {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.homepage .jotform {
	margin-top: -40px;
}

/** SUBPAGES TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the subpage template including Body, Container, Aside, or Content. **/


/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
header {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 250px;
	background: url(http://static.contentres.com/media/images/98534666-892d-4ab1-abe3-b8e0cb2cda81.png);
	background-repeat: repeat;
}
header .customMasthead .col-md-12 {
	background: #63121d;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
.header.mastMhead {
	margin: 0px 0px;
}
.customMasthead p {
	text-align: center;
	color: #ccc;
}
.customMasthead a {
	color: #ccc;
	text-align: center;
}
.customMasthead a:hover {
	color: #fff;
}
.customMasthead .header-logo {
	text-align: center;
	margin: 0 auto;
}
.customMasthead .header-logo img {
	width: 450px;
	margin-top: 30px;
}
/** NAVIGATION **/
/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .socialSidebar **/


/** HERO ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero .hero1 img{
	background: url(https://s3.amazonaws.com/PlatinumStrategies/PWS/members/frazzetta-christopher/farming.jpg) center center!important; 
}

/** HERO ROTATOR ASIDE **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero aside or wrapper **/
#hero aside {

}

/** SIDEBAR WIDGET **/
/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/
#content .container aside {
	
}

/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer {
	background: #63121d;
}

/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/