body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
}

/* Navbar */
.navbar {
  height: 5rem;
  background-color: white;
}

.nav-link {
  color: #222222 !important;
}

.fa-compass {
  color: #fe424d;
  font-size: 2rem;
}

/* Footer */
.f-info {
  display: flex;
  height: 8rem;
  background-color: #ebebeb;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: space-evenly;
}

.f-info-links,
.f-info-socials,
.f-info-brand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-info-links a {
  text-decoration: none;
  color: #222222;
}

.f-info-links a:hover {
  text-decoration: underline;
}

.f-info-socials i {
  margin-right: 0.6rem;
  font-size: 1.2rem;
}

/* Cards */
.listing-card {
  border: none !important;
  margin-bottom: 2rem;
}

.card-img-top {
  border-radius: 1rem !important;
  width: 100% !important;
  object-fit: cover !important;
}

.card-body {
  padding: 0 !important;
}

.listing-link {
  text-decoration: none;
}

/* Card effect */
.card-img-overlay {
  opacity: 0;
}

.card-img-overlay:hover {
  opacity: 0.2;
  background-color: white;
}

/* New page */
.add-btn {
  background-color: #fe424d !important;
  border: none !important;
}

/* Edit page */
.edit-btn {
  background-color: #fe424d !important;
  border: none !important;
}

/* Show page */
.show-img {
  height: auto;
  max-height: 46vh;
  width: 100%;
  object-fit: contain;
}

.btns {
  display: flex;
}

.show-card {
  padding-left: 0;
  padding-right: 0;
}

/* Map */
#map {
  height: 400px;
  width: 100%;
}

/* Search button */
.navbar .search-btn {
  background-color: #fe424d;
  color: #fff;
  border-radius: 25px;
  padding: 0 1rem 0 1rem;
  height: 38px;
}

.navbar .search-btn:hover {
  background-color: #fe424d;
  color: #fff;
}

.navbar .search-btn i {
  display: inline;
  margin-right: 0.5rem;
}

.navbar .search-input {
  border-radius: 25px;
  padding: 0.5rem 3rem 0.5rem 3rem;
}

/* Filters */
#filters {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

#filters::-webkit-scrollbar {
  display: none;
}

.filter {
  text-align: center;
  margin-right: 2rem;
  margin-top: 1rem;
  opacity: 0.7;
}

.filter:hover {
  opacity: 1;
  cursor: pointer;
}

.filter p {
  font-size: 0.8rem;
}

/* Tax Toggle */
.tax-info {
  display: none;
}

.tax-toggle {
  border: 1px solid black;
  border-radius: 1rem;
  height: 3.25rem;
  padding: 1rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
