/* 
 * Minimal override - Just remove background images
 * Keeps all original styling intact
 */

/* Remove header background image */
header {
   background: #f5f5f3 !important;
   background-image: none !important;
}

/* Remove references background image */
#references {
   background: #f5f5f5 !important;
   background-image: none !important;
}
