/* WEB PAGE BACKGROUND */
body {
   background: #ece8df !important; /*beige */
}
/* HEADER */
header {
   background-position: center !important;
   background-image: url('/resources/sites/bleckleycountyga/img/bcs_header.png') !important;
}
/* START PAGE ICONS */
.card-box.card-box-item {
   background-image: linear-gradient(#E5DAF5, white) !important; /* light purple */
   border: 1px solid #411F77 !important; /* dark purple */
}
/* GOOGLE TRANSLATE */
#google_translate_wrapper, footer {
   background-color: #411F77 !important;  /* dark purple */
}
/* START OVER BUTTON */
.horizontal-nav a {
   background-color: #411F77 !important;  /* dark purple */
   color: white !important;
   border-radius: 5px;
}
/* INFO BLOCK LINKS */
.sticky-nav-section a {
   background-color: #E5DAF5 !important;  /* light purple */
   color: white !important;
}
.sticky-nav-section a:hover {
   background-color: #411F77 !important;  /* dark purple */
   color: white !important;
}
