/* increase logo height for mobiles */
@media screen and (max-width: 52em) {
    .header h1.logo a {height:5rem;}
}