.header-h1 {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 {text-decoration: none; background: none;}

div.actions {
    padding: 10px 20px 0 20px;
    border-bottom: 2px solid #961E11;
}

@media screen and (max-width: 930px) {
    .header .logo img {
        width: 350px;
    }
}

@media screen and (max-width: 810px) {
    .header .logo img {
        width: 300px;
    }
}

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

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

    .header .logo img {
        width: 300px;
    }

    .header-h1 {
        font-size: 200%;
    }

}

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

    div.actions {
        padding: 3px 0 0 0;
    }

    .header .logo img {
        max-height: 35px;
        width: auto;
        margin-top: 10px;
    }

}
