/* services.css */
/* requires layout-side-by-side.css */

div.main::before {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%), url(../images/services.svg), #000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div.main section#domain-hosting::before {
    background: url(../images/domain-hosting.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#colocation::before {
    background: url(../images/colocation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#email-hosting::before {
    background: url(../images/email-hosting.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#application-development::before {
    background: url(../images/application-development.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#procurement::before {
    background: url(../images/procurement.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
