/* Shared Deshweek header geometry. Loaded by both the standalone home.php and theme pages. */
.site-header {
    text-align: center;
    padding: 3rem 1rem 1.5rem;
}

.site-header .logo {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.site-header .logo a {
    display: inline-block;
    line-height: 0;
}

.site-header .logo img {
    display: block;
    width: auto;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.site-header .header-subline {
    margin: 15px 0 0;
    padding: 0;
    font-family: var(--font-heading);
    font-size: .9rem;
    line-height: 1.4;
    color: var(--color-muted);
    font-weight: 400;
}
