/* ACTIVE MENU */
.navbar .nav-link.active {
    color: #f5a623 !important;
    font-weight: 700;
}

.dropdown-item.active {
    background-color: #f5a623;
    color: #fff;
}

/* HEADER BEGINNERS */
.bg-header {
    background-position: center;
    background-size: cover;
}