body {
    padding-top: 120px;
    padding-bottom: 70px;
}

@media (min-width: 1400px) {
  .topBar {
    width: 100% !important;
    padding : 0 50px;
  }
   
}
/*@media (max-width: 768px) { 
    .topBar {
        overflow: auto;
    }
}*/



#navbar {
    max-height: 80vh !important;
}

.navbar-nav > .open > a:not(.active) {
    background-color: transparent !important;
}

.navbar-nav > .dropdown > a.active {
    color: #000000 !important;
    background-color: #e7e7e7 !important;
}


.dropdown-menu > li.active > a:hover {
    background-color: #e7e7e7 !important;
}
.dropdown-menu > li:not(.active) > a:hover {
    background-color: transparent !important;
}

.dropdown-menu > .active > a {
  color: #000000;
  background-color: #e7e7e7;
}
