
#ytc-navbar{
    height: 10vh;
    margin-top: 20px;
}

#numcon-navbar-list-wrapper > .navbar-nav > .nav-item > .nav-link{
    font-size: 16px;
}

#numcon-navbar-list-wrapper > .navbar-nav.nav-light > .nav-item > .nav-link.active{
    background-color: #6c5dd3;
    border-radius: 50px;
    color: #fff !important;
}

#numcon-navbar-list-wrapper > .navbar-nav.nav-dark > .nav-item > .nav-link.active{
    background-color: #0088c8;
    border-radius: 50px;
    color: #fff !important;
}

#theme-changer-icon{
    cursor: pointer;
}

#navbar-toggler-wrapper{
    padding: 0px;
    border: none;
    outline: none;
}

@media (max-width: 991px){
    #numcon-navbar-list-wrapper{
        z-index: 100;
        padding-bottom: 20px;
        border-bottom: 3px solid;
        border-right: 3px solid;
        border-left: 3px solid;
    }
    
    #numcon-navbar-list-wrapper.bg-snow{
        border-color: #1e2027;
    }
    
    #numcon-navbar-list-wrapper.bg-dark{
        border-color: #fff;
    }

    #numcon-navbar-list-wrapper > .navbar-nav > .nav-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px){
    #logo{
        width: 180px !important;
    }

    #hero-title{
        font-size: 34px !important;
    }
}