/*!
 * 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: rgba(246, 246, 248, 0.8);
}

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

.inves{
    background-color: rgba(255, 241, 179, 0.78);
}

.inves2{
    background-color: rgba(200, 200, 200, 0.15);
}

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

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

/* Home Page Carousel */

header.carousel {
    height: 84%;
}

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

.navbar-inverse{
    background-color: #ffffff;
}
.navbar-inverse .navbar-nav li a{
    color:rgb(23,138,204);
}

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


.headins{
    margin-top: 70px;
    font-weight:bold 700;
    color: #453939;
    font-family: 'Ubuntu', sans-serif;
}

.headins2{
    margin-top: 40px;
    font-size: 30px;
    color: #453939;
}

hr.grad-light,
hr.grad-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 350px;
    border: 0;
    border-top: solid 1px;
    text-align: center;
}

hr.grad-light:after,
hr.grad-primary:after {
    content: "\f19d";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.grad-light {
    border-color: #fff;
}

hr.grad-light:after {
    color: #fff;
    background-color: rgb(240, 235, 235);
}

hr.grad-primary {
    border-color: #b36a0b;;
}

hr.grad-primary:after {
    color: #b36a0b;;
    background-color: rgb(240, 235, 235);
}







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





}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #307EAC;
    }
}