/* CSS Document */

/* Comp 2 Header */
.comp2 header {
	background-image:url(../images/hatch-bg.jpg);
}

/* Hero Banner Begin */
/* -- Responsive Conversion -- */

.comp2 .herobanner {
	padding: 30px 5px;
}

.comp2 .herobanner .container .outer {
	border: 10px solid rgb(255,255,255);
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.herobanner { position: relative; }

.mainshadow {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0; right: 0;
	background:url(../images/main-shadow.png) no-repeat;
	height: 30px;
	width: 1199px;
	margin-left: auto;
	margin-right: auto;
}

/*.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%;
}
@media all and (max-width: 1199px) {
	.comp2 .herobanner {
		padding: 30px;
	}
	.herocontent div.title {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7)!important;
	}
	.comp2 .herocontent {
		margin: 40px 0 15px 0;
	}
	.comp2 .people{
    max-width: 100%;
    bottom: 0;
    top: auto;
	}
	.comp2 .herocontent div.title{
		font-size: 2.8em;
	}
	.comp2 .herobanner .action button {
		font-size: 15px!important;
	}
	.comp2 .herobanner .container .outer {
		overflow: hidden;
		display: flex;
		flex: 1;
		-ms-flex: 1;
		flex-direction: row;
		justify-content: flex-end;
		text-align: left;
		border: 10px solid rgb(255,255,255);
		position: relative;
		height: auto;
		max-height: 300px;
		overflow: hidden;
	}
	.comp2 .herocontent div.title {
		font-size: 2em!important;
	}
	.mainshadow {
		padding: 0;
		width: 100%;
		max-width: 1050px;
		bottom: 5px;
		height: 60px;
		background-size: calc(100% - 60px);
		background-position: bottom;
		background-position: center;
	}
	
}

@media all and (max-width: 992px) {
	.comp2 .herobanner {
		padding: 50px 5px 30px;
	}
}

@media all and (max-width: 767px) {
	.comp2 .herobanner {
		padding: 30px;
	}
	.comp2 .herobanner .container .outer {
		max-height: auto;
		overflow: hidden;
		display: flex;
		flex: 1; -ms-flex: 1;
		flex-direction: column-reverse;
		text-align: left;
		max-height: 500px;
		padding: 50px 1em 0;
	}
	.comp2 .herocontent {
		margin: 0;
	}
	.comp2 .people {
		max-width: 100%;
	}
	.comp2 .personimage {
		text-align: right;
	}
}

/* Recent Obits */

.comp2 .horizontal-obits {
	background-color: rgb(232, 230, 207);
}

.comp2 .vertical-welcome-obits {
	background-color: rgb(232, 230, 207);
}

/* End Recent Obits */