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

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #eee;
    background-image: url(../images/IM3VNB38442.jpg); background-size: cover; background-position: top center; background-repeat: no-repeat;background-attachment: fixed;
}
.container
{
    background-color: white;
}

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

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

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

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

.navbar .nav > li > a,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
    font-size:      1.5em;
}

.jumbotron {
    margin-top: 100px;
}

.first-row{
    margin-top:60px;
}

html, body {
    font-family: 'Lato', sans-serif;
}

.img-border
{
    border: 1px solid #eee;
}

.navbar-default 
{
    background:none; 
}

.navbar-default .navbar-nav > li > a {
    color: #1f4e9d;
}

h1 {
    color: #d72140;

}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e9e9e9;
    margin: 1em 0;
    padding: 0; 
}


.menu-backdrop {
    border-bottom: 1px solid #c6d4e4;
    -webkit-box-shadow: 0 2px 2px -2px gray;
    box-shadow: 0 2px 2px -2px gray;       
    background-image:url("../images/kaisermedia_logo.png");
    background-repeat:no-repeat;
    background-position:10px 10px; /* or 0&#37; 100% */        
}    

@media (min-width: 768px) 
{

    .container-background {
        background: white;
    }    

    footer
    {
        color: #333;
        margin-top: 20px;
    }

    footer a{
        color: #1f4e9d;
    }

}
@media (min-width: 992px) {
    .container-background {
        background-image:url("../images/footer_970_neu.jpg");
        background-repeat:no-repeat;
        background-position:left bottom; /* or 0&#37; 100% */
    }   

    .navbar-header {
        border: 0px;
    }    

    footer
    {
        color: #f5f5f5;
        margin-top: 200px;
        margin-bottom:30px;
    }

    footer a{
        color: #f5f5f5;
        text-decoration: none;    
    }

    footer a:hover {
        text-decoration: none;
    }

}
@media (min-width: 1200px) {
    .container-background {
        background-image:url("../images/footer_1170_neu.jpg");
        background-repeat:no-repeat;
        background-position:left bottom; /* or 0&#37; 100% */
    }    


    .navbar-header {
        border: 0px;
    }       

    footer
    {
        color: #f5f5f5;
        margin-top: 200px;
        margin-bottom:30px;
    }

    footer a{
        color: #f5f5f5;
        text-decoration: none;    
    }

    footer a:hover {
        text-decoration: none;
    }


}