@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 992px) {
    .navbar-toggle {
        margin-right: 0px;
    }
}

.page-title, .nav-link {
    color: var(--primary-color-serbia);
}

.dropdown-inter .dropdown-menu li .dropdown-item.active {
    color: unset;
    background: unset;
}

.background-img {
    background-image: url("../images/first_page/Picture1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 100%;
}

.top-bar {
    background-color: white;
    box-shadow: -1px 11px 20px 5px #f8f9fa;
}

.dropdown-info .dropdown-item:not(.selected) .text-success {
    display: none;
}
