/* WEB PAGE BACKGROUND */
body.web-new-theme .content-page, .content-page-block  {
  background: #252F3F;   /* dark blue */
}
a {font-weight:bold; }

/* HEADER BACKGROUND */
body.web-new-theme .header-block .header-content {
  background: url(resources/sites/catoosacountyga/img/header.png) no-repeat left center !important; 
  background-size: actual !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: #A88C61;  /* dark brown */
  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: #ECE8DF; /* light tan */
}

/*BANNER COLOR*/
header .alert-banner{
background-color: #f9dc5c;
}
header .alert-banner .close-footer-button, header .alert-banner p{
color: #363636 !important;
}