/* Change site background from grey to #1f3371 */

body {
    background-color: #1f3371 !important;
}

#wrapper {
    background-color: #1f3371 !important;
}

#content-wrap {
    background-color: #1f3371 !important;
}

/* Ensure content areas remain white for readability */
#content {
    background-color: #ffffff !important;
}

#sidebar {
    background-color: #ffffff !important;
}