body, button, input, table, textarea, select {
    font-size: 12pt;
    line-height: 1.7;
    font-family: inherit;
}

body {
    font-family: flowtext, sans-serif;
}

h1, h2, h3, h4 {
    line-height: 1.3;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h1, h2, h3, p, ul {
    margin: 1em 0 0;
}


#title {
    display: flex;
    flex-direction: column;
    height: 80vh;

    hgroup {
        flex-grow: 1;

        p {
            font-size: 1.5rem;
        }
    }

    footer {
        display: flex;
        flex-direction: column;
    }
}

hgroup {
    :first-child {
        margin-bottom: 0;
    }

    :last-child {
        margin-top: 0;
    }

}

blockquote {
    border-left: lightgray solid 2pt;
    padding-left: 12pt;
}

.section {
    page-break-before: always;
}

.slide {
    break-inside: avoid;
}

img {
    max-width: 100%;

    &.print-small {
        max-height: 50pt;
    }
}

a {
    text-decoration: none;
    color: inherit;
}


.print-hidden,
.hidden,
#article > header, hr {
    display: none;
}