/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
University Web Communications (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */

.header-background {
    background: #000 url("../images/vuheader-bg-1x.jpg") top center;  background-size: cover;
}

@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: #000;
		background-image: url("../images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
}

aside p a { text-align: left !important; text-decoration: none !important; }

#sidebar__right .btn-info, 
#sidebar__right .btn-default, 
#sidebar__right .btn-danger {color: #000 !important; background-color: #d8ab4c; border-color: #c79a3b}