/*
 Ulysses Ghost Preview
 */

/* Reset
/* ---------------------------------------------------------- */

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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

img {
    max-width: 100%;
}

html {
    box-sizing: border-box;
    font-family: sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

i,
em,
dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

mark {
    background-color: #fdffb6;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility !important;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    overflow-x: hidden;
    background-size: 100%;
    font-family: Georgia, serif;
    color: #3c484e;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    position: relative;
    margin: 0 auto;
    padding: 0 4vw;
    min-height: 230px;
    font-size: 2.2rem;
    line-height: 1.6em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}

video {
    width: 100%;
    object-fit: scale-down;
}

img {
    max-width: 100%;
}

article {
    display: flex;
    flex-direction: column;
}

blockquote, dl, ol, p, ul {
    margin: 0 0 1.5em;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

b, strong {
    color: #090a0b;
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
    color: #090a0b;
}

code {
    word-break: break-all;
    font-family: monospace, monospace;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin: .5em 0 .2em;
    line-height: 1.15;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    color: #090a0b;
}

article {
    max-width: 1040px;
    margin: 0 auto;
}

header {
    margin: 0 auto;
    padding: 6vw 3vw 3vw;
    max-width: 1040px;
    text-align: center;
}

body > h1:first-child,
body > h2:first-child {
    margin: 0 auto;
    max-width: 1040px;
    font-size: 5rem;
    font-weight: 700;
    padding: 6vw 3vw 3vw;
    max-width: 1040px;
    text-align: center;
    color: #090a0b;
}

html {
    padding: 0 4vw;
}

body {
    position: relative;
    margin: 0 auto;
    padding: 70px 100px 0;
    min-height: 230px;
    font-family: Georgia, serif;
    font-size: 2.2rem;
    line-height: 1.6em;
    background: #fff;
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
}

body > p:first-child {
    font-size: 1.25em;
    line-height: 1.5em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: bolder;
}

h1 {
    font-size: 4.6rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.8rem;
}

h5 {
    display: block;
    margin: .5em 0;
    padding: 1em 0 1.5em;
    border: 0;
    color: #3eb0ef;
    font-family: Georgia, serif;
    font-size: 3.2rem;
    line-height: 1.35em;
    text-align: center;
    font-weight: normal;
}

h6 {
    font-size: 2.3rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul, ol {
    padding-left: 1.3em;
    padding-right: 1.5em;
}

li {
    margin: .5em 0;
    padding-left: .3em;
    line-height: 1.6em;
    word-break: break-word;
}

li:first-child {
    margin-top: 0;
}

hr {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e9ed;
    margin: 4vw 0;
}

blockquote {
    quotes: none;
    margin: 0 0 1.5em;
    padding: 0 1.5em;
    border-left: 3px solid #3eb0ef;
}

code, kbd, tt, var {
    padding: 0 5px 2px;
    font-size: .8em;
    line-height: 1em;
    font-weight: 400 !important;
    background: #e5eff5;
    border-radius: 3px;
}

body > pre {
    overflow-x: auto;
    margin: 1.5em 0 3em;
    padding: 20px;
    max-width: 100%;
    border: 1px solid #000;
    color: #e5eff5;
    font-size: 1.4rem;
    line-height: 1.5em;
    background: #0e0f11;
    border-radius: 5px;
}

pre code {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
}

a {
    color: #000;
    word-break: break-word;
    -webkit-box-shadow: #3eb0ef 0 -1px 0 inset;
    box-shadow: inset 0 -1px 0 #3eb0ef;
    text-decoration: none;
}

a:hover {
    color: #3eb0ef;
    text-decoration: none;
}

a:visited {
    color: #0073aa;
}

sub, sup {
    display: none;
}

figure {
    margin: 1.5em 0 3em;
}

figure img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    height: auto;
}

figcaption {
    margin: 1em 0 0;
    font-size: 80%;
    line-height: 1.6em;
    text-align: center;
}

p:empty, figcaption:empty {
    margin: 0;
}

img[src=""],
img[src=""] + figcaption {
    display: none;
}

@media (max-width: 1170px) {
    body:not(.post) {
        padding: 5vw 7vw 0;
    }
}

@media (max-width: 800px) {
    body:not(.post) {
        font-size: 1.9rem;
    }
}

@media (max-width: 500px) {
	header {
		padding: 14vw 3vw 10vw;
	}

    body > h1:first-child,
    body > h2:first-child {
        font-size: 2.9rem;
    }

    body:not(.post) {
        padding: 0;
    }
}
