/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Inner page background images */ 
/* Add approrpate class t menu item in the Page Class field under the Page DIsplay tab. */
#content {
    background-size: contain !important;
	background-repeat: no-repeat !important;
	/*background: rgba(0, 0, 0, 0.4);*/
	background-color: #000000;
}
@media(max-width:1920px){
    #content {
        background-size: auto !important;
    }
}
.elementor-inner {
	/*background-color: #ffffff;*/
	background: rgba(255, 255, 255, 0.85);
}

