/*!
 * Start Bootstrap - Small Business 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 {
    font-family: Georgia, Times New Roman, Times, serif;
	color:#000;
	padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

h4 {
	margin-bottom: 0px;
    margin-top: 0px;
	color: #fff;
}

h3 {
	color: #CC0000;
}

h1 {
	margin-bottom: 0px;
    margin-top: 7px;
	line-height: 0;
	color: #CC0000;
}
	
.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.navbar-inverse {
	background-color:#000;
	background-image:-moz-linear-gradient(top,#000,#000);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#000),to(#000));
	background-image:-webkit-linear-gradient(top,#000,#000);
	background-image:-o-linear-gradient(top,#000,#000);
	background-image:linear-gradient(to bottom,#000,#000);
	background-repeat:repeat-x;
	border-color:#FF0000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333',endColorstr='#ff333333',GradientType=0);
}

footer {
    padding: 30px 0;
}

.well {
	border:1px dashed #333;
	background-color:#E5DBBA;
}

.well2 {
	border:1px dashed #CC0000;
	background-color:#E2D8BF;
	padding-bottom: 15px;
}


.col-md-4 {
	border:1px dashed #FFD691;
	padding-bottom: 15px;
}
	
.carousel-indicators li {
	background-color: #E2D8BF;
}

.carousel-indicators .active {
	background-color: #CC0000;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-control {
    color: #CC0000;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}


@media(min-width:768px) {
    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}