   STYLELAB BRAND LOCKUP
========================================= */
.stylelab-header-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
}

.stylelab-brand-lockup--mobile {
    margin: 0 auto;
    padding: 0;
    max-width: none;
    text-align: center;
    align-items: center;
}

.stylelab-brand-lockup--mobile .stylelab-brand-name {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1;
    white-space: nowrap;
}

.open_hamburger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    padding: 4px 8px;
    margin-left: 0;
    line-height: 1;
}

.open_hamburger.w3-button {
    float: none !important;
    width: auto !important;
    min-width: auto !important;
}
.stylelab-brand-name {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(34px, 5vw, 64px);
    letter-spacing: 8px;
    line-height: 1.05;
    color: #3a3836;
    text-transform: uppercase;
}

.stylelab-brand-divider {
    width: min(520px, 82%);
    height: 1px;
    background: rgba(58, 56, 54, 0.22);
    margin: 18px auto 18px auto;
}

.stylelab-brand-tagline {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(24px, 3.2vw, 46px);
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #4a4642;
}

.stylelab-sub-copy {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #7b7b7b;
    letter-spacing: 1px;
}

/* make old global h1 styling not affect the new brand block */
header .stylelab-brand-name,
header .stylelab-brand-tagline {
    letter-spacing: normal;
}

    @media(max-width:820px){

    .stylelab-brand-lockup {
    max-width: 100%;
    padding: 6px 12px 0 12px;
    margin: 0 auto 6px auto;
}

.stylelab-brand-name {
    font-size: 34px;
    letter-spacing: 5px;
    line-height: 1.08;
}

.stylelab-brand-divider {
    width: 86%;
    margin: 12px auto;
}

.stylelab-brand-tagline {
    font-size: 20px;
    line-height: 1.22;
}
    
}