@font-face {
    font-family: "Lucida Calligraphy";
    src: url("lucida-calligraphy.woff2") format("woff2"),
        url("lucida-calligraphy.woff") format("woff");
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #ffcc99;
    background-color: #a94d13;
}

button {
    font-size: 2rem;
    user-select: none;
    border: none;
    background: transparent;
    color: white;
}

img,
video {
    max-width: 100%;
}

video {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

h2,
h3 {
    color: #f8eeda;
    font-family: "Lucida Calligraphy";
}

a {
    text-decoration: none;
    color: #ecaf54;
}

audio {
    min-width: 500px;
}

aside {
    float: right;
    background-color: #f0e293;
    max-width: 200px;
    color: black;
    text-align: center;
    font-size: smaller;
    border-radius: 5px;
    font-family: "Verdana, Arial, Helvetica, sans-serif";
    margin-left: 10px;
}

aside>h4 {
    font-size: larger;
}

blockquote {
    margin: 0;
}

blockquote>p::before {
    content: '\201C';
}

blockquote>p::after {
    content: '\201D';
}

footer,
.center,
.embed {
    text-align: center;
}

.event {
    background-color: #f0e293;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

#content {
    max-width: 800px;
    margin: 0 auto;
}

#banner {
    pointer-events: none;
    user-select: none;
    display: block;
    margin: auto;
}

#nav {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#ramblers,
#keith {
    flex-basis: 100%;
}

#ramblers>ul>li {
    margin-left: 10%;
}

#toc {
    font-family: "Lucida Calligraphy";
    list-style: none;
    margin: auto;
    padding-left: 0;
    flex-basis: 80%;
}

#toc>li {
    text-align: center;
    padding-bottom: 10px;
}

#toc>li>a {
    font-size: large;
    text-decoration: none;
}

#toc>li>a {
    color: #f7f1e8
}

#toc>li>a:hover {
    color: #ecaf54;
}

#toc>li>a:active {
    color: #ffd895
}

#ramblers>h2,
#keith {
    text-align: center;
}

#keith>picture {
    display: block;
}

#player {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

#intro {
    margin-top: 10px;
    column-count: 2;
}

#intro>picture {
    float: right;
}

#intro>p:first-of-type {
    margin-top: 0px;
}

#events {
    height: 40rem;
    overflow-y: scroll;
    scrollbar-color: #EF9F86;

    --webkit-scrollbar {
        width: 2em;
    }
}

.event {
    padding-left: 3em;
    padding-right: 3em;
}

.event,
.event>h3 {
    color: black
}

.event>address {
    margin-bottom: 1rem;
}

#gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#gallery>figure {
    flex: 30%;
    margin: 0;
}

#gallery>picture {
    flex: 25%;
}

#gallery figcaption {
    text-align: center;
}

#programs {
    clear: left;
}

#letters {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

#letters>picture {
    flex: 45%;
}

@media screen and (max-width:961px) {
    #nav {
        flex-direction: column;
    }

    #ramblers,
    #keith {
        order: 1;
    }

    #intro {
        column-count: 1;
    }

    aside {
        float: none;
        max-width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    audio {
        min-width: 350px;
    }

    iframe {
        max-width: 100%;
    }

    #events {
        margin-left: 5%;
        max-width: 90%;
    }

    #gallery>figure:last-of-type {
        flex: 100%;
    }
}