.nav-item:hover > .nav-link {
  border-bottom: 2px solid black !important;
}

.logo {
  width: 120px;
  height: auto;
}

/* Set all nav links to black */
.nav-item .nav-link {
  color: black !important;
}

/* Show mega menu on hover */
.dropdown-hover:hover > .dropdown-menu {
  display: block;
}
/* .dropdown-hover:hover{
   border-bottom: 2px solid black !important;
} */
.dropdown-toggle::after {
  display: none;
}

/* Center dropdown menu */
.navbar-nav .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

/* Make first list item in each column bold */
.list-group .list-group-item:first-child {
  font-weight: bold;
}

.sidebar {
  max-width: 280px;
  border-right: 1px solid #ddd;
  top: 0;
  z-index: 8;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 16px;
  padding: 0 16px;
}

@media (max-width: 780px) {
  .logo {
    max-width: 100%;
    height: auto;
  }

  .navbar-nav .dropdown-menu {
    position: relative !important;
  }
}

@media (max-width: 520px) {
  .logo {
    max-width: 100%;
    height: auto;
  }

  .navbar-nav .dropdown-menu {
    position: relative !important;
  }
}
