body {
   /* font-family: "Open sans", Helvetica, Arial, sans-serif;*/
}
.masthead {
    background-size: cover;
    min-height: 60vh;
    position:relative;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
h1{
    font-size:4rem;
}
.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}
@media (max-width: 768px){
    .masthead{
        min-height: 30vh;
    }
    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
}
h1.display-4 {
    color:white;
}
.date-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 15px;
    flex: 0 1 230px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
span.day-info, span.time-event, span.location {
    font-size: 16px;
    line-height: normal;
    color: #3A4856;
    display: block;
}
