#topBar{
    color: white;
    background-color: #495b6e;
    font-weight: 700;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 50px;
    font-size: 18px;
}

#mainNav.affix-top{
    margin-top: 50px;
}

#mainNav.affix-top ul li:not(:last-child) a{
    color: #3d4043;
}

@media (min-width: 768px){
    header .intro-text {
        padding-top: 250px;
        padding-bottom: 150px;
    }
}

.btn-green{
    background-color: #6BAB96;
}

.btn-green-dark{
    background-color: #226172;
}

#portfolio{
    background-color: rgba(107, 171, 150, 0.59);
}

#portfolio div.col-lg-12.text-center{
    color: white;
}

#whyus{
    background-color: #226172;
    color: white!important;
}

#services{
    background-color: rgba(168, 206, 193, 0.43);
}

#contact{
    background-color: rgba(67, 68, 25, 0.28)!important;
}

#contact h1, #contact h2, #contact h3, #contact p, #contact span, #contact div{
    color: #55595d!important;
}

#banner-contact{
    padding: 180px 0px;
    background-image: url(../img/banner-contact.png);
    background-size: cover;
    background-position: center;
}


footer{
    background-color: rgba(74, 148, 125, 0.19);
    padding: 60px;
}
footer .col-md-4{
    text-align: left;
}
footer h3{
    text-transform: none;
    text-align: left;
}
footer h3::after{
    content: "";
    width: 75%;
    display: block;
    padding-top: 5px;
    text-align: left;
    border-bottom: 1px solid #979797;
}

#copyright{
    text-align: center;
    color: #55595d;
    padding: 30px;
    font-size: 14px;
}