/* CSS Document */

/* Comp 2 Header */
.comp2 header {
	background-image:url(../images/hatch-bg.jpg);
}

/* Main Nav Begin */
.comp2 .mainnav {
	text-align:right;
	position:relative;
	height:70px;
}
.mainnav .fa {
	/*line-height: 1.2; /* prevents a 2px bump down */
}


.comp2 .mainnav ul.list-inline {
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	right:0;
}

.comp2 .mainnav ul.list-inline li {
	padding:0;
}

.comp2 .mainnav ul.list-inline li a {
	height:50px;
	margin:0;
	padding-bottom:20;
}


.comp2 .mainnav ul.list-inline li a {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	display:inline-block;
	height:50px;
	padding:15px 13px 0px 13px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.7);
}

/* Hero Banner Begin */

.comp2 .herobanner {
	padding:40px 0 20px;
}

.comp2 .herobanner .container .outer {
	border:10px solid rgb(255,255,255);
	position:relative;
	max-height:400px;
	overflow:hidden;
}

/*.comp2 .hero-bg-golfcourse-01 {
	background:url('../images/herobanner/hero-bg-golfcourse-01.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp2 .hero-bg-field-01 {
	background:url('../images/herobanner/hero-bg-field-01.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp2 .hero-bg-neighborhood-01 {
	background:url('../images/herobanner/hero-bg-neighborhood-01.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp2 .hero-bg-farm-01 {
	background:url('../images/herobanner/hero-bg-farm-01.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

.comp2 .herocontent {
	margin:50px 0 15px 0;
	position:relative;
}

.comp2 .herocontent div.title{
	font-size:2.9em;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:rgb(255,255,255);	
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.7);
	line-height:1.3em;
	margin-bottom: 10px;
}

.comp2 .herocontent .action {
	position:relative;
	overflow:visible;
}

.comp2 .personimage {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.comp2 .clip {
	clip:rect(0px,0px,0px,0px);
}

.comp2 .people{
	position:relative;
	z-index:3;
	top:0;
	left:20px;
	outline: 0; 
	max-width: 100%;
}

.mainshadow {
	position:relative;
	top:0px;
	left:-20;
	background:url(../images/main-shadow.png) no-repeat;
	height:30px;
	max-width:100%;
}

@media (max-width: 1199px) {
	.comp2 .herocontent {
		margin:40px 0 15px 0;
	}
	.comp2 .people{
		max-width:80%;
	}
	.comp2 .herocontent div.title{
		font-size:2.8em;
	}
	
}


/* Tier 2 */

.comp2 .horizontal-obits {
	background-color: rgb(232, 230, 207);
}
	
.comp2 .vertical-welcome-obits {
	background-color: rgb(232, 230, 207);
}
	
