.event-cover-image{
    width: 100%;
    height: 50vh;
    max-height: 50vh !important;
    background-attachment: fixed;
    /* background-color: red; */
    background-image: url("../images/event-card.png"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}


.cover-img-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.respond-btn{
    background-color: #35BF6C;
    color: #fff;
}


.respond-btn:hover{
    background-color: #299b57;
    color: #fff;
}

.program-food-details, .event-basic-details, .weather-details-event{
    box-shadow: 0 0px 10px #c6c6c6;
}