/* --- Header Layout --- */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px;
    background: #e8e6e1;
    border-bottom: 1px solid #dcdad5;
}
.site-header img.custom-logo {
    width: 100%;
    max-width: 270px;
    max-height: 90px;
}
.navbar-nav {
    justify-content: flex-end;
}
.navbar-light .navbar-nav .nav-link {
    color: #8b6b4d;
    font-weight: 600;
    border: 1px solid #8b6b4d;
    margin: 5px;
}