

#header {
    background-color:#c83021;    max-height: 227px;
    height:23.1632653vw;
    color:#fff;
}

h4.top-nav a {
    color:#c83021;}

@media only screen 
and (min-width : 0) 
and (max-width : 620px) {

    #header {
        background-color: #c83021;;
        height: 124.5vw;
        max-height: none;
        margin-bottom:4vw;
    }

}