* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body
{
    position: absolute;
    width: 100%;
    margin: 0;
    font-size: 1.6339869281045751633986928104575vw; /* =10pt if we assume that vw=8.5in */
    padding: 2vw 4vw;
    /* font-family: 'Quicksand', sans-serif; */
    /* font-family: 'Encode Sans Expanded', sans-serif; */
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /* border: 1px solid black; */
}
body > div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a
{
    color: inherit;
    text-decoration: none;
}
a:hover
{
    background: rgba(0, 0, 0, 0.1);
}

ul
{
    opacity: 0.6;
    font-weight: regular;
}
section b
{
    font-style: normal;
    font-weight: 600;
}
ul li
{
    display: inline;
}
ul li:not(:last-child)::after
{
    content: " |";
    margin: 0 0.5em;
    opacity: 0.5;
}

header
{
    text-align: center;
}
header::after
{
    content: "";
    margin-top: 1em;
    background: gray;
    height: 0.1em;
    display: block;
}
header h1
{
    margin-bottom: 0.2em;
    font-size: 2.3em;
    font-weight: 100;
}
header h1 b
{
    font-weight: 300;
}

section
{
    /* text-align: justify; */
}
section h2
{
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 100;
    /* font-weight: 600; */
    font-size: 1.4em;
    text-transform: uppercase;
    padding-top: 1.6em; /* VERTICAL SPACE FINE TUNING */
}
section h3
{
    font-weight: 600;
    font-size: 1.2em;
    /* text-transform: uppercase; */
    letter-spacing: -0.06em;
    padding-top: 0.3em;
}
/* section h4
{
    font-weight: 400;
    font-size: 1em;
    font-variant: small-caps;
} */
p
{
    padding-top: 0.24em; /* VERTICAL SPACE FINE TUNING */
}

#sec-pub > a
{
    display: block;
    margin-top: 0.24em;
}
