/* CSS Document */

/* Global */

body {
	font-family:'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image:url(../images/hatch-bg.jpg);
}

p {
	line-height:19px;
}

.textcenter {
	text-align:center;
}

/* Main Nav Begin */
.comp3 .mainnav {
	text-align:right;
	background-image:url(../images/comp2-nav-bg.jpg);
	position:relative;
	height:70px;
}
.mainnav .glyphicon {
	line-height: 1.2; /* prevents a 2px bump down */
}


.comp3 .mainnav ul.list-inline {
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	right:0;
}

.comp3 .mainnav ul.list-inline li {
	padding:0;
}

.comp3 .mainnav ul.list-inline li a {
	height:50px;
	margin:0;
	padding-bottom:20;
	text-decoration:none;
}


.comp3 .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);
}

/* Main Nav End */

/* Hero Banner Begin */
.comp3 #carousel-hero .carousel-inner { 
	height:450px;
	height:400px\0;
}
.comp3 .herobanner {
	padding:40px 0;
}

.comp3 .herobanner .container .outer {
	position:relative;
	min-height:450px;
}

.comp3 .hero-bg-one {
	background:url('../images/hero-bg-01.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp3 .hero-bg-two {
	background:url('../images/hero-bg-02.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp3 .hero-bg-three {
	background:url('../images/hero-bg-03.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp3 .hero-bg-four {
	background:url('../images/hero-bg-04.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comp3 .herocontent {
	margin:0 0 15px 0;
	position:relative;
}

.comp3 .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;
}

.comp3 .herocontent .action {
	position:relative;
	overflow:visible;
}

.comp3 .personimage {
	max-width:100%;
	height:auto;
	background-position:center;
	background-position:center;
}

.comp3 .people{
	position:relative;
	z-index:3;
	top:-55px;
	left:40px;
	outline: 0; 
	max-width: 100%;
	overflow:hidden;
}

.mainshadow {
	position:relative;
	top:0px;
	left:-20;
	background:url(../images/main-shadow.png) no-repeat;
	height:30px;
	max-width:100%;
}

/* Hero Banner End */

@media (max-width: 1199px) {
	.comp3 .herocontent {}
	.comp3 .people{
		max-width:90%;
	}
	.comp3 .herocontent div.title{
		font-size:2.8em;
	}
	
}

/* Recent Horizontal Obits */

.comp3 .obits {
	position:relative;
	margin-top: -120px;
	z-index:10;
}

.comp3 .horizontal-obits {
	overflow:hidden;
	padding:20px 30px;
}
.comp3 .horizontal-obits .obit { margin:20px 10px;}
.obitshadowleft,.obitshadowright {
	position:absolute;
	top:0px;
	width:22px;
	height:440px;
}
.obitshadowleft {
	left:auto;
	margin-left:-52px;
	background-image:url(../images/comp3-obit-shadow-left.png);
}
.obitshadowright {
	right:auto;
	margin-left:1140px;
	background-image:url(../images/comp3-obit-shadow-right.png);
}
.comp3 #carousel-obit .carousel-inner { margin-left:15px; }

.comp3 #carousel-obit .carousel-control .fa-chevron-circle-left { left:-20px; }
.comp3 #carousel-obit .carousel-control .fa-chevron-circle-right { right:-20px; }

@media (max-width: 1199px) {
	.obitshadowright { margin-left:962px; }
	.comp3 .horizontal-obits .obit { margin:20px 5px;}
	.comp3 #carousel-obit .carousel-control .fa-chevron-circle-left { left:-45px; }
	.comp3 #carousel-obit .carousel-control .fa-chevron-circle-right { right:-55px; }
}

/* End Recent Obits */

.comp3 .vertical-welcome-obits {
	overflow: hidden;
	padding: 20px 30px;
	background-color:rgb(232, 230, 207);
}

.comp3 .welcome {
	margin:0 0 40px;
}
.comp3 .welcome .container {
	padding:30px;
	background-color:#FFF;
}