.navbar-brand {
  position: relative;
  z-index: 99;
}

#mainNav {
  font-size: 18px;
  background: #000576;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

@media (min-width: 576px) {
  #mainNav {
    font-size: calc(15px + .5vw);
  }
}

.navbar-toggler {
  border: solid 2px;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.7);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.85);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.1rem;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, .5);
}

.top-tint {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: rgba(255,255,255,0.15);
  z-index: -1;
}

.phone-cont {
  position: absolute;
  font-family: arial;
  top: 0;
  right: 0;
  width: 100%;
  height: 42px;
  font-size: 16px;
  z-index: 0;
}

/* Services Navigation */

#services .nav-pills .nav-link {
  background: #e1e1e1;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  padding: 2px;
  font-size: 14px;
  margin-top: 7px;
}

