html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    line-height: 1.4em;
    color: #000;
    font-weight: normal;
}

strong, b{
    color: #141823;
    font-weight: bold;
}

p {
    margin-bottom: 1.5em;
}

h2 {
    margin-bottom: 0.2em;
}


.img-fluid {
    max-width: 100%; 
}

.unsplash-credit {
    margin-left: 15px;
    vertical-align: text-bottom;
}

h2 {
    text-transform: none;
    letter-spacing: 2px;
    font-size: 2.5em;
    font-weight: normal;
    color: #000;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 360px) {
    h2 {
        font-size: 1.5em;
    }
}

h3 {
    text-transform: none;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 3px;
}

@media screen and (max-width: 736px) {
    h3 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 360px) {
    h3 {
        font-size: 1.1em;
    }
}

.post h2, .post h3 { margin: 1.1em 0 0.5em;    }

.post-footer-h2{
    font-size: 1.5em;
    margin: 1em 0;
}

.headshot {
    border: solid 2px #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    border-radius: 5px;
    float: left;
    width: 128px;
    height: 128px;
    margin-left: -146px;
}

.aboutme-post {
    padding-left: 146px;
}


@media screen and (max-width: 736px) {
    .headshot {
        border: solid 2px #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
        border-radius: 5px;
        float: left;
        width: 96px;
        height: 96px;
        margin: 0 16px 16px 0;
    }
    
    .aboutme-post {
        padding-left: 0;
    }
    
}

code {
    padding: 0.10em 0.55em;
    white-space: nowrap;
}

pre{
    font-size: 0.8em;
}

pre code {
    white-space: pre;
}


@media (prefers-color-scheme: dark) {
    html, body {
        background:  #333; color: #fff;
    }

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        color: #fff;
    }

    h2 { color: #fff; }

    #footer{
        background-color: #444;
    }

    code span {
        color: #000;
    }
}