/* CSS Document */


/* Hero Banner Begin */
/* -- Responsive Conversion -- */

.comp1 .herobanner {
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp1 .herocontent {
	margin: 0;
	position: relative;
	max-width: 50%;
	float: right;
	height: 330px;
	display: flex;
	flex: 1; -ms-flex: 1;
	flex-direction: column;
	justify-content: center;
	z-index: 9;
}

.comp1 .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;
}

.comp1 .herocontent .action {
	position:relative;
	overflow:visible;
}

.comp1 .personimage {
	position:relative;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.comp1 .people {
    position: absolute;
    z-index: 3;
    bottom: -400px;
    left: 80px;
    max-width: 70%;
}

.comp1 .herobanner_missing {
	height: 70px;
}

@media all and (max-width: 1199px) {
	.comp1 .herocontent div.title {
		text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7)!important;
	}
}
@media all and (max-width: 996px) {
	.comp1 .people {
		position: absolute;
		bottom: auto;
		z-index: 3;
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
		min-height: 373px;
	}
	.comp1 .herocontent div.title{
		font-size: 2.5em;
	}
	.comp1 .herobanner .action button {
		font-size: 15px!important;
	}
}
@media all and (max-width: 768px) {
	.comp1 .herocontent div.title{
		font-size: 2em;
	}
	.comp1 .herobanner .action button {
		font-size: 13px!important;
	}
	.comp1 .personimage {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.comp1 .herocontent {
		justify-content: flex-start;
		padding-top: 30px;
		float: none;
		text-align: center;
		height: 330px;
		max-width: 100%;
	}
	.comp1 .people {
		position: absolute;
		z-index: 0;
		bottom: 0;
		left: 0;
		top: auto;
		right: 0;
		width: 50%;
		min-width: 230px;
		height: auto;
		min-height: auto;
	}
}

/* -- iPad Carousel tuck -- */
@media all and (device-width: 768px) {
	.comp1 .herocontent {
		justify-content: center;
		margin-right: 0;
		margin-left: auto;
		text-align: left;
		height: 330px;
		max-width: 50%;
	}
}


/* Recent Obits */

.comp1 .horizontal-obits {
	background: url('../images/hatch-bg.jpg');
	overflow:hidden;
}
.comp1 .vertical-welcome-obits {
	background: url('../images/hatch-bg.jpg');
	overflow:hidden;
}
/* End Recent Obits */