html, body {
    font-family: Montserrat, sans-serif;
    background-color: rgb(35,37,49);
    height: 100%;
}

.navbar-brand {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 48px; */
    /* height: 48px; */
    padding-top: 1.2%;
    margin: 1px 8px 3px 8px;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.nav-item:hover {
    background: rgb(255,87,51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'  viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    margin-bottom: 0.8rem;
}

#navbarNav{
    font-size: 1.3rem;
    padding: 0;
}

.navbar-nav .nav-link.active {
    background: rgb(255,87,51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #c70039, #ff5733 70%);
    border-image-slice: 0.5;

    bottom: -10px;
    content: " ";
    left: 0;
    right: 0;
}



.nav-link{
    margin: 10px 10px;  
}

a{
    color: white;
}

nav {
    top: 0;
    left: 0;
    height: fit-content;
}

