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

.form-control{
    font-size: 16px;
    color: #0f0f0f;
}
.form-contact{
    margin-top: 75px;
}

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

}

.hero-image-child{
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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

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

}
