/* Kill the black floor and force the gradient to show through */
    body, #ajax-content-wrap, .container-wrap, #footer-outer, #footer-widgets, #copyright {
        background-color: transparent !important;
        background-image: none !important;
        background: none !important;
    }
    
    /* Ensure the HTML/Body shows the gradient and covers the whole page */
    html {
        background-color: transparent !important;
    }
    
    body {
        background-attachment: fixed !important;
        min-height: 100vh !important;
    }
    
    /* Specific fix for Salient's footer reveal background */
    .footer-reveal #footer-outer {
        background-color: transparent !important;
    }