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