
/* Background */
body {
	background-image: https://www.mountainsol.org/wp-content/uploads/2020/07/birchleaves-scaled.jpg !important;
}

/* Header Background */
#header-wrapper {
	background-color:  !important;	
}

/* Menu Background */
.top-bar, .contain-to-grid, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
	background: #143300 !important;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border-color: #143300 !important;
}

/* Menu Text */
.top-bar-section ul li > a {
	color: #ededd0 !important;
}

/* Content Background */
#content {
	background-color: #fcfcfc !important;
}


