/* WEB PAGE BACKGROUND */
body.web-new-theme .content-page, .content-page-block  {
  background: #ECE8DF !important; /* light tan */
}
a {font-weight:bold; }

/* HEADER BACKGROUND */
body.web-new-theme .header-block .header-content {
  background: url(resources/sites/bibbcountyga/img/header.png) no-repeat left center !important; 
  background-size: contain !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: #5C6E8C;  /* dark blue */
  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: #F1F3F6;  /* light blue  */
  border: 1px solid #5C6E8C !important; /* dark blue */
}

/* NEMO-Q INTEGRATION */
.nemo-class {
     float: right;
     padding-right: 10px;
display: none; /* corona virus */
}

.nav-card a:hover {
 background-color: #43638C;
 border-radius:5px;
color: white;
}
.horizontal-nav a:hover {
 background-color: #43638C;
 border-radius:5px;
color: white;
}
#sidebar .container a:hover {
 background-color: #43638C;
 border-radius:5px;
color: white;
}
a:hover b{
	color: white;
}
.sidebar-logo {
border-radius: 50px;
}

