/* Printing */
@media print {
    body {
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        color: #000000;
    }

    a[href^="http"]:not([href*=""]):after {
        content: " (" attr(href) ")";
    }

    h1,
    h2 {
        page-break-inside: avoid;
    }

    .hide-on-print {
        display: none;
    }

    .show-on-print {
        display: block;
    }

    #wrapper {
        width: auto;
        border: 0;
        margin: 0 5%;
        padding: 0;
        float: none !important;
    }

    #wrapper p {
        font-size: 17px;
    }

    .no-padding {
        padding: 0 !important;
    }

    #homepage footer {
        padding-left: 5%;
        margin-top: 30%;
    }

    #page-chapter1 footer {
        padding-left: 5%;
        margin-top: 40%;
    }

    #page-chapter2 footer {
        padding-left: 5%;
        margin-top: 15%;
    }

    #page-chapter3 footer {
        page-break-inside: avoid;
        padding-left: 5%;
        margin-top: 15%;
    }

    #footnote {
        margin-bottom: 5%;
    }
    #footnote p {
        font-size: 12px;
    }

    .black-on-print {
        padding: 0;
        margin: 0;
        filter: brightness(0) saturate(100%);
        height: 10% !important;
        width: 10% !important;
    }

    #ENOlogo {
    }

    #main {
        margin-top: 13%;
    }

    .major {
        margin-top: 3%;
        margin-bottom: 0;
        padding: 0;
        border-bottom: 1px #00257a solid;
    }

    .author {
        margin-top: 1%;
    }

    .grayscale {
    }

    /* Coloring */
    #page-chapter1 h1, #page-chapter1 h2, #page-chapter1 h3, #page-chapter1 h4, #page-chapter1 h5, #page-chapter1 h6 {
        color: #d52b1e;
    }

    #page-chapter2 h1, #page-chapter2 h2, #page-chapter2 h3, #page-chapter2 h4, #page-chapter2 h5, #page-chapter2 h6 {
        color: #34b233;
    }

    #page-chapter3 h1, #page-chapter3 h2, #page-chapter3 h3, #page-chapter3 h4, #page-chapter3 h5, #page-chapter3 h6 {
        color: #CF0072;
    }

    #page-chapter1 p > a {
        color: #d52b1e;
        text-decoration: underline ;
    }
    #page-chapter2 p > a {
        color: #34b233;
        text-decoration: underline ;
    }
    #page-chapter3 p > a {
        color: #CF0072;
        text-decoration: underline ;
    }

    .page-chapter#page-chapter1 blockquote {
        color: #d52b1e;
    }

    .page-chapter#page-chapter2 blockquote {
        color: #34b233;
    }

    .page-chapter#page-chapter3 blockquote {
        color: #CF0072;
    }

    #page-chapter1 .author {
        color: #d52b1e;
    }

    #page-chapter2 .author {
        color: #34b233;
    }

    #page-chapter3 .author {
        color: #CF0072;
    }

    /* Footnote */
    #footnote {
        border-top: solid #000000 1px;
        font-size: 14px;
    }

    #footnote > p {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 14px;
    }

    /* Image */
    figure {
        margin: 0 5% 2% 0;
    }
    .image {
        border-radius: 0.25em;
        border: 0;
        display: inline-block;
        position: relative;
        page-break-inside: avoid;
    }
    .image img {
        border-radius: 0.25em;
        display: block;
    }

    .image.left, .image.right {
        max-width: 50%;
    }

    .image.left img, .image.right img {
        width: 100%;
    }

    .image.left {
        float: left;
        margin: 0 3% 1% 0;
    }

    .image.right {
        float: right;
        margin: 0 0 1em 1.5em;
        top: 0.25em;
    }

    .image.fit {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
    }

    .image.fit img {
        width: 100%;
    }

    .image.main {
        display: block;
        margin: 0 0 3em 0;
        width: 100%;
    }

    .image.main img {
        width: 100%;
    }

    /* Tweet */
    .tweet-flex {
        display: none;
    }

    blockquote {
        /* color: #000000 !important; */
    }

    blockquote::before {
        font-family: Georgia, "Times New Roman", Times, serif;
        content: "“" !important;
    }

    blockquote::after {
        font-family: Georgia, "Times New Roman", Times, serif;
        content: "“" !important;
    }

    /* Footer */
    #ENOlogo,
    #ENOFooterlogo {
        margin-top: -3em;
        padding-bottom: 2em
    }

    #ENOlogo img,
    #ENOFooterlogo img {
        height:3em;
        margin-top: 0.3em;
        padding-right: 2em;
        float: left;
    }
    #ENOlogo p,
    #ENOFooterlogo p {
        font-weight: bold;
    }

    #ENOFooterAdress p {
        padding-left: 6em;
        margin-top: -1em;
        line-height: 1.4em;
    }
}