body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
}
/* Navbar */
.navbar {
  height: 5rem;
}

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

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

/* Footer */
.f-info-links {
  width: 100%;
}

.f-info-socials {
  width: 100%;
}

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

.f-info-links a {
  text-decoration: none;
  color: #222 !important;
}

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

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

/* Cards */
.listing-card {
  border: none;

  text-decoration: none;
}

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

/* .row {
  display: flex;
  justify-content: space-around;
} */

.row a {
  text-decoration: none;
  color: #222;
}

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

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

/* Show Page */
.show-img {
  height: 40vh;
}

.show-btns {
  display: flex;
  gap: 25rem;
}

/* Map */

#map iframe {
  height: 400px;
  width: 100vh;
}
