/************************
 * Color Background *****
************************/
html.sm-page-home.sm-user-ui  {
    background-color: #000000;
    background-image: url(https://photos.smugmug.com/photos/i-wv84Snp/0/60cebe75/X3/i-wv84Snp-X3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100%;
}

html.sm-user-ui  {
    background-color: #000000;
}
@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-header {
    background-color: #363636;
            background-color: rgba(54,54,54, 0);
    }
.sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-left {
    background-color: #363636;
            background-color: rgba(54,54,54, 0);
    }
.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-footer {
    background-color: #363636;
            background-color: rgba(54,54,54, 0);
    }
