html {
    font-size: 12pt;
    font-family: 'iowan old style', 'apple garamond', baskerville, georgia, 'times new roman', 'droid serif', times, 'source serif pro', serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
    line-height: 1.5;
    color: black;
    background: white;
}

p {
    text-wrap: pretty;
    orphans: 4;
    widows 4;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 2rem 0 1rem 0;
}

header > p {
    font-weight: bold;
    font-style: italic;
}

hr {
    border: medium solid black;
}

img, video, canvas, svg {
    display: block;
    max-width: 4in;
    height: auto;
    margin: 1rem 0;
}

nav, .no-print {
    display: none;
}
