.site-nav {
    /*background: #182210;*/
    background: #080808;

    .site-nav-inner {
        position: relative;
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        padding: 0.5rem 0rem;
        display: flex;
        align-items: center;
    }

    .site-nav-inner::after {
        position: absolute;
        right: 2rem;
        bottom: 0.25rem;
        left: 2rem;
        border-bottom: 1px solid #dee2e6;
        content: "";
    }

    .site-logo {
        padding-left: 3rem;
        height: 24px;
        margin-right: 0.5em;
        margin-top: -10px;
    }

    .site-name {
        font-weight: bold;
    }

    a {
        margin-right: 2rem;
        text-decoration: none;
        color: #FFF;
    }

    a:hover {
        text-decoration: underline;
    }
}
