﻿



.main-navbar {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #d2ae58;
    /*    background-color: #172633 !important;*/
}

.main-menu > .tab-active {
}

.main-menu > .nav-item > a {
    color: #d2ae58 !important;
}

.main-menu > .tab-active > a {
    color: #f07600 !important;
}


.sub-menu {
    background-color: #36393f;
}

    .sub-menu > .tab-active {
        background-color: #41454c !important;
    }

.tab-active > a {
    color: white !important;
}



.navbar-brand {
    font-size: 26px;
    font-weight:bold;
}

.nav-item {
    font-size: 22px;

    font-weight:bold;
}

.sub-menu > li {
}



