/*!
 * 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 */

html,
body {
    height: 100%;
    background-color: #FFF;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

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

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

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

.navbar-default .banner * {
    font-weight: bolder;
    text-align: center;
}

.navbar-default .banner .fa {
    font-size: 35pt;
}

.navbar-default {
    border-bottom: 6px #D23641 solid;
    //background-color: #484043;
    background-color: #FFF;
    color: #FFF;
}

.navbar-default img {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-nav-links a {
    color: #D23641;
    font-weight: bolder;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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;
}

.top-header {
    padding: 0;

}

.page-header {
    background-color: #FFF;
    color: #484043;
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-weight: bold;
    padding-top: 10px;
    border-top: 5px solid #D23641;
}

.panel-default .panel-heading {
    background-color: #D23641;
    border-radius: 0px;
    color: #FFF;
}

.panel-default {
    border: 1px solid #D23641;
    border-radius: 4px 4px 0px 0px;
}

.panel-body {
    background-color: #FFF;
    color: #484043;
}

/* 404 Page Styles */

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

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* 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%;
    }
}