@media print {
    body {
        background-color: white;
        font-feature-settings: "kern"1;
        font-kerning: normal;
        /* font-size: 84%; */
        font-size: 100%;
    }

    h1 {
        font-size: 1em;
        margin: 0;
        padding: 0;
        /* margin: 7em 0 2em 0 ; */
    }

    header ul {
        display: none;
    }

    footer {
        display: none;
    }

    .container {
        width: 67%;
    }

    blockquote {
        margin: -1em 0 2em 0;
    }

    blockquote p {
        font-size: 1.2em;
        line-height: 1.5;
    }

    h2 {
        font-size: .75em;
    }

    h3 {
        font-size: .85em;
    }

    em {
        /* font-size: 1em;
        margin: 0 0 2em 0;
        line-height: 1.5; */
        font-size: 100%;
    }

    h4 {
        font-size: .85em;
    }

    p {
        /* font-size: .85em; */
        /* font-size: 110%; */
        font-size: .85em;
    }

    li {
        font-size: .65em;

    }

    /* unvisited link */
    a:link {
        color: black;
        /* font-weight: 600; */
        text-decoration: none;
        background-color: transparent;
    }

    em {
        background-color: transparent;
    }

    /* visited link */
    a:visited {
        color: black;
    }

    /* mouse over link */
    a:hover {
        color: black;
        text-decoration: underline;
    }

    /* selected link */
    a:active {
        color: black;
    }

    .save-pdf {
        display: none;
    }

    nav hr {
        margin: 2em 0 0 0;
    }

}