
/* layout */

.website-layout {
    display: flex;
}

.website-layout__left, .website-layout__right {
    flex: 1;
}

.website-layout__center {
    flex: 9;
}

/* hero */

.website-hero {
    margin: auto;
    display: table;
    margin-bottom: 2em;
    margin-top: 2em;
}

.website-hero img {
    max-width: 90vw;
}

/* bio */

.website-biography {
    width: 39em;
}

.website-biography__paragraph {
    padding-bottom: 1rem;
    line-height: 1.5rem;
}

.website-biography__paragraph cite {
    font-style: italic;
}

.website-biography {
    margin: auto;
}

/* showcase */

.film-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
}


/* footer */

.website-footer {
    margin: 10px;
}
