/* 
Stylesheet for black version of Queen's Web Header.
*/
@import url("queenswebheader.css");

a.queens-wordmark {
    background-image: url("../../images/queensweb/QueensWordmark_grey_295x37.png");
}

/* Retina/HiDPI overrides */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    a.queens-wordmark {        
        background-image: url("../../images/queensweb/QueensWordmark_grey_295x37_2x.png");    
    }    
    
}    