body {
    width: 50%;
    margin: 1% auto 1% auto;
    padding: 20px 40px;

    background: #FAF5F3;

    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
}

p {
    margin: 0 0 0.4em;
    position: relative;

    font-size: 1.1em;
    line-height: 1.3em;
    text-align: justify;
}

#content {
    width: 90%;
    margin: 0 auto;
}

#nav {
    position: fixed;
    top: 10;
    left: 10;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.05);
    padding: 5px;
    text-align: center;
    opacity: 0.2;
}

#nav a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: black;
}

#nav:hover {
    opacity: 1;
}

#nav a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    text-align: center;
}

#title {
    display: block;
    width: 80%;
    margin: 0 auto 40px auto;
    padding: 0;

    font-family: Optima;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}

h1 {
    font-family: Optima;
    font-size: 1.8em;
    padding-top: 10px;
    font-weight: 400;
}

h3 {
    margin-bottom: 5px;
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.3em;
    text-transform: lowercase;
}

h4:not(#author) {
    margin-bottom: 5px;
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.3em;
    text-transform: lowercase;
    text-align: left;
}

a {
    text-decoration: none;
    color: #515c94;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin: 10px 40px;
}

blockquote p {
    font-size: 1.1em;
    line-height: normal;
}

sup {
    color: black;
    font-size: 0.7em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

hr {
    width: 80%;
    border: none;
    border-top: 1px solid rgba(20, 20, 20, 0.2);
}

#author {
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.6);
}

#contents {
    width: 50%;
    margin: 0 auto;
    padding-left: 28px;
}

#contents li {
    list-style-type: upper-roman;
}

#contents li li {
    list-style-type: lower-roman;
}

#contents li li li {
    list-style-type: lower-greek;
}

li.nonum,
#contents li li li li {
    list-style-type: none !important;
}

#contents a {
    text-decoration: none;
    color: black;
}

#contents a:hover {
    background: rgba(3, 1, 1, 0.1);
}

#wordcount {
    text-align: center;
    color: #ccc;
    margin-top: 4em;
}

table {
  margin: 0 auto;
  font-size: 15px;
}

td {
  width: 33%;
  text-align: center;
}

code {
  font-size: 13px;
  color: grey;
  font-family: anonymous-pro, monospace;
}

#tab-princ td {
  height: 45px;
  width: 120px;
}

@media (max-width: 1000px) {
    body {
        width: 80%;
    }
}
