﻿/* this is so the header is not position:absolute, in order to match the design */
@media all {
    /* override */
    header { position:relative; top:initial; right:initial; left:initial; z-index:initial; }
}