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

/* WHICH TYPE OF HEADER -- REMOVE WHAT YOU DO NOT USE */ 

/* 
** HEADER WITH BACKGROUND IMAGE (requires FOUR files)  ** 
*/
.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: #669999;
		background-image: url("../images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
}

/* 
** HEADER ONLY (requires TWO files)  ** 
*/
.header-background {
    background-color: #dfeef4;
}

@media (min-width: 1200px) {
	li#donate {
        left: 18em;
    }
}

li#donate a {
    display: block;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px;
    background: #d8ab4c;
    padding: 10px 20px;
    color: #000 !important;
    font-size: 1.5em;
}
li#donate a:hover {
    background-color: #000;
    color: #d8ab4c !important;
}
