body {
    margin: auto;
    padding: 0 25px;
    width: 800px;
    font-size: 22.0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #ffffff;
    background-color: black;
}

header {
    margin: 6rem 0;
    padding-top: 0.001rem;
    text-align: center;
}


h1, h2, h3, h4 {
    font-weight: 100;
    line-height: 1em;
}
h1 { text-align: center; }
h2 { margin-top: 2em }
h2, h3 { font-style: italic; }

@font-face {
    font-family: 'Friendly-Icons-Font';
    src: url('/fonts/Friendly-Icons-Font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Hack to remove underline from pandoc code higlighting */
code span.dt {
    text-decoration: none !important;
}

pre {
    border-left: 2.5px solid white;
    padding-left: 1.20em;

    margin-left: 0;
    font-size: 15px;
    font-family: Courier, monospace;
    line-height: 150%;
}

code {
    font-family: Courier, monospace;
}

blockquote {
    border: 2.5px solid white;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

pre em {
    color: #000;
    font-weight: 100;
}

a { color: #EE72F1; text-decoration: none; }
a:visited { color: #EE72F1; border-bottom: 1px solid #921b51}
a:hover   { border-bottom: 0 ; border-bottom: 1px solid black; text-decoration:underline; }

.h2-card {
    margin-top: 0.9em;
    text-align: center;
}

figure {
    text-align: center;
    display: table;
    width: 100%;
    margin: 0;
    padding-top: 1em;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    margin-top: 1em;
}

pre {
    text-align: left !important;
}

hr {
    border: none;
    color: #000;
    text-align: center;
}
hr:after {
    content: "†";
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    padding: 0 0.25em;
    margin: 1em;
    color: white;
}
