/************************
 * Color Background *****
************************/
html.sm-page-home.sm-user-ui  {
    background-image: url(https://photos.smugmug.com/photos/i-qhK2Hnc/0/4e6365cc/X3/i-qhK2Hnc-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-header {
    background-color: #000000;
            background-color: rgba(0,0,0, 0.20);
    }
