@font-face {
    font-family: 'Austin Web';
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Austin-Roman-Web.woff2) format("woff2"), url(fonts/Austin-Roman-Web.woff) format("woff")
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Austin Web', serif;
    text-align: center;
}

html,
body {
    padding: 0;
}

header,
footer,
h2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

h1 {
    line-height: 64px;
    border-bottom: 2px solid black;
    text-align: left;
}

h1 a img {
    width: 93px;
    height: auto;
}

div#body {
    width: 100%;
    margin: 0 auto;
}

h2 {
    font-size: calc(1.3em + 2vw);
    margin: 20vh auto;
    max-width: 20em;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer p {
    border-top: 2px solid black;
    padding: 30px 0;
}

@media (min-width: 1025px) {
    h1 {
        line-height: 120px;
    }
    h1 a img {
        width: 147px;
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    header h1 {
        text-align: center;
    }
}