/* WEB PAGE BACKGROUND */
.content-page, .web-new-theme {background: #F2E8D5 !important;} /* sand beige */
a {font-weight:bold; }

/* HEADER BACKGROUND */
.gw-header { background-color: #44110A !important; } /* dark red */
.gw-header-content > div img {
 padding: 0px 0px 0px 20px !important;
 width: auto !important; /* contain, cover, or auto */
}
.gw-header { position: relative; min-height: 50px; }
.gw-header .text-right { position: absolute; bottom: 0; }
.gw-header .text-left { position: absolute; bottom: 0; right: 0; }

/* TITLE AND FOOTER COLORS */
body.web-new-theme .page-title-block, body.web-new-theme .footer-block {
 background: #292929; /* dark gray */
 color: white;
}

/* START PAGE ICONS AND INFO BLOCK COLORS */
body.web-new-theme .card-box-item:hover {background: white;}
body.web-new-theme .card-box-item, body.web-new-theme .card-box-info-block {
 background: #E2E2E2; /* light gray */
 border: 1px solid #292929 !important; /* dark gray */
}

body{
background: #F2E8D5!important;
}
/*if banner has words that need to be center add the following to CSS Styles*/
header {
background-position: 50% 50% !important;
}
