 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
 }

html {
    overflow-y: scroll;
    height: 100%;
    font: 100%/1.5 sans-serif;
    font-family: "Libre Baskerville", serif;
    word-wrap: break-word;
    margin: 0 auto;
    padding: 1.5em;
    background: aliceblue;
 }


@media (min-width: 768px) {
    html {
        font-size: 90%;
        max-width: 60em;
 } }

h1, h2, h3, h4, h5 {
    margin: 1.5rem 0 1.5rem 0;
    line-height: 1.25;
    color: #333;
    font-family: "Lato";
    font-size: 150%;
}

h1 {
font-weight: bold;
font-size: 200%;
}

h2 {
font-weight: bold;
font-style: italic;
}
h3, h4, h5 {
    font-style: italic;
    font-weight: lighter;
}



a {
    color: #2b3959;
    text-decoration: none;
 }

#header-title {
    font-weight: bold;
    color: #53787a;
    text-decoration: none;
    font-style: normal;
    font-size: 2em;
    font-family: "Volkhov", serif;
    float:left;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
    color: black;
 }

p {
    margin: 1em 0;
    line-height: 1.5;
 }
p code {
    background-color: #eee;
    padding: 0.05em 0.2em;
    border: 1px solid #ccc;
 }

ol, ul {
    margin: 1em;
 }
ol li ol, ol li ul, ul li ol, ul li ul {
    margin: 0 2em;
 }
ol li p, ul li p {
    margin: 0;
 }

dl {
    font-family: monospace, monospace;
 }
dl dt {
    font-weight: bold;
 }
dl dd {
    margin: -1em 0 1em 1em;
 }

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0.5em;
 }

blockquote {
    padding-left: 1em;
    font-style: italic;
    border-left: solid 1px #2b3959;
 }

table {
    font-size: 1rem;
    text-align: left;
    caption-side: bottom;
    margin-bottom: 2em;
 }
table * {
    border: none;
 }
table thead, table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
 }
table tr:nth-child(even) {
    background-color: rgba(200, 200, 200, 0.2);
 }
table tbody {
    display: block;
    max-height: 70vh;
    overflow-y: auto;
 }
table td, table th {
    padding: 0.25em;
 }

table, .highlight > pre, pre.example {
    max-height: 70vh;
    margin: 1em 0;
    padding: 1em;
    overflow: auto;
    font-size: 0.85rem;
    font-family: monospace, monospace;
    border: 1px dashed #2b3959;
}

.title {
    text-align: left;
}

.subtitle {
    font-weight: normal;
    font-size: 0.75em;
    color: #666;
}

.tags {
    margin-top: -1.5rem;
    padding-bottom: 1.5em;
}
.tags li {
    display: inline;
    margin-right: 0.5em;
}

figure {
    margin: 1em 0;
}
figure figcaption {
    font-family: monospace, monospace;
    font-size: 0.75em;
    text-align: center;
    color: grey;
}

.footnote-definition sup {
    margin-left: -1.5em;
    float: left;
}

.footnote-definition .footnote-body {
    margin: 1em 0;
    padding: 0 1em;
    border: 1px dashed #2b3959;
    background-color: rgba(200, 200, 200, 0.2);
}
.footnote-definition .footnote-body p:only-child {
    margin: 0.2em 0;
}

header nav {
float:right;
margin: 0.3em;
}
header a + a {
    margin-left: 1rem;
}

.posts a{
    list-style: none;
    font-size: 120%;
}
.posts .post a {
    display: flex;
    padding: 0.5em 0;
    color: black;
}
.posts .post a:hover, .posts .post a:focus, .posts .post a:active {
    text-decoration: none;
    background: rgba(200, 200, 200, 0.2);
}
.posts .post date {
    font-family: monospace, monospace;
    font-size: 0.8rem;
    vertical-align: middle;
    padding-right: 2rem;
    color: grey;
}

.footer {
    margin-top: 1.5em;
    display: flex;
    align-items: center;
}

.footer-left {
    font-size: 0.8rem;
    color: grey;
float: left;
}

.footer-right {
margin-left: auto;
}

.container {
  margin: auto;
  margin-bottom: 5em;
  padding: 0 3rem;
  padding-bottom: 1.2rem;
  padding-top: 1em;
  box-shadow: 0px 6px 16px #0002;
  border-radius: 8px;
  background: white;
}


#orglink {
text-align: right;
}

hr {
    border: 0.8px solid grey;
}

.date {
    color: grey;
    font-size: 85%;
    margin-top: 2em;
}

.posts {
    color: #C5730D
}

.snippet {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    color:black;
}
