.faux-pie-container {
  width: 100%;
  height: 600px;
  position: relative;
}

.pie-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}

.faux-pie {
  opacity: .15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-primary {
  --bs-btn-hover-bg: #095d4a;
  --bs-btn-active-bg: #095d4a;
  --bs-btn-bg: #0c8066;
  border: 0;
}

.clear-filters-container label {
  width: 100% !important;
}

@media (max-width: 576px) {
  .clear-filters-container label {
    display: none;
  }
}

.clear-filters {
  padding: 6px 12px;
  margin-bottom: 16px;
}

.home-buttons button {
  margin-bottom: 16px;
  padding: 10px 20px;
}

.navbar-brand div {
  display: inline-block;
}

.navbar-brand img {
  margin-right: .5rem;
}