/* h1, h3 {
    font-family: 'Libre Baskerville', serif;
} */

body {
    font-family: Arial, Helvetica, sans-serif
}

.nav-link {
 border-bottom: 2px solid lightcoral;
}

.bg-custom { 
    background-color: rgb(219, 219, 219);
}

.bg-main {
    border-radius: .5rem;
}

.font-custom {
    font-size: 1.1em;
}

.mcmf-logo {
    border-radius: 1rem;
}

.header-img {
    width: 100vw;
}

h6 {
    font-size: 120%;
    font-style: i;
}

h5, h4 {
    color: rgb(128, 44, 44);
}

.venue {
    color: rgb(77, 75, 75);
}

.past-festivals a{
    font-size: 1.5rem;
    color: black;
}