/* oswald-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/oswald-v49-latin-200.woff2') format('woff2');
}

/* oswald-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v49-latin-300.woff2') format('woff2');
}

/* oswald-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v49-latin-regular.woff2') format('woff2');
}

/* oswald-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/oswald-v49-latin-500.woff2') format('woff2');
}

/* oswald-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald-v49-latin-600.woff2') format('woff2');
}

/* oswald-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v49-latin-700.woff2') format('woff2');
}

/* dosis-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/dosis-v27-latin-200.woff2') format('woff2');
}

/* dosis-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/dosis-v27-latin-300.woff2') format('woff2');
}

/* dosis-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dosis-v27-latin-regular.woff2') format('woff2');
}

/* dosis-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/dosis-v27-latin-500.woff2') format('woff2');
}

/* dosis-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/dosis-v27-latin-600.woff2') format('woff2');
}

/* dosis-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/dosis-v27-latin-700.woff2') format('woff2');
}

/* dosis-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/dosis-v27-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Protest Guerrilla';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/protest-guerrilla.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    line-height: 1;
    quotes: none;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

*:before, *:after {
    content: '';
    content: none;
    display: none;
    box-sizing: border-box;
}

html {
    background: #22222c;
    color: whitesmoke;
    font-family: Dosis, sans-serif;
    font-size: max(min(2vh, 3vw), 12pt);
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 66vh;
}

main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: min(10vh, 8vw);
}

nav {
    font-size: 1.2rem;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: min(100%, 60em);
}

nav > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    color: #cb8;
    font-weight: normal;
    padding: 0.5em min(10vh, 8vw);
}

nav > a:hover {
    color: papayawhip;
    background: #444;
}

h1 {
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: bolder;
    font-size: min(30vh, 40vw);
    color: #22222c;
}

b {
    font-weight: 700;
}

h2 {
    font-family: Oswald, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .5em;
}

h3 {
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    margin-top: .666em;
    margin-bottom: .333em;
}

h4 {
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: .5em;
    margin-top: 1em;
}

hero-image {
    color: white;
    background-size: cover;
    background-position: 65%;
    height: min(50vh, 70vw);
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: min(10vh, 8vw);
    z-index: -1;
}

section > h1, section > h2, section > h3, section > h4, section > h5 {
    color: #cb8;
}

p {
    margin-top: .5em;
    line-height: 1.5em;
    hyphens: auto;
}

section {
    font-size: 1.2rem;
    width: min(100%, 60em);
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 min(10vh, 8vw);
}

page-flourish {
    text-align: center;
}

page-flourish > img {
    width: 94vw;
}
image-gallery {
    display: flex;
    gap: 1vh;
    flex-wrap: wrap;
    justify-content: start;
}

image-gallery img {
    object-fit: cover;
    height: min(19vh, 25vw);
    width: min(19vh, 25vw);
}

q {
    font-size: 80%;
    font-weight: 200;
    font-style: italic;
    opacity: .8;
}

iframe#trailer {
    width: min(100%, 60em);
    aspect-ratio: calc(1920/1378);
    object-fit: contain;
}

iframe#map {
    width: min(100%, 60em);
    min-height: 200px;
    aspect-ratio: calc(3/1);
}

img.poster {
    max-width: 20rem;
    display: block;
    float: right;
    margin: 0 0 2rem 2rem;
}

@media (max-width: calc(40*max(min(2vh, 4vw), 10pt))) {
    img.poster {
        float: none;
        margin: 1rem auto;
        display: block;
        max-width: 100%;
        max-height: 75vh;
    }

    nav {
        display: none;
    }
}
