/* WEB PAGE BACKGROUND */
body.web-new-theme .content-page, .content-page-block  {
  background: #ECE8DF; /* light tan */
}

/* HEADER BACKGROUND */
body.web-new-theme .header-block .header-content {
  background: url(resources/sites/bryancountyga/img/header.png) no-repeat left center !important; 
  background-size: contain !important;
  background-color: white !important;
}
.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: #4F832C;  /* dark green */
  color: white;
}

/* START PAGE ICONS AND INFO BLOCK COLORS */
body.web-new-theme .card-box-item, body.web-new-theme .card-box-info-block {
  background: #F2FAEF;  /* light green  */
}
body{
background: #ECE8DF !important;
}
/*if banner has words that need to be center add the following to CSS Styles*/
header {
background-position: 50% 50% !important;
}