@charset "UTF-8";

.gt-logo a {
    display: flex;
    align-items: center;
}

.gt-header .gt-logo img {
    /* height: 56px; */
}

.gt-logo a span {
    font-family: "Libre Baskerville", serif !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
    color: #004e40 !important;
    text-transform: uppercase;
}

.gt-logo a span span {
    /* font-size: .875rem !important; */
    font-size: 0.938rem !important;
    font-weight: 500 !important;
    opacity: .65;
}

.gt-logo a>span {
    padding-inline: .5rem 0;
}

.gt-header .gt-dark .gt-logo a span {
    color: #D4B483 !important;
}

@media only screen and (max-width: 1199px) {

    .gt-header.gt-mobile-header .gt-header-main .gt-inner {
        padding-block: 1rem;
    }

    .gt-logo a {
        display: flex;
        align-items: center;
    }

    .gt-logo img {
        height: 56px;
    }

    .gt-logo a span {
        font-family: "Libre Baskerville", serif !important;
        font-size: 1.1rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: -0.02em;
        color: #004e40 !important;
        text-transform: uppercase;
    }

    .gt-logo a span span {
        /* font-size: .875rem !important; */
        font-size: 0.938rem !important;
        font-weight: 500 !important;
        opacity: .65;
    }

    .gt-logo a>span {
        padding-inline: .5rem 0;
    }

}