body{

  font-family: "Plus Jakarta Sans", sans-serif !important;
  }

.fa-compass{
    color: red;
    font-size: 2rem;
}
.navbar{
    height: 5rem;
    background-color: white;
}
.nav-link{
    color: #222222 !important;
}
.f-info-social .f-info-links .f-info-name{
    display: flex;
    justify-content: center;
    align-items: center;
} 
.f-info-social{
    width: 100%;
    font-size: 1.4rem;
   
}
.f-info-social i{
    margin-right: 1rem;
}
.f-info-links{
    width: 100%;
    text-decoration: none;
}
.f-info-links a{
    text-decoration: none;
}
.f-info{
    background-color:whitesmoke;
    text-align: center;
    height: 8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-evenly;
    
    
}
.listing-card{
    border: none !important;
    margin-bottom: 2rem !important;

}
.card-img-top{
    object-fit: cover !important;
    border-radius: 1rem !important;
}
.card-body{
    padding: 0rem !important;
}
.listing-links{
    text-decoration: none !important;
}
.card-img-overlay{
    opacity: 0 !important;
}
.card-img-overlay:hover{
    opacity: 0.2 !important;
    background-color: white;
}

/* Show page image */
.show-img{
    height:45vh;
}
.show-btns{
    display: flex;
    justify-content: space-around;
    
}