a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

section.header nav ul a,
section.main .content .title-container .initials a {
    -webkit-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    -moz-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    -ms-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    -o-transition: color .1s cubic-bezier(.47, 0, .75, .72)
}

.dark {
    color: #333 !important
}

.light {
    color: #666 !important
}

.accent {
    color: #428bca !important
}

.large-screens-only {
    display: none
}

.container,
body,
section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    width: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

a,
a:active,
a:focus {
    text-decoration: none
}

html {
    height: 100%;
    font-size: 16px
}

body {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 100%;
    font-weight: 400;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #111;
    line-height: 1.1;
    text-rendering: optimizeLegibility !important
}

section {
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 16px
}

.container {
    display: flex
}

.container .content {
    width: 100%
}

section.header {
    background-color: #f7f7f7;
    padding: 40px 0;
    width: 100%;
}

section.header .container {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

section.header .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

section.header .avatar-link {
    margin-bottom: 20px;
    flex-shrink: 0;
}

#avatar-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

section.header .name {
    font-size: 28px;
    letter-spacing: -0.01em;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.1;
}

.header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.header-icons a {
    color: #555;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    opacity: 0.7;
}

.header-icons a:hover {
    color: #000;
    opacity: 1;
    transform: translateY(-1px);
}

.header-icons svg {
    height: 22px;
    width: 22px;
    fill: currentColor;
}


section.icons .content {
    width: auto
}

section.icons .content a {
    margin-left: 6px;
    margin-right: 6px;
    opacity: .6;
    -webkit-transition: opacity .1s cubic-bezier(.47, 0, .75, .72);
    -moz-transition: opacity .1s cubic-bezier(.47, 0, .75, .72);
    -ms-transition: opacity .1s cubic-bezier(.47, 0, .75, .72);
    -o-transition: opacity .1s cubic-bezier(.47, 0, .75, .72);
    transition: opacity .1s cubic-bezier(.47, 0, .75, .72)
}

section.icons .content a:first-child {
    margin-left: 0
}

section.icons .content a:last-child {
    margin-right: 0
}

section.icons .content a:hover {
    opacity: .8
}

section.icons .content a .icon {
    width: 16px;
    height: 16px
}

section.icons .content a .flag {
    border-radius: 50%
}

section.icons svg {
    height: 26px;
    width: 26px;
    vertical-align: baseline
}

section.main .container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

section.main .content {
    color: #111;
    font-size: 16px
}

section.main .content .page-heading,
section.main .content .title-container .initials {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.005rem
}

section.main .content .title-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

section.main .content .title-container .initials {
    display: none;
    color: #666
}

section.main .content .title-container .initials a {
    color: #666;
    transition: color .1s cubic-bezier(.47, 0, .75, .72)
}

section.main .content .title-container .initials a:hover {
    color: #333
}

section.main .content .page-heading {
    color: #333;
    margin-bottom: 16px
}

section.main .content .front-matter .page-heading {
    margin-bottom: 0
}

section.main .content .front-matter .meta {
    color: #666;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-bottom: 32px
}

section.main .content .front-matter .date,
section.main .content .front-matter .reading-time .middot,
section.main .content .front-matter .word-count {
    display: none
}

section.main .content .front-matter .middot {
    font-size: 6px;
    margin: 0 6px;
    display: inline;
    vertical-align: middle
}

section.main .content .front-matter .middot:before {
    content: "•"
}

section.main .container.f04 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

section.main .container.f04 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

section.main .container.f04 .content .num {
    margin: 30px 0;
    font-weight: 200;
    font-size: 50px
}

section.main .container.f04 .content .detail {
    margin-bottom: 40px
}

section.main .container .content .post-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    /* Moved from post-link to here for spacing between items */
}

section.main .container .content .post-item .meta {
    color: #666;
    min-width: 100px;
    margin-right: 8px
}

section.main .container .content .no-bullet {
    color: transparent;
    font-style: oblique;
    margin-top: 2rem;
    margin-bottom: 1rem
}

section.main .container .content .no-bullet .date {
    font-size: 18px;
    letter-spacing: -.005rem;
    font-weight: 700;
    color: #666 !important;
    font-style: normal
}

section.main {
    padding-top: 32px;
    padding-bottom: 32px
}

a {
    color: #428bca;
    -webkit-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    -moz-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    -ms-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    -o-transition: color .1s cubic-bezier(.47, 0, .75, .72);
    transition: color .1s cubic-bezier(.47, 0, .75, .72)
}

a:hover {
    color: #2a6496
}

img {
    max-width: 100%
}

img.profile {
    min-width: 100%
}

.page-heading a {
    color: #333
}

section.main .container .content .post-item .post-link {
    margin-bottom: 0px;
}



@media (min-width:600px) {
    body {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    section.main .container.f04,
    section.main .container.f04 .content {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }

    .non-narrow.zero-top-spacing {
        padding-top: 0 !important
    }

    section {
        padding: 0 16px;
        margin-left: 100px;
        margin-right: 100px;
        max-width: 750px
    }

    section.header {
        order: 0;
        background-color: transparent;
        padding: 60px 0;
    }

    section.header .content {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
    }

    section.header .avatar-link {
        margin-bottom: 0;
        margin-right: 24px;
    }

    #avatar-image {
        /* Ensure size stays manageable on desktop, maybe larger? */
        width: 130px;
        height: 130px;
    }

    .header-info {
        align-items: flex-start;
        text-align: left;
    }

    section.header .name {
        margin-bottom: 8px;
        font-size: 32px;
        color: #333;
    }

    .header-icons {
        justify-content: flex-start;
    }

    section.main {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1
    }

    section.main .container.f04 .content .num {
        margin: 0 0 10px;
        font-size: 32px
    }

    section.main .container.f04 .content .detail {
        margin-bottom: 30px
    }

    .container {
        margin: 0 30px
    }

    section.header,
    section.icons {
        padding-top: 60px;
        padding-bottom: 60px
    }

    section.main {
        padding-top: 0;
        padding-bottom: 0
    }

    section.main .container .content .post-item {
        display: flex;
        margin: 0
    }

    section.main .container .content .post-item .meta {
        margin-right: 16px;
        text-align: right
    }

    section.main .container .content .post-item span {
        float: none;
        clear: none
    }

    section.main .container .content .post-item .post-link {
        margin-bottom: 0
    }

    section.main.post {
        padding-top: 60px;
        padding-bottom: 60px
    }

    img.profile {
        min-width: 300px;
        max-width: 300px !important
    }
}

@media (min-width:550px) {
    section.main .content .markdown blockquote {
        padding-right: 5rem;
        padding-left: 1.25rem
    }

    .small-screens-only {
        display: none
    }

    .large-screens-only {
        display: initial
    }
}

@media (min-width:200px) {

    section.main .content .front-matter .date,
    section.main .content .front-matter .reading-time .middot,
    section.main .content .front-matter .word-count {
        display: initial
    }

    section.main .content .title-container .initials {
        display: none
    }
}

section.main .content .markdown h1,
section.main .content .markdown h2,
section.main .content .markdown h3,
section.main .content .markdown h4,
section.main .content .markdown h5,
section.main .content .markdown h6 {
    font-size: 18px;
    font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
    letter-spacing: -.005rem;
    font-weight: 700;
    color: #333;
    text-transform: none;
    margin-top: 1.75rem
}

section.main .content .markdown h1 {
    font-size: 1.75rem;
    margin-bottom: 2rem
}

section.main .content .markdown h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

section.main .content .markdown h3 {
    font-size: 1rem;
    margin-bottom: 1rem
}

section.main .content .markdown h4,
section.main .content .markdown h5,
section.main .content .markdown h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: none
}

section.main .content .markdown code,
section.main .content .markdown pre {
    font-family: 'Ubuntu Mono', 'Menlo', monospace;
    font-size: 1rem;
    background-color: #f7f7f7
}

section.main .content .markdown code {
    padding: .15em .5em;
    border-radius: 2px
}

section.main .content .markdown pre {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    line-height: 1.5em;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

section.main .content .markdown pre code {
    padding: 0;
    font-size: 1rem
}

section.main .content .markdown a code {
    color: #428bca !important
}

section.main .content .markdown a code:hover {
    text-decoration: underline
}

section.main .content .markdown p {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1em
}

section.main .content .markdown ul,
section.main .content .markdown ol,
section.main .content .markdown dl {
    margin-top: 1rem;
    margin-bottom: 2rem
}

section.main .content .markdown dt {
    font-weight: 700
}

section.main .content .markdown dd {
    margin-bottom: .5rem
}

section.main .content .markdown ul {
    margin-bottom: 1.25rem
}

section.main .content .markdown ul li {
    list-style-type: disc
}

section.main .content .markdown ol li {
    list-style-type: decimal
}

section.main .content .markdown li {
    list-style-position: outside;
    margin-left: 1em
}

section.main .content .markdown em {
    font-style: italic
}

section.main .content .markdown strong {
    font-weight: 700
}

section.main .content .markdown hr {
    position: relative;
    margin: 1.75rem 0;
    border: 0;
    border-top: 1px solid gray;
    border-top: 1px solid #999
}

section.main .content .markdown abbr {
    font-size: .85rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase
}

section.main .content .markdown abbr[title] {
    cursor: help;
    border-bottom: 1px dotted gray
}

section.main .content .markdown blockquote {
    padding: .5rem 1rem;
    margin: .8rem 0;
    color: #7a7a7a;
    border-left: .25rem solid #e5e5e5
}

section.main .content .markdown blockquote p:last-child {
    margin-bottom: 0
}

@media (min-width: 550px) {
    section.main .content .markdown blockquote {
        padding-right: 5rem;
        padding-left: 1.25rem
    }
}

section.main .content .markdown img {
    margin: 1rem 0;
    max-width: 100%
}

section.main .content .markdown table {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse
}

section.main .content .markdown td,
section.main .content .markdown th {
    padding: .25rem .5rem;
    border: 1px solid #e5e5e5
}

section.main .content .markdown tbody tr:nth-child(odd) td,
section.main .content .markdown tbody tr:nth-child(odd) th {
    background-color: #f7f7f7
}

.icons .angellist {
    width: 22px;
    height: 18px;
    margin-bottom: 4px;
}

#avatar-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
}

.header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.header-icons a {
    margin: 0 6px;
    opacity: 0.6;
    transition: opacity 0.1s cubic-bezier(.47, 0, .75, .72);
    display: flex;
    align-items: center;
}

.header-icons a:hover {
    opacity: 0.8;
}

.header-icons svg {
    height: 20px;
    width: 20px;
    fill: #333;
}