/* 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;
}
.dpd-httpError {
    text-align: center
}
.dpd-httpError pre {
    display: inline-block;
    text-align: left;
    color: #000;
    background-color: #3e8ed0;
}

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