/* Restoration overrides, loaded after main.css. */

/* Plain-text wordmark in place of the logo artwork. The header is a fixed
   60px bar (core.css), so the link fills it and centres its text. */
header a.logo_text {
    display: block;
    height: 60px;
    padding: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: .02em;
    white-space: nowrap;
    text-decoration: none;
}

footer a.footer_logo_text {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
}
