body{
    /* background-color:pink; */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar{
    height: 5rem;
    background-color: white;
}
.fa-compass{
    color: #fe424d;
    font-size: 3rem;
}
.nav-link{
    color: #222222 !important;
}
.f-info-links a{
    text-decoration: none;
    color: #222222;
}
.f-info-links a:hover{
    text-decoration: underline;
}
.f-info-socials{
    width: 100%;
  
}
.f-info-socials i {
    /* width: 100%; */
    font-size: 1.2rem;
    margin-right: 1rem;
}
.f-info-links,.f-info-socials,.f-info-brand{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-info{
    text-align: center;
    height: 8rem;
    background-color:#ebebeb ;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:space-evenly;


}


.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;
}
.card-text p{
font-weight: 400;
}

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

/* card effect  */
.card-img-overlay{
    opacity: 0;
}
.card-img-overlay:hover{
    opacity: 0.2;
    background-color: white;
}
.container{
    flex: 1;
}

/* new  page */

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


/* edit pade */
.edit-btn{
    background-color: #fe424d !important ;
    border: none  !important;
    /* colu; */
    /* color: lavender; */
}

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

.show-card{
    padding-left: 0;

}