body{
    background-color: #212121;
    color: #fff;
}

.cstm-full-width-background{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/banner.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cstm-repeating-background{
    background-image: url(images/repeat-2.jpg);
}

.cstm-max-page-width{
    max-width: 72em;
}

.cstm-color-hfp-orange{
    color: #FF9900;
}

.cstm-bgcolor-hfp-orange{
    background-color: #FF9900;
}