/* CSS Document */


/* Main Nav Begin */
.mainnav {
	background-color:transparent;
}
.homepage .mainnav {
	position:absolute;
	background-color:transparent;
	z-index:6;
}
.mainnav .glyphicon {
	line-height: 1.2; /* prevents a 2px bump down */
}
.comp4 .faux-mainnav {
		position:absolute;
		height:70px;
		width:100%;
}

.comp4 .mainnav ul.list-inline {
	margin:0;
	font-size:0; /* This "hack" removes unwanted space between each li. Size reset on li. */
}

.comp4 .mainnav ul.list-inline li {
	height:70px;
	margin:0;
	padding:0;
}

.comp4 .mainnav ul.list-inline li a {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	display:inline-block;
	height:70px;
	padding:25px 13px 0px 13px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.7);
	color:rgb(255,255,255);
}


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

@media (max-width: 992px) {
	.comp4 .mainnav ul.list-inline li a {
		font-size:15px;
		padding:25px 10px 0px 10px;
	}
}

/* Hero Banner Begin */
.comp4 #carousel-hero .carousel-inner {
	height:499px;
	/* bg image defined in theme css
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:visible; */
}
.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: 490px;
	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;
}

/* Recent Obits */

.comp4 .horizontal-obits {
	padding-top:4px;
	background: url('../images/hatch-bg.jpg');
	overflow:hidden;
}
.comp4 .vertical-welcome-obits {
	padding-top:4px;
	background: url('../images/hatch-bg.jpg');
	overflow:hidden;
}

@media (max-width: 1199px) {
	.comp4 #carousel-hero .carousel-inner {
		height:424px;
	}
	.comp4 .photostack {
		background:transparent url(http://www.fjelstul.com/assets/1/images/herobanner/hero-polaroid-450.png) 0 0 no-repeat;
		top:90px;
		width:450px;
		height:339px;
		}
	.comp4 .photostack .herobanner {
		margin: 25px 0 0 25px;
		width: 394px;
		height: 275px;
	}
	.comp4 .photostack .herobanner .personimage {
		height:315px;
		overflow:hidden;
		text-align:center;
	}
	.comp4 .herocontent {
		margin:160px 0 15px 0;
	}
	.comp4 .people{
		max-width:80%;
	}
	.comp4 .herocontent div.title{
		font-size:2.8em;
	}
	.comp4 .horizontal-obits {
		padding-top:0px;
	}
	.comp4 .vertical-welcome-obits {
		padding-top:20px;
	}
	
}