/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.center-align{
	text-align: center;
}

.navbar-inverse{

}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {

	}


.navbar{
	margin-bottom: 0px;
	background-color: #0078C1;
	border-radius: 0px;
	border: 0px;
	}

@media (max-width: 768px) {
	.navbar{
		background-color: #ffffff;
		border-bottom: 1px solid #0078C1;
		}
	.navbar-inverse .navbar-brand,
	.navbar-inverse .navbar-nav>li>a {
		color: #0078C1 !important;
		}
	.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
		background-color: #ffffff !important;
		}
	}

.navbar-toggle{	border-color: #333 !important; }
.navbar-toggle .icon-bar{ background-color: #333 !important; }

.sb-page-header {
    position: relative;
    padding: 20px 15px;
    text-align: center;
    color: #0078C1;
    border-bottom: 0px solid #0078C1;
    margin-bottom: 0px;
    font-size: 20px;
	}

.sb-page-header .logo-container{
	float: right;
}

.sb-page-header h1{
	margin-top: 18px;
}
.sb-page-header h1,
.sb-page-header p{
	margin-bottom: 0px;
	text-align:left;
}


#myCarousel{
	position:relative;
}

.carousel,
.item,
.active {
    height: 400px;
}

.carousel-inner {
    height: 400px;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.featured-img{
	background-position: center;
	background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 1px 1px 2px #fff;
    color: #0078C1;
	position: absolute;
	right: 40px;
	z-index: 1000;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
