/* WEB PAGE BACKGROUND */
body {
background: #ece8df !important; /*beige */
}
/* HEADER */
header {
background-position: center !important;
background-image: url('/resources/sites/echolscountyga/img/echols_header.png') !important;
}
/* START PAGE ICONS */
.card-box.card-box-item {
background-image: linear-gradient(#EAEAEA, white) !important; /* light gray */
border: 1px solid #575757 !important; /* dark gray */
}
/* GOOGLE TRANSLATE */
#google_translate_wrapper, footer {
 background-color: #575757 !important;  /* dark gray */
}
/* START OVER BUTTON */
.horizontal-nav a {
background-color: #575757 !important;  /* dark gray */
color: white !important;
border-radius: 5px;
}