/* management.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/management.svg), #000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div.main section#support-contracts::before {
    background: url(../images/support-contracts.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#circuit-management::before {
    background: url(../images/circuit-management.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#network-design::before {
    background: url(../images/network-design.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
