/* /Pages/Contact.razor.rz.scp.css */
.portfolio-container[b-3nigmkav3n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.portfolio-container[b-3nigmkav3n]:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url('/Assets/logoalt2.svg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.portfolio-content[b-3nigmkav3n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5rem;
}

.portfolio-h2[b-3nigmkav3n] {
    font-size: 3rem;
    color: white;
    background-color: #907C91;
    padding: 2rem;
    border-radius: 50px;
    max-width: 60%;
}

.portfolio-p-group[b-3nigmkav3n] {
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .portfolio-p-group > p[b-3nigmkav3n] {
        font-size: 1.4rem;
        color: white;
        background-color: #907C91;
        border-radius: 50px;
        padding: 2rem;
        max-width: 50%;
        margin-top: 2rem;
        line-height: 2;
    }

form[b-3nigmkav3n] {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    background-color: #907C91;
    border-radius: 50px;
    align-items: center;
    text-align: left;
    margin-top: 2rem;
}

    form > p[b-3nigmkav3n] {
        font-size: 1.4rem;
        color: white;
    }

    form > label[b-3nigmkav3n] {
        color: white;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        width: 100%;
    }


label > input[b-3nigmkav3n] {
    border-radius: 50px;
    border: 1px solid #781880;
    padding: .4rem;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

label > textarea[b-3nigmkav3n] {
    border-radius: 25px;
    border: 1px solid #781880;
    padding: .4rem;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

form > button[b-3nigmkav3n] {
    font-size: 1.8rem;
    background: none;
    color: white;
    border: 2px solid white;
    border-radius: 25px;
    padding: .4rem 1rem .4rem 1rem;
    transition: .3s;
}

    form > button:hover[b-3nigmkav3n] {
        background: white;
        color: #907C91;
    }

@media (max-width: 820px) {
    .portfolio-h2[b-3nigmkav3n] {
        font-size: 1.6rem;
    }

    .portfolio-p-group > p[b-3nigmkav3n] {
        font-size: 1rem;
    }

    form[b-3nigmkav3n] {
        padding: 1rem .2rem 1rem .2rem;
    }

        form > p[b-3nigmkav3n] {
            font-size: 1rem;
            max-width: 80%;
        }

        form > label[b-3nigmkav3n] {
            font-size: 1rem;
            width: 80%;
        }

    label > input[b-3nigmkav3n] {
        padding: .4rem;
        font-size: .8rem;
        width: 100%;
        box-sizing: border-box;
    }

    label > textarea[b-3nigmkav3n] {
        padding: .4rem;
        font-size: .8rem;
        width: 100%;
        box-sizing: border-box;
    }

    form > button[b-3nigmkav3n] {
        font-size: .8rem;
        padding: .4rem 1rem .4rem 1rem;
    }


}


@media (max-width: 639px) {

    .portfolio-content[b-3nigmkav3n] {
        margin-top: 1rem;
        padding-bottom: 4rem;
    }

    .portfolio-h2[b-3nigmkav3n] {
        font-size: 1.2rem;
        max-width: 80%;
        margin-bottom: 0;
    }

    .portfolio-p-group > p[b-3nigmkav3n] {
        font-size: .8rem;
        max-width: 90%;
    }

    form[b-3nigmkav3n] {
        width: 60%;
        padding: 1rem;
        margin: 0;
    }

        form > p[b-3nigmkav3n] {
            font-size: .8rem;
            max-width: 80%;
        }

        form > label[b-3nigmkav3n] {
            font-size: .8rem;
            width: 80%;
        }

    label > input[b-3nigmkav3n] {
        padding: .4rem;
        font-size: .5rem;
        width: 100%;
        box-sizing: border-box;
    }

    label > textarea[b-3nigmkav3n] {
        padding: .2rem;
        font-size: .5rem;
        width: 100%;
        box-sizing: border-box;
    }

    form > button[b-3nigmkav3n] {
        font-size: .8rem;
        padding: .4rem 1rem .4rem 1rem;
    }



}
/* /Pages/Index.razor.rz.scp.css */


.main-container[b-nsa2imepyj] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.hero-container[b-nsa2imepyj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0rem 4rem 4rem 4rem;
    margin-top: 4rem;
}

.hero-container > h1[b-nsa2imepyj] {
    font-size: 3.8rem;
}

.hero-container > p[b-nsa2imepyj] {
        max-width: 1200px;
        font-size: 1.2rem;
        padding: 1rem;
}

.intro-container[b-nsa2imepyj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 6rem;
    height: 100%;
}

.small-p[b-nsa2imepyj] {
    display: none;
}

.p-center[b-nsa2imepyj] {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    max-width: 20%;
}

    .p-center > p[b-nsa2imepyj] {
        font-size: 2rem;
        /*        color: rgb(120,24,128);*/
        color: black;
        font-weight: 700;
        padding: 2rem;
    }

.arrow[b-nsa2imepyj] {
    
    bottom: -2rem;
    left: 50%;
    width: 40px;
    height: 40px;
    /**
   * Dark Arrow Down
   */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJzdmcyIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzIGlkPSJkZWZzNCIvPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTU0MC4zNjIyKSI+PHBhdGggZD0ibSAxMjcuNDA2MjUsNjU3Ljc4MTI1IGMgLTQuOTg1MywwLjA3ODQgLTkuOTEwNzcsMi4xNjMwOCAtMTMuNDM3NSw1LjY4NzUgbCAtNTUsNTUgYyAtMy42MDA1NjUsMy41OTkyNyAtNS42OTY4ODMsOC42NTg5NSAtNS42OTY4ODMsMTMuNzUgMCw1LjA5MTA1IDIuMDk2MzE4LDEwLjE1MDczIDUuNjk2ODgzLDEzLjc1IEwgMjQyLjI1LDkyOS4yNSBjIDMuNTk5MjcsMy42MDA1NiA4LjY1ODk1LDUuNjk2ODggMTMuNzUsNS42OTY4OCA1LjA5MTA1LDAgMTAuMTUwNzMsLTIuMDk2MzIgMTMuNzUsLTUuNjk2ODggTCA0NTMuMDMxMjUsNzQ1Ljk2ODc1IGMgMy42MDA1NiwtMy41OTkyNyA1LjY5Njg4LC04LjY1ODk1IDUuNjk2ODgsLTEzLjc1IDAsLTUuMDkxMDUgLTIuMDk2MzIsLTEwLjE1MDczIC01LjY5Njg4LC0xMy43NSBsIC01NSwtNTUgYyAtMy41OTgxNSwtMy41OTEyNyAtOC42NTA2OCwtNS42ODEyNyAtMTMuNzM0MzgsLTUuNjgxMjcgLTUuMDgzNjksMCAtMTAuMTM2MjIsMi4wOSAtMTMuNzM0MzcsNS42ODEyNyBMIDI1Niw3NzguMDMxMjUgMTQxLjQzNzUsNjYzLjQ2ODc1IGMgLTMuNjY2NzgsLTMuNjY0MjMgLTguODQ4MDEsLTUuNzY0NDIgLTE0LjAzMTI1LC01LjY4NzUgeiIgaWQ9InBhdGgzNzY2LTEiIHN0eWxlPSJmb250LXNpemU6bWVkaXVtO2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7dGV4dC1pbmRlbnQ6MDt0ZXh0LWFsaWduOnN0YXJ0O3RleHQtZGVjb3JhdGlvbjpub25lO2xpbmUtaGVpZ2h0Om5vcm1hbDtsZXR0ZXItc3BhY2luZzpub3JtYWw7d29yZC1zcGFjaW5nOm5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lO2RpcmVjdGlvbjpsdHI7YmxvY2stcHJvZ3Jlc3Npb246dGI7d3JpdGluZy1tb2RlOmxyLXRiO3RleHQtYW5jaG9yOnN0YXJ0O2Jhc2VsaW5lLXNoaWZ0OmJhc2VsaW5lO2NvbG9yOiMwMDAwMDA7ZmlsbDojMjIyMjIyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDozOC44ODAwMDEwNzttYXJrZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlO2ZvbnQtZmFtaWx5OlNhbnM7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpTYW5zIi8+PC9nPjwvc3ZnPg==);
    background-size: contain;
    background-repeat: no-repeat;
}

.bounce[b-nsa2imepyj] {
    animation: bounce-b-nsa2imepyj 2s infinite;
}

@keyframes bounce-b-nsa2imepyj {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

iframe[b-nsa2imepyj] {
    border-radius: 50px;
}

.temp[b-nsa2imepyj] {
    background: url(/Assets/gif.gif) center center no-repeat;
    border-radius: 50px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.vidsize[b-nsa2imepyj] {
    max-width: 800px;
}

@media (max-width: 820px) {
    .hero-container[b-nsa2imepyj] {
        padding-top: 0;
        margin-top: 4rem;
        padding-bottom: 0;
    }

    .p-center > p[b-nsa2imepyj] {
        font-size: 1.2rem;
        margin-right: 1rem;
    }
    .arrow[b-nsa2imepyj] {
        width: 20px;
        height: 20px;
        margin-left: 0;
        margin-right: 1rem;
    }
}

@media (max-width: 639px) {
    .hero-container[b-nsa2imepyj] {
        margin-top: 4rem;
        padding-top: 0;
        padding-bottom: .4rem;
    }
    .hero-container > h1[b-nsa2imepyj] {
        font-size: 2rem;
    }
    .large-p[b-nsa2imepyj] {
        display: none;
    }
    .small-p[b-nsa2imepyj] {
        display: flex;
        min-width: 80%;
    }
    .hero-container > p[b-nsa2imepyj] {
        font-size: 1rem;
    }
    .intro-container[b-nsa2imepyj] {
        flex-direction: column-reverse;
        padding-bottom: 1rem;
    }
    .p-center[b-nsa2imepyj] {
        max-width: 100%;
    }
    .p-center > p[b-nsa2imepyj] {
        font-size: 1rem;
    }
    video[b-nsa2imepyj] {
        width: 80%;
        height: 50%;
    }
    .arrow[b-nsa2imepyj] {
        width: 20px;
        height: 20px;
        margin-left: 0;
    }
    .vidsize[b-nsa2imepyj] {
        max-width: 350px;
    }
}
/* /Pages/Portfolio.razor.rz.scp.css */
.main-container[b-lawcjownco] {
    margin-top: 3rem;
}

.hero-text[b-lawcjownco] {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-text > p[b-lawcjownco] {
    color: black;
    max-width: 40%;
    text-align: center;
    font-size: 1.2rem;
}

.cont-container[b-lawcjownco] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

span[b-lawcjownco] {
    font-size: .6rem;
}

.drop-cont-sizing[b-lawcjownco] {
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: right;
}

.drop-cont1[b-lawcjownco] {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
    padding: 4rem;

}.drop-cont2[b-lawcjownco] {
    display: flex;
    flex-direction: row-reverse;
    align-self: flex-end;
    justify-content: space-evenly;
    width: 100%;
    padding: 4rem;

}
button[b-lawcjownco] {
    background: white;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 4rem;
}

.initial[b-lawcjownco] {
    transform: translateY(-40px);
    z-index: -3;
    height: 0%;
    line-height: 0;
    overflow: hidden;
    transition: .35s;
    transition-timing-function: ease-in-out;
}

.open[b-lawcjownco] {
    transform: translateY(0px);
    line-height: var(--bs-body-line-height);
    height: 100%;
}

.button-p-left[b-lawcjownco] {
    color: black;
    font-size: 1.2rem;
    text-align: left;
    max-width: 100%;
}

.dropdown-p-left[b-lawcjownco] {
    color: black;
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
}

.button-p-right[b-lawcjownco] {
    color: black;
    font-size: 1.2rem;
    text-align: right;
    max-width: 100%;
}

.dropdown-p-right[b-lawcjownco] {

    font-size: 1.2rem;
    text-align: right;
    width: 100%;
}

video[b-lawcjownco] {
    width: 40%;
    height: 20%;
}

.video-border[b-lawcjownco] {
    border-radius: 50px;
}

iframe[b-lawcjownco] {
    border-radius: 50px;
}

.vidsize[b-lawcjownco] {
    max-width: 800px;
}
.temp[b-lawcjownco] {
    background: url(/Assets/gif.gif) center center no-repeat;
    border-radius: 50px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 820px) {
    .main-container[b-lawcjownco] {
        margin-top: 4rem;
    }

    .cont-container[b-lawcjownco] {
        margin-bottom: 2rem;
    }

    .hero-text h1[b-lawcjownco] {
        font-size: 2.5rem;
    }

    .hero-text > p[b-lawcjownco] {
        max-width: 60%;
        font-size: 1rem;
    }

    button[b-lawcjownco] {
        background: white;
        border: none;
        padding: 0;
        margin: 0;
        margin-top: 1.5rem;
    }

    span[b-lawcjownco] {
        font-size: .6rem;
    }

    .drop-cont-sizing[b-lawcjownco] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 80%;
        text-align: right;
    }

    .drop-cont1[b-lawcjownco] {
        flex-direction: column-reverse;
        align-self: center;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 2rem;
    }

    .drop-cont2[b-lawcjownco] {
        flex-direction: column-reverse;
        align-self: center;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 2rem;
    }

    .button-p-left[b-lawcjownco] {
        font-size: 1rem;
        text-align: left;
        max-width: 100%;
    }

    .dropdown-p-left[b-lawcjownco] {
        font-size: 1rem;
        text-align: left;
        width: 100%;
    }

    .button-p-right[b-lawcjownco] {
        font-size: 1rem;
        text-align: right;
        max-width: 100%;
    }

    .dropdown-p-right[b-lawcjownco] {
        font-size: 1rem;
        text-align: right;
        width: 100%;
    }

    .initial[b-lawcjownco] {
        transform: translateY(-20px);
        z-index: -3;
        height: 0%;
        line-height: 0;
        overflow: hidden;
        transition: .35s;
        transition-timing-function: ease-in-out;
    }

    .open[b-lawcjownco] {
        transform: translateY(0px);
        line-height: var(--bs-body-line-height);
        height: 100%;
    }

    .video-border[b-lawcjownco] {
        border-radius: 0px;
    }

}

@media (max-width: 639px) {

    .main-container[b-lawcjownco] {
        margin-top: 3rem;
    }

    .cont-container[b-lawcjownco] {
        margin-bottom: 2rem;
    }

    .hero-text h1[b-lawcjownco] {
        font-size: 1.8rem;
    }

    .hero-text > p[b-lawcjownco] {
        max-width: 60%;
        font-size: .8rem;
    }

    button[b-lawcjownco] {
        background: white;
        border: none;
        padding: 0;
        margin: 0;
        margin-top: 1.5rem;
    }

    span[b-lawcjownco] {
        font-size: .4rem;
    }

    .drop-cont-sizing[b-lawcjownco] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: right;
    }

    .drop-cont1[b-lawcjownco] {
        flex-direction: column-reverse;
        align-self: center;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 2rem;
    }

    .drop-cont2[b-lawcjownco] {
        flex-direction: column-reverse;
        align-self: center;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 2rem;
    }

    .button-p-left[b-lawcjownco] {
        font-size: .8rem;
        text-align: left;
        max-width: 100%;
    }

    .dropdown-p-left[b-lawcjownco] {
        font-size: .8rem;
        text-align: left;
        width: 100%;
    }

    .button-p-right[b-lawcjownco] {
        font-size: .8rem;
        text-align: right;
        max-width: 100%;
    }

    .dropdown-p-right[b-lawcjownco] {
        font-size: .8rem;
        text-align: right;
        width: 100%;
    }

    .initial[b-lawcjownco] {
        transform: translateY(-20px);
        z-index: -3;
        height: 0%;
        line-height: 0;
        overflow: hidden;
        transition: .35s;
        transition-timing-function: ease-in-out;
    }

    .open[b-lawcjownco] {
        transform: translateY(0px);
        line-height: var(--bs-body-line-height);
        height: 100%;
    }

    .video-border[b-lawcjownco] {
        border-radius: 0px;
    }

    .vidsize[b-lawcjownco] {
        max-width: 350px;
    }

}
/* /Pages/Pricing.razor.rz.scp.css */
.main-cont[b-0hgh5cscoj] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6rem;

}

.hero-cont[b-0hgh5cscoj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    text-align: center;
    margin-bottom: 2rem;
}

.hero-cont h1[b-0hgh5cscoj] {
    font-size: 3rem;
}

.hero-cont p[b-0hgh5cscoj] {
    font-size: 1.2rem;
    max-width: 40%;
}

.pricing-cont[b-0hgh5cscoj] {
    border-radius: 50px;
    padding: 4rem;
    color: black;
    border: 6px solid #907C91;
    margin-bottom: 6rem;
    width: 40%;
}

span[b-0hgh5cscoj] {
    background-color: #781880;
    color: white;
    padding: .4rem;
    border-radius: 25px;
}

.spacer[b-0hgh5cscoj] {
    padding: .6rem;
    margin: 1rem 0 1rem 0;
}

@media (max-width: 820px) {
    .main-cont[b-0hgh5cscoj] {
        margin-bottom: 6rem;
    }

    .hero-cont[b-0hgh5cscoj] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
        text-align: center;
        margin-bottom: 2rem;
    }

        .hero-cont h1[b-0hgh5cscoj] {
            font-size: 2.8rem;
            margin-bottom: 2rem;
            max-width: 90%;
        }

        .hero-cont p[b-0hgh5cscoj] {
            font-size: 1.2rem;
            max-width: 80%;
        }

    .pricing-cont[b-0hgh5cscoj] {
        border-radius: 50px;
        padding: .6rem;
        color: black;
        border: 6px solid #907C91;
        margin-bottom: 2rem;
        width: 90%;
    }

        .pricing-cont h2[b-0hgh5cscoj] {
            font-size: 1.8rem;
        }

        .pricing-cont p[b-0hgh5cscoj] {
            font-size: 1.2rem;
        }

    .spacer[b-0hgh5cscoj] {
        padding: .6rem;
        margin: 1rem 0 1rem 0;
    }

    span[b-0hgh5cscoj] {
        padding: .3rem;
    }
}

@media (max-width: 639px) {
    .main-cont[b-0hgh5cscoj] {

        margin-bottom: 6rem;
    }

    .hero-cont[b-0hgh5cscoj] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
        text-align: center;
        margin-bottom: 2rem;
    }

        .hero-cont h1[b-0hgh5cscoj] {
            font-size: 2rem;
            margin-bottom: 2rem;
            max-width: 90%;
        }

        .hero-cont p[b-0hgh5cscoj] {
            font-size: 1rem;
            max-width: 80%;
        }

    .pricing-cont[b-0hgh5cscoj] {
        border-radius: 50px;
        padding: .6rem;
        color: black;
        border: 6px solid #907C91;
        margin-bottom: 2rem;
        width: 90%;
    }

    .pricing-cont h2[b-0hgh5cscoj] {
        font-size: 1.4rem;
    }

    .pricing-cont p[b-0hgh5cscoj] {
        font-size: .8rem;
    }

    .spacer[b-0hgh5cscoj] {
        padding: .6rem;
        margin: 1rem 0 1rem 0;
    }
    span[b-0hgh5cscoj] {
        padding: .3rem;
    }

}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-hbbwg76q6b] {
    font-size: 1rem;
    text-align: left;
    color: rgba(255, 255, 255, .75);
    background-color: rgba(120,24,128, .75);
    margin-bottom: 0;
    padding: .8rem;
}

/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-item[b-8ynh6jsh2l] {
    font-size: 1.2rem;
    margin: 0 0 0 .8rem;
}

.nav-hover[b-8ynh6jsh2l] {
    transition: .3s;
    border-radius: 50px;
}

.nav-hover:hover[b-8ynh6jsh2l] {
        background-color: white;
}

    .nav-hover:hover span[b-8ynh6jsh2l] {
        color: #781880;
    }

.nav-hover-contact[b-8ynh6jsh2l] {
    border-radius: 50px;
    transition: .3s;
}

    .nav-hover-contact:hover[b-8ynh6jsh2l] {
        background-color: white;
        color: #781880;
    }

        .nav-hover-contact:hover span[b-8ynh6jsh2l] {
            color: #781880;
        }

.navbar-brand[b-8ynh6jsh2l] {
    font-size: 1.5rem;
}


.box[b-8ynh6jsh2l] {
    display: block;
}

img[b-8ynh6jsh2l] {
    width: 60px;
    height: 50px;
}

nav[b-8ynh6jsh2l] {
    background-color: #781880;
}

span[b-8ynh6jsh2l] {
    color: white;
}

.navbar-toggler[b-8ynh6jsh2l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-display[b-8ynh6jsh2l] {
    display: flex;
    flex-direction: row;
}

.contact-button[b-8ynh6jsh2l] {
    border: 2px solid white;
    background: transparent;
    border-radius: 50px;

}

.hide[b-8ynh6jsh2l] {
    display: flex;
    flex-direction: row;
}

.end[b-8ynh6jsh2l] {
    display: flex;
    justify-content: flex-end;
}

.collapse-cont[b-8ynh6jsh2l] {
    padding: 0;
}

.initial[b-8ynh6jsh2l] {
    transform: translateY(-400px);
    z-index: 1;
    height: 0px;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.open[b-8ynh6jsh2l] {
    transform: translateY(0px);
    
}



@media (min-width: 641px) {
    .navbar-toggler[b-8ynh6jsh2l] {
        display: none;
    }

    .collapse[b-8ynh6jsh2l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    .test[b-8ynh6jsh2l] {
        display: none;
    }
}

@media (max-width: 640px) {
    .not-collapsed[b-8ynh6jsh2l] {
        display: none;
    }
    .navbar[b-8ynh6jsh2l] {
        justify-content: center;
    }

}
