/* WEB PAGE BACKGROUND */
body {
background: #ece8df !important; /*beige */
}
/* HEADER */
header {
background-position: center !important;
background-image: url('/resources/sites/chickamaugaga/img/ccs_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;
}
/* FONTS */
body, a, span, p, label, td, th, thead, tr, table, sup, tbody {
    font-family: "Arial", sans-serif !important;
}
.breadcrumb .active, .breadcrumb a.active {
    font-family: "Arial", sans-serif !important;
}
b, strong {
    font-family: "Arial", sans-serif !important;
    font-weight: bold !important;
}
i {
    font-family: "Arial", sans-serif !important;
    font-style: italic !important;
}

