/* dpdcloud CSS stylesheet */

/* Classes */
.dpd-bg-img {
    background-image: url("../img/hero-bg.jpg") ;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #999;
}

/* Components */
#dpd-body { text-align: right; }
#dpd-footer { padding: 10px 0px; }
