/* TYPOGRAPHY
 * ==================================================================
 *
 */
/* document
 * --------
 */
html,
body {
    font-family: arial, sans-serif;
    font-size: 100%;
}

/* headers
 * ------- */
h1, h2, h3,
h4, h5, h6 {
    font-family: arial, sans-serif;
    margin-bottom: 0.67em;
}
/*#page_header h1 {
    font-size: 7.41em;
}*/
h1 {
    font-size: 4.214em;
}
h2 {
    font-size: 3.16em;
}
h3 {
    font-size: 2.372em;
}
h4 {
    font-size: 1.778em;
}
h5 {
    font-size: 1.333em;
}
h6 {
    font-size: 1em;
}
/* links
 * ----- */
a,
a:hover {
    text-decoration: none;
}

/* modules
 * -------
 * will scale with document */
main {
    font-size: 1rem;
    text-align: center;
}
#page_nav {
    font-size: 1.2rem;
}
#where i{
    font-size: 1.25rem;
}
#where_details {
    text-align: left;
}
#copyright {
    text-align: right;
    font-size: 0.75rem;
}
/* slideshow */
.slide-caption {
    bottom: 2.5em;
}
