/* CSS Document */


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

.carousel-control.right {
	background-size: auto 90%;
}
.carousel-control.left {
	background-size: auto 90%;
}

@media all and (max-width: 1199px) {
	.carousel-control.left, .carousel-control.right { 
		background-size: auto 100%; 
	}
}
@media all and (max-width: 768px) {
	.carousel-control.left, .carousel-control.right { 
		background: none; 
	}
}

/* -- CUSTOM HERO HEIGHT -- */
.comp4 #carousel-hero .carousel-inner {
	height: 496px;
}
.comp4 .photostack {
	position:absolute;
	top:80px;
	width:570px;
	height:430px;
	background:transparent url(../images/herobanner/hero-polaroid.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:2;
}
.comp4 .photostack .herobanner {
	margin: 37px 0 0 37px;
	width: 496px;
	height: 335px;
	overflow:hidden;
}
.comp4 .photostack .herobanner .personimage {
	height: 335px;
	overflow:hidden;
	text-align:center;
}
.comp4 .people {
	max-width: 80%;
}
.comp4 .herocontent {
	margin:150px 0 15px 0;
	position:relative;
	max-width:50%;
	text-align:right;
}
.comp4 .herocontent div.title{
	font-size:2.9em;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:rgb(255,255,255);	
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
	line-height:1.2em;
	margin-bottom: 10px;
}
.comp4 .herocontent .action {
	position:relative;
	overflow:visible;
}

@media all and (max-width: 1199px) {
	.comp4 .people {
		max-width: 80%;
		bottom: 0;
	}
	.comp4 .herocontent div.title{
		font-size:2.8em;
	}
	.comp4 #carousel-hero .carousel-inner {
		height: 450px;
		margin-left: 0;
	}
	.comp4 .photostack {
		background:transparent url(https://www.fjelstul.com/assets/58/images/herobanner/hero-polaroid-450.png) 0 0 no-repeat;
		top: 90px;
		width: 450px;
		height: 339px;
		}
	.comp4 .photostack .herobanner {
		margin: 0;
		width: 100%;
		height: 315px;
	}
	.comp4 .photostack .herobanner .personimage {
		position: relative;
		height: 360px;
		overflow: hidden;
		text-align: center;
	}
}

@media all and (max-width: 992px) {
	.comp4 .herocontent {
		margin: 0; left: 0; right: 0;
		max-width: 100%;
		text-align: left;
		padding: 0;
		z-index: 2;
	}
	.comp4 .herobanner .container {
		min-width: 100%!important;
	}
	.comp4 .herobanner * { 
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.comp4 .photostack .herobanner {
		z-index: -1;
		margin: 0;
		height: 360px;
		width: 100%;
		min-width: 100%;
	}
	.comp4 .photostack {
		top: 0; bottom: 0;
		left: 0; right: 0;
		width: auto;
		height: auto;
		z-index: -1;
	}
	.comp4 .people {
		position: absolute;
		max-width: 45%;
		bottom: 0;
	}
	.comp4 #carousel-hero .carousel-inner {
		height: 360px;
	}
	.comp4 .herocontent div.title  {
		height: 360px;
		padding: 15% 0 0 3em;
		font-size: 2.3em!important;
		max-width: 52%;
		text-align: left;
	}
	.comp4 .herobanner div.action { 
		padding: 1em 0 0 2em;
		text-align: left;
		max-width: 33%;
		margin-left: 40%;
	}
	.comp4 .herobanner div.action button {
		font-size: 1.2em!important;
	}
}

@media all and (max-width: 768px) {
	.comp4 #carousel-hero .carousel-inner {
		height: auto;
		max-height: 460px;
		padding-bottom: 2em;
		overflow: hidden;
		background-attachment: fixed;
		background-size: auto 120%;
	}
	.comp4 #carousel-hero * { 
		transition: all 300ms ease-in-out;
	}
	.comp4 .herobanner * { 
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.comp4 .photostack, .comp4 .herocontent {
		position: relative;
		bottom: 0;
		width: 100%;
		height: auto;
	}
	.comp4 .photostack {
		top: 1em;
		width: 100%;
		max-width: 350px;
		min-width: 350px;
		height: 340px;
		margin: 0 auto;
		background:transparent url(../images/herobanner/hero-polaroid.png) 0 0 no-repeat;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		z-index: 2;
	}
	.comp4 .photostack .herobanner {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 0;
		height: auto;
		background-position: 50% 32%;
		background-size: 84% 69%;
		overflow: hidden;
	}
	.comp4 .photostack .herobanner .personimage {
		max-width: 100%;
		height: 285px;
	}
	.comp4 .herocontent div.title {
		font-size: 1.5em!important;
		max-width: 100%;
		text-align: center;
		padding: 0 10px;
		margin-top: -50px;
		height: auto!important;
	}
	.comp4 .herobanner div.action {
		font-size: 1.5em!important;
		max-width: 100%;
		text-align: center;
		padding: 0;
		margin-left: auto;
	}
	.comp4 .people {
		position: relative;
		max-width: 100%;
		height: 180px;
		width: auto;
		top: 45px;
		left: auto;
		right: auto;
	}
	.comp4 .herobanner div.action button {
		font-size: 16px!important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	}
	#carousel-hero .carousel-control  { display: none; }
}



/* Recent Obits */

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