body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
nav{
    height: 4rem;
    background-color: white;
}

.fa-compass{
    color: #fe424d;
}

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

/* footer  */
footer {
  background-color: #f8f9fa;
  padding: 1rem 0;
  font-size: 14px;
}

.f-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.f-info-socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
}

.f-info-links a {
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
}

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

/* 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;
}

.card-text p {
    font-weight: 400 !important;
}

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

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

/* show page  */
.show-img {
    height: 30vh;
}

.alert.hide {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.fa-brands {
    color: #000;
}