html, body {
    height: 100%;
    min-height: 100%;
}


#header {
    background-color: #ffffff;
    border-color: #ffffff;
    border-top: 10px solid #d90f16;
    margin-bottom: 0;
    height: 100%;
    min-height: 100%;
    background-image: url(../images/background.jpg);
    text-align: center;
}

#header .logo {
    margin-top: 40px;
    max-width: 100%;
    height: auto;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {

    #header {
        background-image: url(../images/background@2x.jpg);
        background-size: 1280px 469px;
    }
}