body {
    font-family: Switzer, sans-serif;
    font-size: 15pt;
    text-rendering: optimizeLegibility;
}


a {
    font-family: Switzer, sans-serif;
    text-decoration: none;
}

a:link {
    color: black;
}

a:visited {
    color: rgb(64, 64, 64);
}

a:focus {
    color: grey;
}

a:hover {
    color: grey;
}

a:active {
    color: rgb(32, 32, 32);
}

h3 {
    font-weight: 600;
}

/* a::before{
    content: "\2007";
} */


h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

footer {
    display: inline-block;
    margin-left: 2em;
    margin-right: 2em;
}

main {
    margin-left: 2em;
    margin-right: 2em;
    

    display: flex;
    flex-direction: column;
    align-items: left;
}

main a {
    text-decoration: underline;
}

main li {
    line-height: 1.5;
    list-style: "– " outside;
    padding-block-end: 0.75rem;
    shape-rendering: crispEdges;
}

main li::marker {
    font-size: unset;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

p.dancer {
    margin-top: 0;
    font-family: Noto-Sans-Symbols-2;
}


figure {
    text-align: center;
    margin: 2em 1em 2em 1em;
    max-width: 100%;
    align-self: auto;
    min-height: fit-content;
}

figcaption {
    
    max-width: 50vw;
    margin-bottom: 1em;
    text-align: center;
    font-style: italic;
    /* block-size: 2em; */
}

figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

hr {
    flex-grow: 1;
    width: 100%;
}

main {
    display: inline-block;
    min-width: 650px;
    width: 50vw;
}

#background-vid {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 40vw;
    max-height: 100vh;    
    image-rendering: pixelated;
}


#main-vid {
    height: 100%;
    width: 100%;
}

/*-----------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    #background-vid {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    main{
        min-width: initial;
        max-width: fit-content;
        width: initial;
    }
    #main-vid {
        height: unset;
        width: 100%;
    }
    figure {
        align-self: center;
        max-width: 100%;
    }
    figcaption {
        max-width: 80%;
        text-align: center;
        align-self: center;
    }
    
}
