footer.footer .kudos {
    color: #333;
}
.dark footer.footer .kudos {
    color: #ddd;
}

header.header.header {
    position: relative;
    max-width: calc(var(--main-width) + var(--gap) * 2);
    margin: auto;
    padding: var(--gap);
}
header nav div.logo {
    display: block;
    text-align: center;
    width: 100%;
}
header nav div.logo > a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    opacity: 0.85 !important;
    letter-spacing: 7px;
    font-size: 1.75em;
    line-height: 1.5em;
}
header nav div.logo div.logo-switches {
    position: absolute;
    right: 10px;
    top: 20px;
}

header nav div.logo p.tagline {
    display: block;
    position: relative;
    top: -5fr;
    font-family: "Alumni Sans Pinstripe", serif;
    text-transform: uppercase !important;
    text-align: center;
    letter-spacing: 2px;
    font-size: 0.85em;
    line-height: 0.85em;
    color: var(--primary);
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
}
header nav div.logo p.tagline a {
    display: inline-block;
    padding: 0.15em 0.25em;
    background-color: #f7f7f7;
    font-size: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

header nav div.logo p.tagline a:active,
header nav div.logo p.tagline a:focus,
header nav div.logo p.tagline a:hover {
    background-color: #bbb;
    border-bottom: 1px solid #666;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    transition: all 200ms ease-in-out;
    border-bottom-style: solid;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 3px;
}
.dark header nav div.logo p.tagline a {
    background-color: #333;
}
.dark header nav div.logo p.tagline a:active,
.dark header nav div.logo p.tagline a:focus,
.dark header nav div.logo p.tagline a:hover {
    background-color: #444;
}

header nav div.logo p.tagline a,
header nav div.logo p.tagline,
footer.footer span,
.post-meta,
.entry-footer {
    font-family: "Alumni Sans Pinstripe", serif;
    font-weight: 500;
    text-transform: uppercase !important;
    text-align: center;
    letter-spacing: 2px;
}
article.post-single header {
    position: relative;
}
header .post-meta {
    margin-top: 0.25em;
    font-size: 0.7em;
    color: #000;
    opacity: 1;
}
.entry-footer {
    text-align: left;
}

.post-content dl,
.post-content ol,
.post-content p,
.post-content figure,
.post-content ul,
.first-entry .entry-content p,
.post-entry .entry-content p {
    font-family: "Lora", serif;
    font-style: normal;
    font-size: 0.98em;
    font-size-adjust: 0.5;
    line-height: 1.5em;
    font-weight: 100;
    opacity: 0.95;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}
.post-entry .entry-content p {
    font-size: 1.15em;
    opacity: 0.9 !important;
    color: --content;
}

body.list main.main .entry-content {
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post-content blockquote {
    border-left-color: #555;
}
.post-content blockquote p,
.post-entry blockquote p {
    font-style: italic;
    opacity: 0.65;
}
main.main > header h1,
main.main > article h1,
main.main > article h2,
main.main > article h3,
main.main > article h4,
main.main > article h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    opacity: 1 !important;
    letter-spacing: -1px;
}
body.list main.main > article h1,
body.list main.main > article h2 {
    margin-top: 0em;
}
main.main > header h1,
main.main > article > header.post-header h1 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: -0.2em;
    opacity: 0.95 !important;
}
body.list main.main > article {
    position: relative;
}
body.list main.main > article footer {
    position: absolute;
    bottom: 0.15em;
    right: 1em;
    font-size: 0.75em;
}
main.main > article h1 {
    font-size: 1.2em;
}
main.main > article h2 {
    font-size: 1em;
}
main.main > article h3 {
    font-size: 0.9em;
}
main.main > article h4 {
    font-size: 0.7em;
    font-weight: 300;
    text-transform: uppercase !important;
}
main.main > article h5 {
    font-size: 0.6em;
    font-weight: 300;
    text-transform: uppercase !important;
}
ul.post-tags ul li {
    list-style-type: none;
}
article ul.post-tags li:before {
    content: "" !important;
}
ul.post-tags li a {
    font-size: 0.7em;
}
.pagination a {
    font-family: "Alumni Sans Pinstripe", serif;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.9;
    font-size: 0.9em;
}
.pagination a:hover {
    opacity: 1;
    border-bottom: 1px solid #666;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    transition: all 200ms ease-in-out;
    border-bottom-style: solid;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Hide nav on main page only */
body#collection header > nav {
    display: none;
}

body#collection .authors,
body#collection time,
body#subpage .authors,
body#subpage time {
    font-size: 0.7em !important;
}

body#collection article,
body#post article {
    font-size: 1.1em;
}

body#collection h2,
body#subpage h2 {
    margin-top: 1em !important;
    margin-bottom: 0 !important;
}
body#collection h3,
body#subpage h3 {
    margin-top: 1em !important;
    margin-bottom: 0 !important;
}

/* Branded links */
.description.p-note a,
.description.p-note a:active,
article p > a,
article p > a:active,
article p > a span,
article p > a:active span,
article li > a,
article li > a:active {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: 4px solid rgba(104, 159, 214, 0.35);
    transition: border 200ms ease-in-out;
    border-bottom-style: solid;
    text-decoration: none !important;
    box-shadow: none !important;
}

article p > a.hashtag {
    font-family: Monaco, Menlo, "Lucida Console", monospace;
    font-size: 0.9em;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-right: 1em;
}

span.p-category {
    text-decoration: none !important;
}

/* Simple dash lists */
article ul {
    margin: 0;
}
article ul {
    list-style-type: none;
}
article ul > li {
    text-indent: -5px;
}
article ul > li:before {
    content: "- ";
    text-indent: -5px;
}

body#post p {
}
body#post p > img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Warped branding (top and bottom bars) */
.top.warped-bar,
.bottom.warped-bar {
    width: 100%;
    background-color: #689fd6;
    z-index: 999;
}
.top.warped-bar {
    position: fixed;
    height: 15px;
    left: 0;
    top: 0;
}
.bottom.warped-bar {
    position: fixed;
    height: 5px;
    left: 0;
    bottom: 0;
}
.warped-bar .flourish hr {
    width: 30px;
    height: 15px;
    float: left;
}
.warped-bar.bottom .flourish hr {
    height: 5px;
}
.flourish hr:nth-child(1) {
    background-color: #68d6a1;
}
.flourish hr:nth-child(2) {
    background-color: #d6cb68;
}
.flourish hr:nth-child(3) {
    background-color: #d6a668;
}
.flourish hr:nth-child(4) {
    background-color: #d68168;
}
.flourish.left {
    left: 0;
}
.flourish.right {
    right: 0;
    width: auto;
    float: right;
}
.flourish.right hr:nth-child(1) {
    background-color: #d68168;
}
.flourish.right hr:nth-child(2) {
    background-color: #d6a668;
}
.flourish.right hr:nth-child(3) {
    background-color: #d6cb68;
}
.flourish.right hr:nth-child(4) {
    background-color: #68d6a1;
}
.flourish hr {
    border: 0;
    display: block;
    content: " ";
    margin: 0;
    padding: 0;
    max-width: auto;
}

@media screen and (max-width: 480px) {
    header nav div.logo > a {
        letter-spacing: 1px;
    }
    header nav div.logo div.logo-switches {
        top: 12px;
        right: 2px;
    }
    header nav div.logo p.tagline {
        line-height: 1.5em;
    }
    header .post-meta {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        font-size: 0.5em;
    }
    header nav div.logo p.tagline {
        font-size: 0.75em;
    }
}

/* Code markup */

/* Background */
.post-content .chroma,
.post-content .highlight pre code,
.post-content .highlight:not(table),
.bg {
    color: #f8f8f2;
    background: #444 !important;
    border-radius: 11px !important;
}
.post-content .highlight:not(table) {
}
/* PreWrapper */
.chroma {
    color: #f8f8f2;
}
/* Other */
.chroma .x {
}
/* Error */
.chroma .err {
    color: #960050;
    background-color: #1e0010;
}
/* CodeLine */
.chroma .cl {
}
/* LineLink */
.chroma .lnlinks {
    outline: none;
    text-decoration: none;
    color: inherit;
}
/* LineTableTD */
.chroma .lntd {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}
/* LineTable */
.chroma .lntable {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
/* LineHighlight */
.chroma .hl {
    background-color: #3c3d38;
}
/* LineNumbersTable */
.chroma .lnt {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 0.4em;
    padding: 0 0.4em 0 0.4em;
    color: #7f7f7f;
}
/* LineNumbers */
.chroma .ln {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 0.4em;
    padding: 0 0.4em 0 0.4em;
    color: #7f7f7f;
}
/* Line */
.chroma .line {
    display: flex;
}
/* Keyword */
.chroma .k {
    color: #66d9ef;
}
/* KeywordConstant */
.chroma .kc {
    color: #66d9ef;
}
/* KeywordDeclaration */
.chroma .kd {
    color: #66d9ef;
}
/* KeywordNamespace */
.chroma .kn {
    color: #f92672;
}
/* KeywordPseudo */
.chroma .kp {
    color: #66d9ef;
}
/* KeywordReserved */
.chroma .kr {
    color: #66d9ef;
}
/* KeywordType */
.chroma .kt {
    color: #66d9ef;
}
/* Name */
.chroma .n {
}
/* NameAttribute */
.chroma .na {
    color: #a6e22e;
}
/* NameBuiltin */
.chroma .nb {
}
/* NameBuiltinPseudo */
.chroma .bp {
}
/* NameClass */
.chroma .nc {
    color: #a6e22e;
}
/* NameConstant */
.chroma .no {
    color: #66d9ef;
}
/* NameDecorator */
.chroma .nd {
    color: #a6e22e;
}
/* NameEntity */
.chroma .ni {
}
/* NameException */
.chroma .ne {
    color: #a6e22e;
}
/* NameFunction */
.chroma .nf {
    color: #a6e22e;
}
/* NameFunctionMagic */
.chroma .fm {
}
/* NameLabel */
.chroma .nl {
}
/* NameNamespace */
.chroma .nn {
}
/* NameOther */
.chroma .nx {
    color: #a6e22e;
}
/* NameProperty */
.chroma .py {
}
/* NameTag */
.chroma .nt {
    color: #f92672;
}
/* NameVariable */
.chroma .nv {
}
/* NameVariableClass */
.chroma .vc {
}
/* NameVariableGlobal */
.chroma .vg {
}
/* NameVariableInstance */
.chroma .vi {
}
/* NameVariableMagic */
.chroma .vm {
}
/* Literal */
.chroma .l {
    color: #ae81ff;
}
/* LiteralDate */
.chroma .ld {
    color: #e6db74;
}
/* LiteralString */
.chroma .s {
    color: #e6db74;
}
/* LiteralStringAffix */
.chroma .sa {
    color: #e6db74;
}
/* LiteralStringBacktick */
.chroma .sb {
    color: #e6db74;
}
/* LiteralStringChar */
.chroma .sc {
    color: #e6db74;
}
/* LiteralStringDelimiter */
.chroma .dl {
    color: #e6db74;
}
/* LiteralStringDoc */
.chroma .sd {
    color: #e6db74;
}
/* LiteralStringDouble */
.chroma .s2 {
    color: #e6db74;
}
/* LiteralStringEscape */
.chroma .se {
    color: #ae81ff;
}
/* LiteralStringHeredoc */
.chroma .sh {
    color: #e6db74;
}
/* LiteralStringInterpol */
.chroma .si {
    color: #e6db74;
}
/* LiteralStringOther */
.chroma .sx {
    color: #e6db74;
}
/* LiteralStringRegex */
.chroma .sr {
    color: #e6db74;
}
/* LiteralStringSingle */
.chroma .s1 {
    color: #e6db74;
}
/* LiteralStringSymbol */
.chroma .ss {
    color: #e6db74;
}
/* LiteralNumber */
.chroma .m {
    color: #ae81ff;
}
/* LiteralNumberBin */
.chroma .mb {
    color: #ae81ff;
}
/* LiteralNumberFloat */
.chroma .mf {
    color: #ae81ff;
}
/* LiteralNumberHex */
.chroma .mh {
    color: #ae81ff;
}
/* LiteralNumberInteger */
.chroma .mi {
    color: #ae81ff;
}
/* LiteralNumberIntegerLong */
.chroma .il {
    color: #ae81ff;
}
/* LiteralNumberOct */
.chroma .mo {
    color: #ae81ff;
}
/* Operator */
.chroma .o {
    color: #f92672;
}
/* OperatorWord */
.chroma .ow {
    color: #f92672;
}
/* Punctuation */
.chroma .p {
}
/* Comment */
.chroma .c {
    color: #75715e;
}
/* CommentHashbang */
.chroma .ch {
    color: #75715e;
}
/* CommentMultiline */
.chroma .cm {
    color: #75715e;
}
/* CommentSingle */
.chroma .c1 {
    color: #75715e;
}
/* CommentSpecial */
.chroma .cs {
    color: #75715e;
}
/* CommentPreproc */
.chroma .cp {
    color: #75715e;
}
/* CommentPreprocFile */
.chroma .cpf {
    color: #75715e;
}
/* Generic */
.chroma .g {
}
/* GenericDeleted */
.chroma .gd {
    color: #f92672;
}
/* GenericEmph */
.chroma .ge {
    font-style: italic;
}
/* GenericError */
.chroma .gr {
}
/* GenericHeading */
.chroma .gh {
}
/* GenericInserted */
.chroma .gi {
    color: #a6e22e;
}
/* GenericOutput */
.chroma .go {
}
/* GenericPrompt */
.chroma .gp {
}
/* GenericStrong */
.chroma .gs {
    font-weight: bold;
}
/* GenericSubheading */
.chroma .gu {
    color: #75715e;
}
/* GenericTraceback */
.chroma .gt {
}
/* GenericUnderline */
.chroma .gl {
}
/* TextWhitespace */
.chroma .w {
}
