﻿nav {
    outline-color: transparent;
    min-height: 2rem;
    /*background-color: hsl(90, 100%, 98%);*/
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.nav-main-a {
    min-width: 100px;
    text-align: center;
    margin-block: auto;
    padding-inline: 1rem;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: hsl(0, 60%, 56%);
}

nav a:hover {
    color: hsl(0, 0%, 20%);
    text-decoration: underline;
}

.red-shadow {
    box-shadow: 0 .5rem 1rem rgba(210,74,74,.10) !important;
}

/*.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    color: hsl(0, 60%, 56%);
    font-size: 48px !important;
}*/

.nav-menu-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
}

    .nav-menu-button:hover {
        border: 1px solid hsl(180, 65%, 81%);
        background-color: hsla(180, 100%, 94%, 0.205);
        border-radius: 5px;
    }

.nav-op {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
    text-align: center;
    /*margin: 1.5rem;*/
}

    .nav-op > li {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
        border-radius: 0.375rem;
        border: 0px;
        display: block;
        line-height: 1.5;
    }

    .nav-op button {
        width: 100%;
        display: block;
        text-decoration: none;
        border-radius: 0.375rem;
        background-color: white;
        color: hsl(0, 60%, 56%);
        padding-block: 0.75rem;
        border: none;
    }

        .nav-op button:hover {
            color: hsl(0, 0%, 20%);
        }

    .nav-op .active {
        background-color: hsl(0, 60%, 56%);
        color: white;
    }

@media only screen and (max-width: 800px) {
    .nav-main-a {
        font-size: 1.0rem;
    }
}







.nav-section {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.nav-section-top {
    background-color: #cf717a21;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 6px 12px 0px rgba(48, 24, 2, 0.08);
}

.nav-section-link {
    color: var(--var-color-red);
    font-weight: 500;
    line-height: 18.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    padding-block: 20px;
    border-radius: 8px;
    text-align: center;
}

.nav-section-text {
    margin-inline: 20px;
    text-decoration: none;
    text-align: center;
}

.nav-section-active {
    background-color: var(--var-color-red);
    color: white;
    font-weight: 800 !important;
}
