/* HEADER */

.hide-header {
    top: -55px;
}

header a:link,
header a:visited {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    .header-home {
        transform: scale(1) !important;
        -webkit-transform-origin-x: 0 !important;
    }
}

.inner-header {
    display: flex;
    width: 100%;
}

.header-home {
    grid-column: 2;
    display: flex;
    flex-basis: content;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    line-height: 1;
    transform: scale(.75);
    -webkit-transform-origin-x: 0 !important;
    transition: .3s;
}

.site-logo {
    object-fit: contain;
    height: 30px;
}

.site-title-OAW {
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    font-family: futura-pt;
    margin: auto 0 0;
    white-space: nowrap;
}

.site-title-archive {
    font-family: futura-pt;
    font-weight: 500;
    font-size: 28px;
    margin: 10px 0 -10px;
}

/* -------------------------------------------------- */