.navbar {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 1002;
  height: 107px;
}

.navbar-text {
  font-family: "Ubuntu";
}

.navbar-brand {
  pointer-events: none;
  vertical-align: middle;
  user-select: none;
  color: #020202 !important;
  padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin-right: 13px;
}

.nav-link,
.dropdown-item {
  user-select: none;
  color: #020202 !important;
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
  vertical-align: middle;
}

.nav-link:hover {
  border-bottom: 2px solid #ef0808;
  text-decoration: none;
  color: black !important;
}

a.nav-link:hover {
  text-decoration: none;
  color: black !important;
}

.active-link {
  border-bottom: 2px solid #ef0808;
}

.dropdown-item:active {
  background-color: #ef0808;
  color: white !important;
}

#navbar-links {
  position: fixed;
  top: 54px;
  right: 185px;
  gap: 12px;
  display: inherit;
  list-style-type: none;
}

#header-pos {
  position: absolute;
  top: 43px;
  left: 190px;
  z-index: 1000;
}

#header {
  display: inline;
  color: #1b1b1b;
}

.account-icon-pos {
  position: absolute;
  top: 36px;
  right: 115px;
}

#bulb-icon-pos {
  position: absolute;
  top: 28px;
  left: 100px;
  z-index: 1000;
}

#bulb-icon {
  width: 78px;
  object-fit: contain;
}

.account-icon-size {
  width: 55px;
  border: none;
}

@media (min-width: 1445px) {
  .dropdown:hover .dropdown-menu {
     display: block;
  }

  .dropdown-menu.show {
      display: none;
  }
}

@media (max-width: 1444px) {
  #navbar-links {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px 59px 20px 23px;
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 999;
  }

  #navbar-links.show {
    display: flex;
  }

  .dropdown-menu.show {
      display: block;
  }

  .dropdown-menu {
      display: none;
  }

  .menu-toggle {
    cursor: pointer;
    z-index: 1000;
  }

}

@media (max-width: 993px) {
  #header-pos {
    position: absolute;
    top: 49px;
    z-index: 1000;
  }

  .account-icon-pos {
    right: 18% !important;
  }

  #header {
    font-size: 22px !important;
  }
}

@media (max-width: 600px) {
  #bulb-icon-pos {
    top: 35px;
    left: 38px;
  }

  #bulb-icon {
    width: 56px;
  }

  #header-pos {
    left: 98px !important;
  }
  .account-icon-size {
    width: 45px;
  }
  .account-icon-pos {
      right: 18% !important;
      top: 40px;
  }
}

@media (max-width: 392px) {
  #header-pos {
    left: 26% !important;
  }
}
