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