#topBar{
    color: #091637;
    background-color: #f7f7fa;
    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;
}

.btn-blue{
    background-color: #D1DBE5;
    color: black;
}

.btn-grey{
    background: #55595d;
    color:white;
}

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

#portfolio{
    background-color: rgba(25, 22, 19, 0.5);
}

#whyus{
    background-color: rgba(171, 193, 215, 0.5);
}

#aboutus{
    background-color: rgba(90, 102, 122, 0.8);
}

#contact{
    background-color: #363a43!important;
}

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

footer{
    background-color: #ccd4d8;
    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;
}