.header-h1 {color:#322e2f; font-size: 250%; margin-bottom: 5px;}
.header-h1 a, .header-h1 a:visited, .header-h1 a:focus, .header-h1 a:hover, .header-h1 a:active {color: #322e2f; text-decoration: none; background: none;}
.header .logo img { max-height: 65px; width: auto;}

div.actions {
    padding: 5px 20px 3px 10px;
    border-bottom: 2px solid #322e2f;
}


@media screen and (max-width: 750px){

    .header .logo img { max-height: 55px; width: auto;}

}

@media screen and (max-width: 450px) {
    .header-h1 {
        color: #322e2f;
        font-size: 200%;
        margin-bottom: 5px;
        text-align: center;
        line-height: 1;
    }

    div.actions {padding-bottom: 0; border-bottom: 0;}

    .header .logo img {
        max-height: 45px;
        width: auto;
    }

}
