strong {
    font-weight: bold;
    line-height: normal;
    color: #157fff;
}

#top {
    padding: 300px 0 200px 0;
    background: #bcd9fc;
}

#top h1 {
    line-height: 70px;
    font-size: 70px;
    font-weight: 900;
    color: #222;
    margin-bottom: 50px;
}

#top .btn, #about-us .btn, .statement .btn {
    background: #0755b2;
    color: white;
    font-weight: bold;
    margin-top: 50px;
}

#top .btn:hover, #about-us .btn:hover, .statement .btn:hover {
    background: #ffac14;
    color: #222;
    font-weight: bold;
    opacity: 1;
}

#company-goal {
    background: #bcd9fc;
    padding-top: 75px;
    color: #222;
}

#company-goal p {
    color: #222;
}

#company-goal h3 {
    font-weight: bold;
}

#clients {
    padding-top: 30px;
    padding-bottom: 0;
}

.projects {
     background-color: white;
     border: 0;
}

.statement:before {
    background: #bcd9fc;
}

.statement, .statement h3 {
    color: #222;
}

.title:before {
    background-color: #157fff;
}

.site-header .nav-menu a:hover {
    color: #ffac14;
    text-decoration: none;
}

div.filter {
    display: none;
}

@media (max-width: 768px) {
    .nav-sticky .site-header .site-logo img, .nav-sticky.nav-scroll-active .site-header .site-logo img {
        height: 35px;
    }

    #top {
        padding: 80px 0 200px 0;
    }

    #top h1 {
        line-height: 80px;
        font-size: 55px;
        font-weight: 900;
        color: #222;
        margin-bottom: 50px;
    }

    #clients img {
        height: auto;
        max-width: 60%;
    }

    .portfolio-post-header-heading {
        font-size: 26px;

    }
}