/* Main Layout */
@media (min-width: 2400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2100px;
    }
}
.btn-primary {
    --bs-btn-bg: #f5821d;
}
.btn-primary:hover {
    background-color: #c45901;
}
.dropdown-item.active, .dropdown-item:active {
     background-color: #ce7e2e;
}
.dropdown-menu {
        --bs-dropdown-bg: #222222a1;
}
nav#mainNavbar:hover {
    background-color: #222222;
}
