@import '_content/GingerTurtle.Design/GingerTurtle.Design.bundle.scp.css';

/* /Layouts/NavBar.razor.rz.scp.css */
[b-hfchkvxj75] nav{
    background: linear-gradient(180deg, rgb(12, 20, 69) -16.9%, rgb(71, 30, 84) 119.9%);
    background: linear-gradient(180deg, rgb(23, 20, 69) 8.5%, rgb(60, 55, 106) 82.4%);
    background: linear-gradient(180deg, rgb(17, 23, 58) 0%, rgb(58, 85, 148) 90%);
    background-attachment:fixed;
    display: flex;
    height: 60px;
}

ul li a:hover[b-hfchkvxj75]{
    background-color: rgba(189,159,206,.2);
    color: white;
}

ul li a[b-hfchkvxj75] {
    text-decoration: none !important;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 8px 0;
    padding: 8px;
    color: #fff;
}


.brand-logo[b-hfchkvxj75]{
    height: 60px;
    padding: 5px;
}

.brand-logo img[b-hfchkvxj75]{
    height: 100%;
}

ul[b-hfchkvxj75]{
    color: white;
    margin: 0 10px;
    display: inline-flex;
    flex-grow: 0;
    justify-content: start;
    align-items: center;
    align-content: center;
    height: 100%;
}

ul:first-of-type[b-hfchkvxj75]{
    flex-grow: 1;
}
