.home {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/cover-photo.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.website-development {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/website-development.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.mobile-application-development {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/mobile-application-development.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.search-engine-optimization {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/search-engine-optimization.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.digital-marketing {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/digital-marketing.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.about-us {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/about-us.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contact-us {
    background-image: linear-gradient(to right, rgba(0,0,0,0.288), rgba(0,0,0,0.288)), url(../img/contact-us.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}