@font-face {
    src: url(../fonts/Adobe\ Garamond\ Pro\ Regular.ttf);
    font-family: AdobeGaramondPro;
}

@font-face {
    src: url(../fonts/VarelaRound-Regular.ttf);
    font-family: VarelaRound;
}

/* Navigation */
.mb-site-header {
    z-index: 1100;
}

.mb-shell {
    width: min(1280px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.mb-topbar {
    color: rgba(255, 255, 255, 0.9);
    background: #313b32;
    font-family: VarelaRound, Arial, sans-serif;
    font-size: 0.72rem;
}

.mb-topbar__inner {
    min-height: 2.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mb-topbar__social,
.mb-topbar__contact {
    display: flex;
    gap: 1rem;
}

.mb-topbar a {
    color: inherit;
    text-decoration: none;
}

.mb-topbar a:hover {
    color: #fff;
    text-decoration: underline;
}

.mb-navbar {
    position: relative;
    background: #9aad78;
    box-shadow: 0 2px 10px rgba(49, 59, 50, 0.18);
}

.mb-navbar__inner {
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.mb-brand {
    flex: 0 0 auto;
    color: #fff;
    line-height: 1;
    text-align: left;
    text-decoration: none;
}

.mb-brand:hover {
    color: #fff;
    text-decoration: none;
}

.mb-brand span {
    display: block;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-style: italic;
}

.mb-brand small {
    display: block;
    margin-top: 0.4rem;
    font-family: VarelaRound, Arial, sans-serif;
    font-size: 0.58rem;
    font-style: normal;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mb-navigation ul {
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 1.65vw, 1.6rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.mb-navigation a {
    display: block;
    padding: 1.7rem 0 0.5rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 1.05rem;
    text-decoration: none;
    white-space: nowrap;
}

.mb-navigation a:hover,
.mb-navigation a[aria-current="page"] {
    color: #fff;
    border-bottom-color: #fff;
    text-decoration: none;
}

.mb-navigation .mb-language a {
    margin-left: 0.25rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    font-family: VarelaRound, Arial, sans-serif;
    font-size: 0.68rem;
}

.mb-nav-toggle {
    display: none;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.65rem;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 3px;
}

.mb-nav-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1100px) {
    .mb-nav-toggle {
        display: block;
    }

    .mb-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 1rem;
        background: #9aad78;
        box-shadow: 0 12px 20px rgba(49, 59, 50, 0.2);
    }

    .mb-navigation.is-open {
        display: block;
    }

    .mb-navigation ul {
        width: min(1280px, calc(100% - 2.5rem));
        margin-inline: auto;
        display: grid;
        gap: 0;
    }

    .mb-navigation a {
        padding: 0.8rem 0;
    }

    .mb-navigation .mb-language a {
        width: fit-content;
        margin: 0.5rem 0;
        padding: 0.45rem 0.65rem;
    }
}

@media (max-width: 820px) {
    .mb-topbar__contact a:first-child {
        display: none;
    }
}

@media (max-width: 580px) {
    .mb-shell {
        width: min(100% - 1.5rem, 1280px);
    }

    .mb-topbar__social {
        display: none;
    }

    .mb-topbar__inner {
        justify-content: flex-end;
    }

    .mb-navbar__inner {
        min-height: 4.5rem;
    }
}

body {
    font-family: AdobeGaramondPro, apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #fffee8;
    color: #6b6b6b;
    text-align: center;
    font-size: 1.1rem;
}

.title {
    margin: 30px auto 20px auto;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

footer {
    background-color: #788069 !important;
    color: #ffffffc0;
    font-family: VarelaRound;
    font-size: 0.9rem;
}

footer a{
    color: #b5c49b;
    text-decoration: none;
}

footer a:hover{
    color: #b5c49b;
    text-decoration: underline;
}
