.navbar-brand img {
    height:70px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-35 {
    margin-top: 35px;
}
.h-180 {
    height: 180px !important;
}
.footer-center-area {
    height: 120px;
}
.fixed-img {
    position: fixed;
}

/* agenda */
.agendaMoreInfos {
    text-decoration: underline;
}
.map {
    height: 500px;
    width: 100%;
    float:left;
    position: relative;
    min-width: 0;
}
#agendaEvents {
    float:left;

}
p.eventDates {
    font-size: 12px;
    font-style: italic;
}
.book-card img {
    width:100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.itinerary {
    font-size: 14px;
    font-style: italic;
}
.eventType {
    font-size: 20px;
    font-style: italic;
}
.suggestEvent {
    padding: 5px 10px;
}
.sign-up-image {
    text-align:center;
    padding: 20px;
}
.sign-up-image img {
    width: auto;
    height: 95%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.eventType {
    font-size: 18px;
    font-style: italic;
}