/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

@import url(//fonts.googleapis.com/css?family=open+sans:400italic,700italic,400,700);

/* Global Styles */

html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
	margin-top: 14px;
}

.container {
	max-width:970px;
}

.sidebar {
  margin:20px 0;
}

.navbar-default {
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:1px solid #272D38;
  	border-radius: 0;
  	margin-bottom: 0;
  	min-height: 40px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.tagline {
	background-color: #0D507B;
	text-align: center;
	padding:10px 15px;
	font-style: italic;
	color:#FFF;
	font-size: 1.08em;
}

a.imgbox {
	background: #272D38 url(../img/star_bk.jpg);
	padding:14px;
	display:block;
	height:120px;
  background-position: center;
  background-size: cover;
}
a:hover.imgbox {
	text-decoration:none;
}
.imgbox h2 {
	color:#FFF;
	font-weight: bold;
	font-size:1.6em;
	margin:0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

.carousel-caption h1 {
	text-align:left;
	padding:0 15px;
	font-size:1.2em;
	line-height:1.2em;
	margin:0;
}

.carousel-caption a {
	color:#FFF;
}
.carousel {
	margin: 20px 0 10px;
  	height: 400px;
	position:relative;
}
.carousel-indicators {
	top:88%;
	padding-top:4px;
}
.carousel-indicators li {
	margin: 1px 3px;
}
.carousel-indicators li.active {
	margin: 2px 3px 0;
}
.item,
.active,
.carousel-inner {
  	height: 100%;
		margin:0;
}

.fill {
	display:block;
	position:absolute;
	top:0;
	left:0;
  	width: 100%;
 	height: 100%;
  	background-position: center;
  	background-size: cover;
}
.carousel-caption {
	background-color: rgba(0, 0, 0, .5);;
	width:100%;
	position:absolute;
    height: 30%;
	top:70%;
	left:0;
}

footer > .row {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #999;
}

h1 {
	color: #B4121A;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	color: #B4121A;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

h4 {
	color: #B4121A;
	font-size: 1.1em;
	font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 767px) {

}