.nav-pills .nav-link.active {
  background-color: black;
}

.nav-link {
  color: black;
}

.headshot {
  border-radius: 50%;
}

.carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 50vh;
  overflow: hidden;
}

.hero {
  background-image: url("sf_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.506);
}

.customer-success {
  background-image: url("desk_background.jpg");
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(255, 255, 255, 0.85);
}

/* .text-background {
    background-color: rgba(255, 255, 255, 0.61);
    border-radius: .5em 
} */

@media (max-width: 1250px) {
  .hero {
    background-position: 0px 0px;
  }
}

@media (max-width: 768px) {
  .hero {
    background-position: -200px 0px;
  }
}

@media (max-width: 420px) {
  .hero {
    background-position: -400px 0px;
  }
}

/* Style for inactive company logo */
.posiq-tooltip {
  transition: filter 0.3s ease;
}

.posiq-tooltip:hover {
  filter: grayscale(100%) opacity(70%);
  cursor: default;
}
