@font-face {
    font-family: "Trattatello";
    src: url("../fonts/trattatello.ttf") format("truetype"),
        url("../fonts/trattatello-webfont.woff2") format("woff2"),
        url("../fonts/trattatello-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

body {
    background: #77746d;
}

img {
    max-width: 100%;
}

h1 {
    margin-bottom: 1.25em;
    margin-top: 0;
}

h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

p {
    margin: 1.5em 0;
}

pre {
    font-size: 0.9em;
}

.spacer {
    height: 20vh;
}

.spacer.small {
    height: 1em;
}

.container {
    max-width: 38em;
    margin: 1em auto;
    font-family: "Times New Roman", serif;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 2.25em 2em;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.9);
    border-radius: 30px;
}

.container p:last-of-type {
    margin-bottom: 0;
}

p.new-tab {
    margin-top: 0.25em;
    font-size: 18px;
}

ul {
    margin-bottom: 1em;
    padding-left: 1em;
}

.container ol {
    padding-left: 1em;
}

.container ol li {
    margin-bottom: 1em;
}

.container p.image {
    margin: 1.75em 0;
    max-width: 100%;
}

/* code,
pre {
background: rgba(255, 255, 255, 0.1);
font-size: 0.8em;
padding: 0.15em 0.2em;
font-family: "Andale Mono", monospace;
color: rgba(0, 0, 0, 0.8);
border: 1px solid rgba(0, 0, 0, 0.2);
vertical-align: 0.15em;
border-radius: 0.15em;
-webkit-font-smoothing: antialiased;
}

pre {
margin: 1.5em 0;
} */

figure {
    margin: 1.5em 0;
}

h1 {
    margin-top: -0.25em;
    /* color: #5c5a53;
text-shadow: rgb(163, 154, 143) 0 1px 0;
text-align: center; */
}


details.about,
.meta {
    font-family: monospace;
    font-size: 0.9em;
    margin: 1em 0;
    padding: 0.25em 0.5em;
    padding-left: 0;
}

p.meta {
    margin: 1em 0;
}

details.about summary {
    cursor: pointer;
}

a.button {
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.05em 0.35em;
    background: white;
    border: 2px solid white;
    color: black;
    text-decoration: none;
    margin: 1em 0;
    float: left;
    margin-right: 0.5em;
    opacity: 0.9;
}

a.watch.button {
    cursor: ne-resize;
}

a.example.button {
    border: 2px solid #414957;
    background: #414957;
    color: #f0f0f0;
}

a.button.boxify {
    border: 2px solid yellow;
    background-color: transparent;
    clear: both;
    float: none;
    margin-right: 0;
}

a.button.kill-styles {
    border: 2px solid orchid;
    background-color: transparent;
    clear: both;
    float: none;
    margin-right: 0;
}

.clearer {
    clear: both;
}

.intro {
    font-family: monospace;
    font-size: 0.9em;
    line-height: 1.2;
}

p.example {
    font-size: 0.85em;
}

blockquote {
    background: #d9d9d7;
    padding: 0.25em 0.5em;
    font-size: 0.85em;
    margin: 2em 0;
    font-style: italic;
    border-radius: 12px;
}

blockquote footer {
    margin-top: 1em;
}

code {
    background: rgba(255, 255, 255, 0.2);
    padding: 1px;
}

.table-of-contents {
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position: fixed;
    top: 8px;
    z-index: 0;
}

.one {
    background: lime;
}

.two {
    background: yellow;
}

.three {
    background: cyan;
}

.four {
    background: pink;
}

.five {
    background: goldenrod;
}

.six {
    background: coral;
}

.seven {
    background: cornflowerblue;
}

.eight {
    background: silver;
}

a.internal {
    color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1150px) {
    nav {
        display: none;
    }
}
