/*
* PAGE HEADERS
*/
.sh-util-parallax-basic { 
    /* The image used */
    background-image: none!important;
    background-color: #404040;
    
    /* Full height */
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}