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

.container {
    flex: 1;
}



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

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

/* footer */
.f-info-links a {
    text-decoration: none;
    color: #222222;
    margin-left: 0.5rem;

}

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

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

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

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


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

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

.card_body {
    padding: 0 !important;
}

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

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

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

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

.add-btn,.Edit-btn{
    background-color: #fe424d !important;
    border: none !important;
}

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


/* show page */

.show-img{
    height:30vh;

}

.btns{
    display: flex;
    
}

.show-card{
    padding-left: 0;
    padding-right: 0;
}
.nav-link:hover{
    color: dodgerblue !important;
}

.blur-navbar {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* map */
/* #map { 
    height: 400px;
    width: 80vh;
 } */




.container{
    max-width: 1280px !important;
}

