/************************
 * Color Background *****
************************/
html.sm-user-ui  {
        background-color: #e8e8e8;
    background-image: url(https://photos.smugmug.com/February/Gallery-2/i-C6V22Kg/2/NSm5XHFXtvHrb4J82jGhpwwm4vWqnR9gVLKH8ZWDN/X3/20130724-_DSC4631-X3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
}

@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 >
    .sm-page-layout-region-left {
    background-color: #ffffff;
            background-color: rgba(255,255,255, 0.80);
    }
    .sm-user-ui .sm-page-layout.sm-page-layout-sitetemplate .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-center {
    background-color: #ffffff;
            background-color: rgba(255,255,255, 0.80);
    }
