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

.container {
    flex: 1;
}

/* Navbar */
.navbar {
    height: 5rem;
    background-color: white !important;
}

/* logo */
.fa-compass {
    font-size: 2.5rem;
    color: #fe424d;
}


/* navigation links */
.nav-link {
    color: #222222 !important;
}

/* footer */
.f-info-links a {
    text-decoration: none;
    color: #222222;
    padding-left: 20px;
}

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

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

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

.f-info-socials i {
    margin-right: 1rem;
    font-size: 1.5rem;
}

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

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

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

.card-body {
    padding: 0 !important;
}

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

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

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

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

h3 {
    text-align: center;
}


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

/* show page */
.show-img {
    margin-left: 14rem;
    height: 24rem !important;
    width: 24rem !important;
}

.btns {
    display: flex !important;
    /* justify-content: center !important; */
    margin-left: 14rem !important;
}

.show-btn {
    margin-right: 1rem !important;
    /* padding: 1rem !important; */
}

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