.navbar-inverse{
    border-bottom: solid;
    border-width: 0px;
    border-color: #e6e6e6;
}

.feature-active {
    color: #1a89da !important;
}

.form-control{
    font-size: 16px;
}
.form-contact{
    margin-top: 75px;
}
.footer-top{
    padding-top: 20px;
}

/* hero image */
.hero-image{
    background-color: #f8f8f9;
    background-image: url("../../img/about-us-background.jpg");
    background-repeat: repeat-x;
    background-size: 2600px 600px;
    height: 600px;
}

.feature-text-summary{
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
}

.tab-content{
    text-align: left;
}

.nav-tabs a{
    font-size: 26px;
}

.feature-list{
    padding-left: 0px;
    padding-right: 0px;
}

.footer-top{
    padding-top: 0px;
    border-top-width: 0px;
}

#contact-bg{
    height: 316px; width: 542px; overflow-y: hidden; margin-top: 104px;
}

@media screen and (max-width: 1200px) {

    .feature-heading{
        text-align: left;
    }
    .feature-text{
        text-align: left;
    }

    .form-contact{
        margin-top: 0px;
    }

}

@media screen and (max-width: 996px) {

    .footer-top {
        display: none;
    }

    .hero-image-size img {
        margin-left: 0%;
    }
}

@media screen and (max-width: 992px) {

    #contact-bg{
        height: 316px;
        width: 542px;
        overflow-y: hidden;
        margin-top: 90px;
    }
}

@media screen and (max-width: 479px) {

    #contact-bg{
        height: 316px;
        width: 542px;
        overflow-y: hidden;
        margin-top: 40px;
        margin-left: -50px;
    }
}