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