.navbar{
    height: 5rem;
    background-color: white;
}

.fa-compass{
    color:#fe424d;
    font-size: 2rem;
}

.nav-link{
    color: #000 !important;
}

body{
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container{
    flex: 1;
}

/* Navbar */

.navbar-nav .logo{
    color: #fe424d !important;
    font-weight: 1000 !important;
    font-size: 30px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/* Footer */
.f-info-links a {
    text-decoration: none;
    color: #222222;
    transition: 0.3s;
}
.f-info-links a:hover {
    text-decoration: underline;
    color: #222222;
    transform: scale(1.1);
}

.f-info-links , .f-info-socials , .f-info-brand{ 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.f-info-socials i{
    margin-right: 1rem;
    font-size: 1.5rem;
}
.f-info{
    text-align: center;
    display: flex;
    height: 8rem;
    background-color: #ffffff;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-evenly;
}
 
/* Cards */

.listing-card{
    border: none !important;
    margin-bottom: 2rem;
    /* margin-right: 1.5rem; */

}
.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;
}

/* New Page */
.add-btn{
    background-color:  #fe424d !important;
    border: none !important;
}

/* Edit Page */
.edit-btn{
    background-color:  #fe424d !important;
    border: none !important;
}

/* Show Image */
.show-img{
    height: 30vh;
}

.btns{
    display: flex;
}

.show-card{
    padding-left: 0;
    padding-right: 0;
    width: 80%;
}

/* MAp */

#map {
    height: 400px;
    width: 80vh;

}