
.navbar-dark {
  background-color: black;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(255,255,255,0.35);
}
.navbar-dark .navbar-toggler-icon {
  background-color: black;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.25));
}

.navbar .navbar-nav {
  position: relative;
}

.navbar .nav-link { position: relative; z-index: 1; padding: .5rem .9rem; border-radius: 9999px; }
.navbar .nav-link.bubble-active { color: #111 !important; }

header, nav > .container { background: transparent !important; }
.nav_odd { font-size: 14px; }
.header_odd { font-size: 22px; text-align: center; text-color: !important white; }
.logo { height: 40px; }
.menu-item { font-family: Rubik-Regular; font-size: 14px; }

