.jersey-10-regular {
    font-family: "Jersey 10", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

main {
    flex: 1;  
}

.navbar{
    min-height: 5rem;
    background-color: white;

}

.fa-compass{
    color: #fe424d;
    font-size: 2rem;
}
.nav-link{
    color: #222222 !important;
}


/* Footer */
.f-info-link a {
    text-decoration: none;
    color: #222222;
}


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

.f-info-link , .f-info-socials , .f-info-brand{
    width: 100%;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.f-info{
    text-align: center;
    padding: 2rem 0;
    min-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: 2rem;
}
.card-img-top{
    border-radius: 1rem  !important;
    width: 100% !important;
    object-fit: cover !important;   
}
.card-body{
    padding: 0rem !important;
}
.card-text{
    font-weight: 400;
}
.listing-link{
    text-decoration: none;
}

.card-img-overlay{
    opacity: 0;
}
.card-img-overlay:hover{
    
    opacity: 0.5;
    background-color: white;
}
/* New page */
.add-btn{
    color: white;
    border-radius: 0.3rem;
    background-color: #fe424d !important;
    border: none;
}

/* Edit page */
.edit-btn{
      background-color: #fe424d !important;
    border: none;
color: white;
    border-radius: 0.3rem;

}

/* Show page */
.show-img{
height: 30vh;

}

.btns{
    display: flex;
    margin-left: 12.5rem;

    
}
/* .show-card{
    padding-left: 0;
    padding-right: 0;
} */