﻿.HeadBackground {
    background-image: url("../Images/dps-hed.jpg");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: right;
}

.dps-logo-new {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 10px;
    z-index: 100;
}

.DEVBackground {
    background-image: url("../Images/DEVbg.png");
    background-repeat: repeat-x;
    background-size: 5%;
    background-attachment: local;
    margin-top: calc(3.5%) !important;
}

.QABackground {
    background-image: url("../Images/QAbg.png");
    background-repeat: repeat-x;
    background-size: 5%;
    background-attachment: local;
    margin-top: calc(3.5%) !important;
}

.ITSTBackground {
    background-image: url("../Images/ITSTbg.png");
    background-repeat: repeat-x;
    background-size: 5%;
    background-attachment: local;
    margin-top: calc(3.5%) !important;
}