/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
University Web Communications (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */
.header-background {
    background: #333 url("/public/20250802084302oe_/https://www.vanderbilt.edu/courage/images/vuheader-bg-1x.jpg") bottom center;
	padding-top: 30px;
}
	.vu-main-content {background-color: #fff;}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .header-background {
        background-color: #333;
		background-image: url("/public/20250802084302oe_/https://www.vanderbilt.edu/courage/images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
	.vu-main-content {background-color: #fff;}

}

.vu-header .navbar {display: none !important;}