/* ================================
  Header
================================ */



header a:hover {
  color: #4B4B4D;
}

.bg-invisible { background-color: transparent !important; }

header .bg-main a.navbar-brand:hover {
  color: #4B4B4D;
}

header .bg-invisible.bg-main a:hover {
  color: #4B4B4D;
}

header .bg-invisible a:hover {
  color: #a8cf46;
}

nav ul li.nav-item {
  margin-bottom: unset;
}

.nav-top > .row, nav { transition: all 0.3s ease; }

.navbar-brand {
  padding-top: unset;
  padding-bottom: unset;
}

.contact-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  width: 25px;
  height: 25px;
}

.hamburger {
  position: absolute;
  right: 0px;
  top: 8px;
}

.hamburger-toggle {
  position: absolute;
  right: 0px;
  top: 8px;
}