html, body {
	height:100%;
	padding-top:50px;
}
.navbar-brand {
    padding: 0px 0px;
}
.title-large {
	font-family:'Cinzel', serif;
	padding-top:15px;
	display:inline-block;
	font-size:1.25em;
	padding-right:15px;
}
.title-med {
	font-family:'Cinzel', serif;
	padding-top:5px;
	display:inline-block;
	font-size:1.05em;
	padding-right:15px;
}
.title-small {
	font-family:'Cinzel', serif;
	padding-top:2px;
	display:inline-block;
	font-size:0.75em;
	padding-right:15px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.25em;
}
.photo-gallery-item {
	margin-bottom:5px;
}


.landing-body {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	background-color:rgba(0,0,0,0.4); 
	font-size:18px;
	background-image:url(/userfiles/images/carousel-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}
.landing-info {
	text-align:left;
	font-family:'Cinzel', serif;
	padding-bottom:10px;
	font-size:0.9em;	
}
.shaded {
	background-color:rgba(32,0,0,0.5);
	padding:10px;
}

.mt-element-overlay .mt-overlay-6 h2 {
	font-family:'Cinzel', serif;
	font-size: 1.75em;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	padding: .01em 0;
}
.mt-element-overlay .mt-overlay-6 {
    background:#200000;
	margin-bottom: 10px;
}
.top-home-band {
	padding-top:30px;
	padding-bottom:30px;
}
.hero {
	background-color:rgba(0,0,0,0.35);
	padding:50px 0;
}
.footer-wrapper {
	background-image:url(/userfiles/images/footer-bg.jpg);
	background-position:bottom;
	background-size:cover;
	background-repeat:no-repeat;	
}
.footer-area {
	background-color:rgba(0,0,0,0.55);
	color:#FFF;
	padding:50px 0px;	
}
.footer-area .title_block span {
    font-size: 20px;
    color: #fff;
    font-family:'Cinzel', serif;
    letter-spacing: 2px;
}
.title_block span {
	display: inline-block;
	position: relative;  
}
.title_block span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	top: 8px;
	width:54%;
	overflow:hidden;
}
.title_block span:before {
	right: 100%;
	margin-right: 15px;
}
.title_block span:after {
	left: 100%;
	margin-left: 15px;
}
.landing-info-lg {
	font-size:1.2em;
	margin-bottom:5px;
}
.popover {
    color:#FFFFFF;
}
.low-hero {
	padding:30px 0px;
}
.mt-element-overlay-xs h2 {
	text-align:center;
	padding-top:15px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);	
}
.mt-element-overlay-xs p {
	text-align:center;
	padding-bottom:15px;
}
.jumbotron-block {
	background-image:url(/userfiles/images/carousel-1.jpg);	
	padding:100px 0px 20px 0px;
	background-size:cover;
	background-position:bottom;		
}
.location-name-footer {
	font-family:'Cinzel', serif;
	text-align:center;
}

.dropdown-menu {
	font-size: 16px;
	background-color: #600a10;
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    border-bottom: 7px solid #600a10;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    border-bottom: 8px solid #000000;
}
.dropdown-menu > li > a {
    color: #FFFFFF;
}
.dropdown-menu>li.active:hover>a, .dropdown-menu>li.active>a, .dropdown-menu>li:hover>a {
    background-color: #600a10;
    color:#FFFFFF;
}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

.mt-element-overlay .mt-overlay-6 h2 {
    margin-top: -30px;
}
.mt-element-overlay .mt-overlay-6 p {
    margin-top: -8px;
}

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.jumbotron-block h1 {
	font-size:1.5em;	
}

}