/*!
 * Start Bootstrap - Modern 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.
 */

/* Global Styles */

h3 {
	margin-top: 10px;	
}
html,
body {
    height: 100%;
}

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

.navbar {
/*	min-height: 70px;*/	
}

.navbar-brand {
	padding: 10px 15px;	
}

.navbar-inverse {
	background-color: rgba(250, 250, 250, 0.8);	
}

.navbar-nav li a {
	color: #791500 !important;
/*	margin-top: 10px;	*/
}

.navbar-nav li a:focus {
	background-color: #791500 !important;
	color: #e9aa21 !important;	
}

.navbar-nav li a.active {
	color: #e9aa21 !important;
}

.carousel {
	box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);	
}

.page-header {
	color: #791500 !important;	
}

.breadcrumb a {
	color: #791500 !important;	
}

.breadcrumb .active {
	color: #e9aa21;	
}

.img-portfolio {
    margin-bottom: 30px;
}

#summary {
	background-color:#ffffff;	
}

#contact-info {
	background: yellow; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fde593, #e8b021); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fde593, #e8b021); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fde593, #e8b021); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fde593, #e8b021); /* Standard syntax */	
}

#contact-info a {
	color: #333 !important;
}
.panel > .panel-heading {
	background: yellow; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fde593, #e8b021); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fde593, #e8b021); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fde593, #e8b021); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fde593, #e8b021); /* Standard syntax */
	color: #f8f8f8;
	text-shadow: 1px 1px #555;
}

.btn-default {
	background-color: #e8b021;	
}

.btn-default:hover {
	color: #fde593 !important;
	background-color: #e8b021;
	border-color: #fde593;
}

.btn-primary {
	color: #fde593;
	background-color: #e8b021;
	border-color: #999;
}

.btn-primary:hover {
	color: #fde593 !important;
	background-color: #e8b021;
	border-color: #fde593;
}

#feature {
	margin-top: 0px;	
}

#feature h3 {
	margin-top: 0px;
}
.img-responsive {
	box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);	
}

#call-to-action {
	color: 	#791500;
}

.well {
	background-color: #d1d2d4;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 70%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
	width: 100%;
    margin: 50px 0;
	padding-left: 20px;
	background-color: #555;
}

#footer p, h4, a {
	color: #e8e8e8 !important;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}