html,
body {
    font-family: var(--font-family-text);
    font-size: var(--size-font-text);
    letter-spacing: .1rem;
    line-height: 1.6rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--font-family-heading);
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: var(--size-font-h1);
    font-weight: bold;
    line-height: cal(var(--size-font-h1) + .2rem);
}

h2,
.h2 {
    font-size: var(--size-font-h2);
    line-height: var(--size-font-h1);
    ;
}

h3,
.h3 {
    font-size: var(--size-font-h3);
    line-height: var(--size-font-h2);
    ;
}

h4,
.h4 {
    font-size: var(--size-font-h4);
    line-height: var(--size-font-h3);
    ;
}

h5,
.h5 {
    font-size: var(--size-font-h5);
    line-height: var(--size-font-h4);
    ;
}

h6,
.h6 {
    font-size: var(--size-font-h6);
    line-height: var(--size-font-h5);
    ;
}

label,
.p {
    font-size: var(--size-font-text);
    line-height: var(--size-font-h4);
}

address {
    font-style: normal;
}

.brand-logo {
    max-width: 5rem;
}

#header {
    align-items: center;
}

.area-header {
    background-color: var(--color-background);
    color: var(--color-text);

    a {
        color: var(--color-light);

        &:hover {
            color: var(--color-primary);
            text-decoration: underline;
        }
    }

    font-size: 1.5rem;

    .nav {
        display: flex;
        column-gap: 1rem;
        font-size: 1.5rem;
        letter-spacing: .001rem;

        a {
            text-decoration: none;
        }
    }
}

.area-topbar {

    * {
        font-size: .8rem !important;
    }
}

.area-content {
    max-width: 100%;
    gap: 0;
    padding: 0;
    margin-top: -2rem;
}

.hepta-background {
    display: none;
}

.onoffcanvas-drawer.is-open {
    background-color: var(--color-light);
}

.hp-grid.grid__services {
    text-align: center;
}

.hp-page .page-header {
    text-align: center;
}

.btn__cta {
    background-color: #facc15;
    color: black !important;
    display: flex;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.2rem;
    padding-top: .75rem;
    margin-bottom: .1rem;
    align-items: center;
    justify-content: center;

    &:hover {
        background-color: white;
        text-shadow: 1px 0 0 currentColor;
    }
}

.hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(47, 50, 52, 0.6) 0%, rgba(47, 50, 52, 0.8) 100%), url("/images/assets/hero.png");
    padding: 2rem;
    text-align: center;
    height: 80vh;

    .h1 {
        font-size: clamp(2rem, 2.8vw, 3rem);
        line-height: 2rem;
        font-weight: bold;
        margin-bottom: clamp(1rem, 8vw, 8rem);
        margin-top: clamp(0px, 0.1vw, 8rem);
    }

    .mod-custom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 100%;

    }

}

main {
    background-color: #000;
}

.mainbottom {
    background-color: var(--color-background);
    max-width: 100vw;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;

    >* {
        max-width: 100%;
    }
}

.navbar-menu {
    font-size: 1rem;
}

.bg-black {
    background-color: #000;
}

.business-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--grid-column-gap);
}

.bl-description {
    max-width: min(80vw, 1280px);
}

strong,
.strong {
    color: white;
}

div.mod-languages ul.lang-inline li {
    font-weight: bold;
    margin: 0;

    &.lang-active {
        background-color: transparent;

        a {
            padding: 0;
            pointer-events: none;
            color: var(--color-primary);

            &:hover {
                color: var(--color-text);
            }
        }
    }

    a {
        color: var(--color-text);

        &:hover {
            color: var(--color-primary);
        }
    }
}

.menu-button span {
    position: absolute;
    top: 0;
    left: 0.15rem;
    margin-top: -.5rem;
    color: var(--color-text);
}

.area-footer>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: var(--grid-gap);
    flex-wrap: wrap;

    .mod-menu {
        flex: 1 1 clamp(4rem, 70vw, 30rem);
    }

    a {
        color: var(--color-light);

        &:hover {
            color: var(--color-primary);
        }
    }
}

.onoffcanvas.is-open {
    background-color: var(--color-background);
}

.card {
    background-color: var(--color-background);
    color: var(--color-text);
    padding: var(--grid-gap);
    border-radius: var(--border-radius);
    border: 1px solid var(--color-text);
}

.container__center {
    width: clamp(280px, 48vw, 50%);
    max-width: 100%;
}

select {
    height: 2.4rem;
    background: var(--color-page-text);
    border-radius: var(--border-radius);
    border: none;
}

.business-location {
    .icon {
        color: var(--color-primary);
    }
}

.hp-page {

    .com-content-article__date,
    .com-content-article__body {
        margin: auto;
        width: clamp(280px, 90vw, 80%);
    }
}

.modified {
    margin-left: 0;

    dt {
        font-weight: 800;
        color: white;
    }
}

.button_persistent {
    position: fixed;
    bottom: 2rem;
    width: 80vw;
    left: 5vw;
    z-index: 99;
}

@media (min-width: 768px) {
    .button_persistent {
        position: relative;
        width: auto;
        left: unset;
        bottom: unset;
    }

}