@import url("fonts.css");

* {
    padding: 0;
}

html {
    font-size: 10px;
    -epub-hyphens: none;
    margin-bottom: 4rem;
}

body {
    hyphens: none;
    -webkit-hyphens: none
}

p, h1, h2, ol li, ul li, table, a {
     color: #4E5055;
}



h1 {
    font-family: "Crimson-Roman";
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 2.8rem;
    margin-top: 3rem;
}

h2 {
    font-family: 'Archivo-Narrow', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2.3rem;
    margin-bottom: 1.2rem;
}

p, p.p, ol, ul, table {
    font-family: 'Archivo-Narrow', sans-serif !important;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
}

ol, ul {
    margin-left: 4rem;
}

table {
    margin-bottom: 0;
    border-collapse: collapse;
    page-break-inside: avoid;
}

table tr td {
    padding: 0.3rem 0.5rem;
    vertical-align: top;
}

img {
    width: 100%;
}

div.container {
    max-width: 62.5rem;
    margin: 0 auto;
}

.img_ch_opener {
    width: 100%;
}

.p_indent {
    margin-left: 4rem;
}
.p_italic {
    font-style: italic;
}

.endnote_number a {
    font-size: 1rem;
    vertical-align: top;
    text-decoration: none;
    color: inherit;
}

h1.byline {
    margin-bottom:0;
}


h1.byline + h2{
    margin-top:0;
    margin-bottom: 2.8rem
}

h2 .endnote_number a {
    margin-left: 0.1rem;
}

div.endnote {
    font-family: 'Archivo-Narrow', sans-serif;
    font-size: 1.17rem;
    margin-bottom: 0.8rem;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.3;
}

div.endnote .endnote_number {
    font-size: 0.8rem;
    display: inline-block;
    text-indent: 0;
    width: 0.8rem;
    text-align: right;
    padding-right: 0.2rem;
}

.superscript {
    vertical-align: text-top;
    font-size: 1rem;
}

.subscript {
    font-size: 1rem;vertical-align: sub;
}

.bold {
    font-family: 'ArchivoNarrow-Bold';
}

.italic {
    font-style: italic;
}

#references p {
    padding-left: 1rem;
    text-indent: -1rem;
}

p.p_italic b {
    font-family: 'ArchivoNarrow-BoldItalic'
}


p#nav_footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 50%;
    margin: 0;
    height: 0;
    line-height: 34px;
}

p#nav_footer a {
    text-decoration: none;
    padding: 0 10px;
    margin: 0 30px;
    float: left;
    color: rgba(0,0,0,.3);
    font-size: 50px;
    display: block;
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

p#nav_footer a.nav_button.right {
    float: right;
}

p#nav_footer a:hover {
    color: rgba(0,0,0,.9);
}

 @media (max-width: 850px) {

p#nav_footer {
    position: fixed;
    bottom: 0;
    height: 44px;
    padding: 10px 05px;
    background-color: rgba(255,255,255,.85);
    border-top: solid 1px black;
}

}

