@font-face {
    font-family: 'goudy_bookletter_1911regular';
    src: url('fonts/goudy_bookletter_1911-webfont.eot');
    src: url('fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
         url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('fonts/goudy_bookletter_1911-webfont.svg#goudy_bookletter_1911regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'envy';
    src: url('fonts/envy_code_r.eot');
    src: url('fonts/envy_code_r.eot?#iefix') format('embedded-opentype'),
         url('fonts/envy_code_r.woff2') format('woff2'),
         url('fonts/envy_code_r.woff') format('woff'),
         url('fonts/envy_code_r.ttf') format('truetype'),
         url('fonts/envy_code_r.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #111111;
    color: #abc0c5;
    font-family: 'goudy_bookletter_1911regular';
    font-size: 16px;
    letter-spacing: .3px;
}
#head {
    border-bottom: none;
}
h1,
h2,
h3,
h4 {
    color: #5a7588;
}
.markdown-body h2 {
    color: #5a7588;
    border-bottom: none;
}
a,
a:link,
a:visited {
    color: #776e89;
}
a:active,
a:hover,
a:focus {
    color: #a29076;
    text-decoration: none;
}
.markdown-body code {
    background-color: #222222;
    color: #5c8676;
    font-family: 'envy';
    font-size: 14px;
    padding: 5px 4px 2px 4px;
    border-radius: 0px;
    border-color: #222222;
}
.markdown-body pre {
    background: #111111;
    color: #4f8396;
    font-family: 'envy';
    border-radius: 0px;
    border-color: #444444;
    border-width: 1px;
    border-style: none;
    border-left-style: solid;
}
.markdown-body pre code {
    color: #4f8396;
    font-family: 'envy';
}
.highlight .nt {
    color: #4f8396;
}
.minibutton a {
    background: #111111;
    color: #abc0c5;
    border: none;
    text-shadow: none;
    text-transform: lowercase;
}
.minibutton a:active,
.minibutton a:hover,
.minibutton a:focus {
    background: #111111;
    color: #a29076;
    border: none;
    text-shadow: none;
}
.page #footer {
    border-top: none;
}
