@import url('reset.css');

@font-face {
  font-family: 'Crimson';
  src: url('/Crimson-Roman.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson';
  src: url('/Crimson-Italic.woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Crimson';
  src: url('/Crimson-Bold.woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson';
  src: url('/Crimson-BoldItalic.woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Crimson Small Caps';
  src: url('/CrimsonSC-Roman.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Small Caps';
  src: url('/CrimsonSC-Bold.woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Small Caps';
  src: url('/CrimsonSC-Italic.woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Latin Modern Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/LatinModernMono-R.woff") format("woff");
}
@font-face {
  font-family: "Latin Modern Mono";
  font-style: italic;
  font-weight: 400;
  src: url("/LatinModernMono-I.woff") format("woff");
}

html {
    background-color: rgb(240,231,169);
}
body {
    background-color: #fff;
    width: 60%;
    margin: 0 auto;
    color: #333;
    padding: 1em;
    font-size: 20px;
    line-height: 24px;
    font-family: Crimson, serif;
}

p {
    margin: 1em 0;
}

h1 {
    font-weight: normal;
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

h2 {
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    word-spacing: 0.3em;
}

h3 {
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    font-style: italic;
}

.left {
    display: inline-block;  
}
.right {
    display: inline-block;  
}
.clear { clear: both; }

code, pre {
    font-family: 'Latin Modern Mono';
}

input.showhide {
    display: none;
}
input.showhide + label.showhide {
    padding-left: 1em;
    font-style:italic;
    display: block;
    cursor: pointer;
}
input.showhide:not(:checked) + label.showhide::before {
    content: '\25B6\A0\A0';
    font-style: normal;
}
input.showhide:checked + label.showhide::before {
    content: '\25BC\A0\A0';
    font-style: normal;
}
input.showhide:not(:checked) + label.showhide + .showhide {
    display: none;
}
aside.showhide {
    background-color: rgb(236,231,197);
    padding: 0.1em 1em;
}

a:link, a:visited {
    border-bottom: 1px solid rgb(139,119,104);
}
a:hover, a:active {
    border: none;
    color: rgb(117,52,48);
}

footer {
    text-align: center;
    font-size: 18px;
}
footer::before {
    content: '\2042';
    font-size: 24px;
}

.highlight pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

td, th {
    padding-right: 0.5em;
}

li {
    margin-left: 1em;
}

sup {
    font-size: 0.8em;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
}

.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
.highlight .k { color: #0000aa } /* Keyword */
.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #4c8317 } /* Comment.Preproc */
.highlight .cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #0000aa } /* Keyword.Constant */
.highlight .kd { color: #0000aa } /* Keyword.Declaration */
.highlight .kn { color: #0000aa } /* Keyword.Namespace */
.highlight .kp { color: #0000aa } /* Keyword.Pseudo */
.highlight .kr { color: #0000aa } /* Keyword.Reserved */
.highlight .kt { color: #00aaaa } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #aa5500 } /* Literal.String */
.highlight .na { color: #1e90ff } /* Name.Attribute */
.highlight .nb { color: #00aaaa } /* Name.Builtin */
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
.highlight .no { color: #aa0000 } /* Name.Constant */
.highlight .nd { color: #888888 } /* Name.Decorator */
.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
.highlight .nf { color: #00aa00 } /* Name.Function */
.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #aa0000 } /* Name.Variable */
.highlight .ow { color: #0000aa } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #009999 } /* Literal.Number.Bin */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sa { color: #aa5500 } /* Literal.String.Affix */
.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */
.highlight .sc { color: #aa5500 } /* Literal.String.Char */
.highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */
.highlight .sd { color: #aa5500 } /* Literal.String.Doc */
.highlight .s2 { color: #aa5500 } /* Literal.String.Double */
.highlight .se { color: #aa5500 } /* Literal.String.Escape */
.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */
.highlight .si { color: #aa5500 } /* Literal.String.Interpol */
.highlight .sx { color: #aa5500 } /* Literal.String.Other */
.highlight .sr { color: #009999 } /* Literal.String.Regex */
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
.highlight .ss { color: #0000aa } /* Literal.String.Symbol */
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
.highlight .fm { color: #00aa00 } /* Name.Function.Magic */
.highlight .vc { color: #aa0000 } /* Name.Variable.Class */
.highlight .vg { color: #aa0000 } /* Name.Variable.Global */
.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */
.highlight .vm { color: #aa0000 } /* Name.Variable.Magic */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
