/* Structure */
.container {
    /*width: 800px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.content {
    padding-top: 0;
}
.navbar-brand {
    margin-right: 15px;
}
.nav-item {
    margin-right: 15px;
}
/* latin-ext */
@font-face {
    font-family: "Zilla";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/ZillaSlabHighlight-Regular.otf") format("opentype");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Zilla";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/ZillaSlabHighlight-Regular.otf") format("opentype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Style */
html, body {
    background-color: #fff;
    font-size: 18px;
    color: #333;
    height:100%;
}
.mono {
    font-family: monospace;;
}
img {
    width: 100%;
    z-index: 100;
}
.content {
    padding-bottom: 80px;
}
.content a, a:visited {
    color: black;
    text-decoration: underline;;
}
.content a:hover {
    color: black;
    text-decoration: line-through;
}
.social {
    font-size: 25px;
    margin-bottom: 10px;
}
.social a, a:visited {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: "Zilla", cursive;
    color: #222;
    a {
        text-decoration: none;
    }
}
.title-font {
    font-family: "Zilla", cursive;
    color: #222;
}
blockquote {
    border-left: 8px solid #dedede;
    padding-left: 1em;
}

/* Art page */
.art-post {
}

#particles-js {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Blog posts */
.post {
    /*width: 70%;*/
    line-height: 1.8em;
    /*font-family: 'Lota';*/
}
.post img {
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2), 0 30px 70px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 15px;
}
.post p {
    margin-bottom: 1.5em;
}
.post h2, h3, h4 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    color: #222;
}
.post-meta {
    font-size: 16px;
}
.post .quote {
    font-size: 22px;
    font-style: italic;
    margin: 2em;
}
.post .footnote {
    font-style: italic;
    font-size: 16px;
    margin-top: 2em;
}
.post-tags {
    font-weight: bold;
    padding: 2px;
    border: 2px solid black;
}
.post-tags a, a:visited {
    text-decoration: none;
}
#wrapper {
    position: relative;
    min-height:100%;
}
#footer {
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}
#footer a, #footer a:visited {
    color: #666;
    text-decoration: underline;;
}
#footer a:hover {
    color: #666;
    text-decoration: line-through;
}
