/* Footer background */
footer.footer_bg {
    background-image: url('../image/Founding-Footer.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* Body background */
body, html, .dialog-off-canvas-main-canvas {
    background-image: url('../image/Founding-Body.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Page wrapper and content */
#page-wrapper, 
.layout-container, 
.main-content, 
.region-content {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Custom section */
.bs-bg-springwood {
    background-image: url('../image/Founding-BG-Local-News.png') !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
