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