@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gsans:wght@100..900&family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gsans:wght@100..900&family=Lexend:wght@100..900&family=Outfit:wght@100..900&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

.navbar {
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    border-bottom: 1px solid #252525;
    background: rgba(34, 34, 34, 0.2);
    backdrop-filter: blur(5px);
    user-select: none;
}

.nav-logo {
    background-color: transparent !important;
    margin-left: 11vh;
    margin-top: 0.6vh;
    width: auto;
    height: auto;
    max-width: 20vh;
    max-height: 5vh;
    border: none;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
}

.nav-logo:hover {
    transform: scale(1.05);
}

.nav-img {
    width: 100%;
    height: 100%;
}

.nav-logo-small {
    background-color: transparent !important;
    width: 0px;
    opacity: none;
    height: 0vh;
    border: none;
    cursor: pointer;
    user-select: none;
}

.nav-img-small {
    width: 0%;
    height: 0%;
}

.nav-button {
    color: var(--text-color);
    font-family: "Gsans", sans-serif;
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 250ms;
    margin-bottom: 1vh;
    margin-top: 1vh;
    margin-right: 1vh; 
}

.nav-button:hover {
    color: var(--accent);
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.nav-settings {
    background-color: transparent !important;
    width: 5vh;
    user-select: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
}

.nav-settings:hover {
    transform: scale(1.05);
}

.nav-settings-img {
    width: 100%;
    height: 100%;
}

.nav-items {
    display: flex;
    align-items: center; 
    margin-right: 11vh;
}



@media only screen and (max-width: 586px) {
    .navbar {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
        white-space: nowrap;
        display: flex;
    }

    .nav-items { 
        margin-right: 0vh;
    }

    .nav-button {
        margin-bottom: 1vh;
    }

    .nav-logo {
        margin-left: 0px;
    }



    
}


@media only screen and (max-width: 525px) {

    .navbar {
    overflow-x: auto;
    justify-content: center;
}

.nav-button {
    margin-right: 1px;
    margin-left: 1px;
}

.nav-button-last {
    margin-right: 1px;
    margin-left: 1px;
}

.nav-logo {
    display: none;
}


.nav-logo-small {
    background-color: transparent !important;
    width: auto;
    height: auto;
    max-width: 6vh;
    opacity: 1;
    max-height: 5vh;
    margin-top: 0.7vh;
    flex-shrink: 0; 
    margin-left: 0vh;
    user-select: none;
}


.nav-img-small {
    width: 100%;
    height: 100%;
}

.nav-bar {
    align-items: center;
}
}




@media only screen and (max-width: 403px) {

.navbar {
overflow-x: auto;
}

.nav-logo-small {
    
    display: none;
}
}