code[class*=language-],
pre[class*=language-] {
    color: #333;
    background: 0 0;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.4;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    padding: .8em;
    overflow: auto;
    border-radius: 3px;
    background: #f5f5f5
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
    background: #f5f5f5
}

.token.blockquote,
.token.comment {
    color: #969896
}

.token.cdata {
    color: #183691
}

.token.doctype,
.token.macro.property,
.token.punctuation,
.token.variable {
    color: #333
}

.token.builtin,
.token.important,
.token.keyword,
.token.operator,
.token.rule {
    color: #a71d5d
}

.token.attr-value,
.token.regex,
.token.string,
.token.url {
    color: #183691
}

.token.atrule,
.token.boolean,
.token.code,
.token.command,
.token.constant,
.token.entity,
.token.number,
.token.property,
.token.symbol {
    color: #0086b3
}

.token.prolog,
.token.selector,
.token.tag {
    color: #63a35c
}

.token.attr-name,
.token.class,
.token.class-name,
.token.function,
.token.id,
.token.namespace,
.token.pseudo-class,
.token.pseudo-element,
.token.url-reference .token.variable {
    color: #795da3
}

.token.entity {
    cursor: help
}

.token.title,
.token.title .token.punctuation {
    font-weight: 700;
    color: #1d3e81
}

.token.list {
    color: #ed6a43
}

.token.inserted {
    background-color: #eaffea;
    color: #55a532
}

.token.deleted {
    background-color: #ffecec;
    color: #bd2c00
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.language-json .token.property {
    color: #183691
}

.language-markup .token.tag .token.punctuation {
    color: #333
}

.language-css .token.function,
code.language-css {
    color: #0086b3
}

.language-yaml .token.atrule {
    color: #63a35c
}

code.language-yaml {
    color: #183691
}

.language-ruby .token.function {
    color: #333
}

.language-markdown .token.url {
    color: #795da3
}

.language-makefile .token.symbol {
    color: #795da3
}

.language-makefile .token.variable {
    color: #183691
}

.language-makefile .token.builtin {
    color: #0086b3
}

.language-bash .token.keyword {
    color: #0086b3
}

pre[data-line] {
    position: relative;
    padding: 1em 0 1em 3em
}

pre[data-line] .line-highlight-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    display: block;
    width: 100%
}

pre[data-line] .line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    padding: inherit 0;
    margin-top: 1em;
    background: hsla(24, 20%, 50%, .08);
    background: linear-gradient(to right, hsla(24, 20%, 50%, .1) 70%, hsla(24, 20%, 50%, 0));
    pointer-events: none;
    line-height: inherit;
    white-space: pre
}

pre[data-line] .line-highlight:before,
pre[data-line] .line-highlight[data-end]:after {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    background-color: hsla(24, 20%, 50%, .4);
    color: #f4f1ef;
    font: bold 65%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px #fff
}

pre[data-line] .line-highlight[data-end]:after {
    content: attr(data-end);
    top: auto;
    bottom: .4em
}

html body {
    font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow: initial;
    box-sizing: border-box;
    word-wrap: break-word
}

html body>:first-child {
    margin-top: 0
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 16px;
    color: #000
}

html body h1 {
    font-size: 2.25em;
    font-weight: 300;
    padding-bottom: .3em
}

html body h2 {
    font-size: 1.75em;
    font-weight: 400;
    padding-bottom: .3em
}

html body h3 {
    font-size: 1.5em;
    font-weight: 500
}

html body h4 {
    font-size: 1.25em;
    font-weight: 600
}

html body h5 {
    font-size: 1.1em;
    font-weight: 600
}

html body h6 {
    font-size: 1em;
    font-weight: 600
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
    font-weight: 600
}

html body h5 {
    font-size: 1em
}

html body h6 {
    color: #5c5c5c
}

html body strong {
    color: #000
}

html body del {
    color: #5c5c5c
}

html body a:not([href]) {
    color: inherit;
    text-decoration: none
}

html body a {
    color: #08c;
    text-decoration: none
}

html body a:hover {
    color: #00a3f5;
    text-decoration: none
}

html body img {
    max-width: 100%
}

html body>p {
    margin-top: 0;
    margin-bottom: 16px;
    word-wrap: break-word
}

html body>ol,
html body>ul {
    margin-bottom: 16px
}

html body ol,
html body ul {
    padding-left: 2em
}

html body ol.no-list,
html body ul.no-list {
    padding: 0;
    list-style-type: none
}

html body ol ol,
html body ol ul,
html body ul ol,
html body ul ul {
    margin-top: 0;
    margin-bottom: 0
}

html body li {
    margin-bottom: 0
}

html body li.task-list-item {
    list-style: none
}

html body li>p {
    margin-top: 0;
    margin-bottom: 0
}

html body .task-list-item-checkbox {
    margin: 0 .2em .25em -1.8em;
    vertical-align: middle
}

html body .task-list-item-checkbox:hover {
    cursor: pointer
}

html body blockquote {
    margin: 16px 0;
    font-size: inherit;
    padding: 0 15px;
    color: #5c5c5c;
    background-color: #f0f0f0;
    border-left: 4px solid #d6d6d6
}

html body blockquote>:first-child {
    margin-top: 0
}

html body blockquote>:last-child {
    margin-bottom: 0
}

html body hr {
    height: 4px;
    margin: 32px 0;
    background-color: #d6d6d6;
    border: 0 none
}

html body table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all
}

html body table th {
    font-weight: 700;
    color: #000
}

html body table td,
html body table th {
    border: 1px solid #d6d6d6;
    padding: 6px 13px
}

html body dl {
    padding: 0
}

html body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 700
}

html body dl dd {
    padding: 0 16px;
    margin-bottom: 16px
}

html body code {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: .85em;
    color: #000;
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: .2em 0
}

html body code::after,
html body code::before {
    letter-spacing: -.2em;
    content: '\00a0'
}

html body pre>code {
    padding: 0;
    margin: 0;
    word-break: normal;
    white-space: pre;
    background: 0 0;
    border: 0
}

html body .highlight {
    margin-bottom: 16px
}

html body .highlight pre,
html body pre {
    padding: 1em;
    overflow: auto;
    line-height: 1.45;
    border: #d6d6d6;
    border-radius: 3px
}

html body .highlight pre {
    margin-bottom: 0;
    word-break: normal
}

html body pre code,
html body pre tt {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0
}

html body pre code:after,
html body pre code:before,
html body pre tt:after,
html body pre tt:before {
    content: normal
}

html body blockquote,
html body dl,
html body ol,
html body p,
html body pre,
html body ul {
    margin-top: 0;
    margin-bottom: 16px
}

html body kbd {
    color: #000;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #c7c7c7;
    padding: 2px 4px;
    background-color: #f0f0f0;
    border-radius: 3px
}

@media print {
    html body {
        background-color: #fff
    }

    html body h1,
    html body h2,
    html body h3,
    html body h4,
    html body h5,
    html body h6 {
        color: #000;
        page-break-after: avoid
    }

    html body blockquote {
        color: #5c5c5c
    }

    html body pre {
        page-break-inside: avoid
    }

    html body table {
        display: table
    }

    html body img {
        display: block;
        max-width: 100%;
        max-height: 100%
    }

    html body code,
    html body pre {
        word-wrap: break-word;
        white-space: pre
    }
}

.markdown-preview {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: clip;
}

.markdown-preview ul {
    list-style: disc
}

.markdown-preview ul ul {
    list-style: circle
}

.markdown-preview ul ul ul {
    list-style: square
}

.markdown-preview ol {
    list-style: decimal
}

.markdown-preview ol ol,
.markdown-preview ul ol {
    list-style-type: lower-roman
}

.markdown-preview ol ol ol,
.markdown-preview ol ul ol,
.markdown-preview ul ol ol,
.markdown-preview ul ul ol {
    list-style-type: lower-alpha
}

.markdown-preview .newpage,
.markdown-preview .pagebreak {
    page-break-before: always
}

.markdown-preview pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

.markdown-preview pre.line-numbers>code {
    position: relative
}

.markdown-preview pre.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 1em;
    font-size: 100%;
    left: 0;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.markdown-preview pre.line-numbers .line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

.markdown-preview pre.line-numbers .line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right
}

.markdown-preview .mathjax-exps .MathJax_Display {
    text-align: center !important
}

.markdown-preview:not([data-for=preview]) .code-chunk .code-chunk-btn-group {
    display: none
}

.markdown-preview:not([data-for=preview]) .code-chunk .status {
    display: none
}

.markdown-preview:not([data-for=preview]) .code-chunk .output-div {
    margin-bottom: 16px
}

.markdown-preview .md-toc {
    padding: 0
}

.markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link {
    display: inline;
    padding: .25rem 0
}

.markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link div,
.markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link p {
    display: inline
}

.markdown-preview .md-toc .md-toc-link-wrapper.highlighted .md-toc-link {
    font-weight: 800
}

.scrollbar-style::-webkit-scrollbar {
    width: 8px
}

.scrollbar-style::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.scrollbar-style::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(150, 150, 150, .66);
    border: 4px solid rgba(150, 150, 150, .66);
    background-clip: content-box
}

html body[for=html-export]:not([data-presentation-mode]) {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: auto
}

html body[for=html-export]:not([data-presentation-mode]) .markdown-preview {
    position: relative;
    top: 0;
    min-height: 100vh
}

@media screen and (min-width:914px) {
    html body[for=html-export]:not([data-presentation-mode]) .markdown-preview {
        padding: 2em calc(50% - 457px + 2em)
    }
}

@media screen and (max-width:914px) {
    html body[for=html-export]:not([data-presentation-mode]) .markdown-preview {
        padding: 2em
    }
}

@media screen and (max-width:450px) {
    html body[for=html-export]:not([data-presentation-mode]) .markdown-preview {
        font-size: 14px !important;
        padding: 1em
    }
}

@media print {
    html body[for=html-export]:not([data-presentation-mode]) #sidebar-toc-btn {
        display: none
    }
}

html body[for=html-export]:not([data-presentation-mode]) #sidebar-toc-btn {
    position: fixed;
    bottom: 8px;
    left: 8px;
    font-size: 28px;
    cursor: pointer;
    color: inherit;
    z-index: 99;
    width: 32px;
    text-align: center;
    opacity: .4
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] #sidebar-toc-btn {
    opacity: 1
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 32px 0 48px 0;
    font-size: 14px;
    box-shadow: 0 0 4px rgba(150, 150, 150, .33);
    box-sizing: border-box;
    overflow: auto;
    background-color: inherit
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc::-webkit-scrollbar {
    width: 8px
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(150, 150, 150, .66);
    border: 4px solid rgba(150, 150, 150, .66);
    background-clip: content-box
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc a {
    text-decoration: none
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc {
    padding: 0 16px
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper .md-toc-link {
    display: inline;
    padding: .25rem 0
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper .md-toc-link div,
html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper .md-toc-link p {
    display: inline
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper.highlighted .md-toc-link {
    font-weight: 800
}

html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview {
    left: 300px;
    width: calc(100% - 300px);
    padding: 2em calc(50% - 457px - 300px / 2);
    margin: 0;
    box-sizing: border-box
}

@media screen and (max-width:1274px) {
    html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview {
        padding: 2em
    }
}

@media screen and (max-width:450px) {
    html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview {
        width: 100%
    }
}

html body[for=html-export]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .markdown-preview {
    left: 50%;
    transform: translateX(-50%)
}

html body[for=html-export]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .md-sidebar-toc {
    display: none
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff")
}

.admonition {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    position: relative;
    margin: 1.5625em 0;
    padding: 0 1.2rem;
    border-left: .4rem solid rgba(68, 138, 255, .8);
    border-radius: .2rem;
    background-color: rgba(255, 255, 255, .05);
    overflow: auto
}

.admonition>p {
    margin-top: .8rem
}

.admonition>.admonition-title {
    margin: 0 -1.2rem;
    padding: .8rem 1.2rem .8rem 3.6rem;
    border-bottom: 1px solid rgba(68, 138, 255, .2);
    background-color: rgba(68, 138, 255, .1);
    font-weight: 700
}

.admonition>.admonition-title:before {
    position: absolute;
    left: 1.2rem;
    font-size: 1.5rem;
    color: rgba(68, 138, 255, .8);
    content: "\E3C9"
}

.admonition>.admonition-title:before {
    font-family: Material Icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 2rem;
    text-transform: none;
    white-space: nowrap;
    speak: none;
    word-wrap: normal;
    direction: ltr
}

.admonition.abstract,
.admonition.summary,
.admonition.tldr {
    border-left-color: rgba(0, 176, 255, .8)
}

.admonition.abstract>.admonition-title,
.admonition.summary>.admonition-title,
.admonition.tldr>.admonition-title {
    background-color: rgba(0, 176, 255, .1);
    border-bottom-color: rgba(0, 176, 255, .2)
}

.admonition.abstract>.admonition-title:before,
.admonition.summary>.admonition-title:before,
.admonition.tldr>.admonition-title:before {
    color: #00b0ff;
    content: "\E8D2"
}

.admonition.hint,
.admonition.tip {
    border-left-color: rgba(0, 191, 165, .8)
}

.admonition.hint>.admonition-title,
.admonition.tip>.admonition-title {
    background-color: rgba(0, 191, 165, .1);
    border-bottom-color: rgba(0, 191, 165, .2)
}

.admonition.hint>.admonition-title:before,
.admonition.tip>.admonition-title:before {
    color: #00bfa5;
    content: "\E80E"
}

.admonition.info,
.admonition.todo {
    border-left-color: rgba(0, 184, 212, .8)
}

.admonition.info>.admonition-title,
.admonition.todo>.admonition-title {
    background-color: rgba(0, 184, 212, .1);
    border-bottom-color: rgba(0, 184, 212, .2)
}

.admonition.info>.admonition-title:before,
.admonition.todo>.admonition-title:before {
    color: #00b8d4;
    content: "\E88E"
}

.admonition.check,
.admonition.done,
.admonition.success {
    border-left-color: rgba(0, 200, 83, .8)
}

.admonition.check>.admonition-title,
.admonition.done>.admonition-title,
.admonition.success>.admonition-title {
    background-color: rgba(0, 200, 83, .1);
    border-bottom-color: rgba(0, 200, 83, .2)
}

.admonition.check>.admonition-title:before,
.admonition.done>.admonition-title:before,
.admonition.success>.admonition-title:before {
    color: #00c853;
    content: "\E876"
}

.admonition.faq,
.admonition.help,
.admonition.question {
    border-left-color: rgba(100, 221, 23, .8)
}

.admonition.faq>.admonition-title,
.admonition.help>.admonition-title,
.admonition.question>.admonition-title {
    background-color: rgba(100, 221, 23, .1);
    border-bottom-color: rgba(100, 221, 23, .2)
}

.admonition.faq>.admonition-title:before,
.admonition.help>.admonition-title:before,
.admonition.question>.admonition-title:before {
    color: #64dd17;
    content: "\E887"
}

.admonition.attention,
.admonition.caution,
.admonition.warning {
    border-left-color: rgba(255, 145, 0, .8)
}

.admonition.attention>.admonition-title,
.admonition.caution>.admonition-title,
.admonition.warning>.admonition-title {
    background-color: rgba(255, 145, 0, .1);
    border-bottom-color: rgba(255, 145, 0, .2)
}

.admonition.attention>.admonition-title:before {
    color: #ff9100;
    content: "\E417"
}

.admonition.caution>.admonition-title:before,
.admonition.warning>.admonition-title:before {
    color: #ff9100;
    content: "\E002"
}

.admonition.fail,
.admonition.failure,
.admonition.missing {
    border-left-color: rgba(255, 82, 82, .8)
}

.admonition.fail>.admonition-title,
.admonition.failure>.admonition-title,
.admonition.missing>.admonition-title {
    background-color: rgba(255, 82, 82, .1);
    border-bottom-color: rgba(255, 82, 82, .2)
}

.admonition.fail>.admonition-title:before,
.admonition.failure>.admonition-title:before,
.admonition.missing>.admonition-title:before {
    color: #ff5252;
    content: "\E14C"
}

.admonition.bug,
.admonition.danger,
.admonition.error {
    border-left-color: rgba(255, 23, 68, .8)
}

.admonition.bug>.admonition-title,
.admonition.danger>.admonition-title,
.admonition.error>.admonition-title {
    background-color: rgba(255, 23, 68, .1);
    border-bottom-color: rgba(255, 23, 68, .2)
}

.admonition.danger>.admonition-title:before {
    color: #ff1744;
    content: "\E3E7"
}

.admonition.error>.admonition-title:before {
    color: #ff1744;
    content: "\E14C"
}

.admonition.bug>.admonition-title:before {
    color: #ff1744;
    content: "\E868"
}

.admonition.example,
.admonition.snippet {
    border-left-color: rgba(0, 184, 212, .8)
}

.admonition.example>.admonition-title,
.admonition.snippet>.admonition-title {
    background-color: rgba(0, 184, 212, .1);
    border-bottom-color: rgba(0, 184, 212, .2)
}

.admonition.example>.admonition-title:before,
.admonition.snippet>.admonition-title:before {
    color: #00b8d4;
    content: "\E242"
}

.admonition.cite,
.admonition.quote {
    border-left-color: rgba(158, 158, 158, .8)
}

.admonition.cite>.admonition-title,
.admonition.quote>.admonition-title {
    background-color: rgba(158, 158, 158, .1);
    border-bottom-color: rgba(158, 158, 158, .2)
}

.admonition.cite>.admonition-title:before,
.admonition.quote>.admonition-title:before {
    color: #9e9e9e;
    content: "\E244"
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYo.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYo.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYo.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYo.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYo.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYo.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

.markdown-preview.markdown-preview h1,
.markdown-preview.markdown-preview h2 {
    font-family: "Cinzel", serif;
    padding-bottom: 0px;
}

:root{
    --image-lighten: rgba(255, 255, 255, 0.6);
    --h1-padding-top: 1.75em;
}


.markdown-preview.markdown-preview h1 { /* default h1 */
    font-weight: 600;
    border-bottom: 2px solid #333;
    background: url(https://titansofatlantis.com/images/hopilite-silhouette.png) no-repeat top right;
    background-color: var(--image-lighten);
    background-blend-mode: lighten;
    padding-top: 4em;
}

.markdown-preview.markdown-preview h1#introduction {
    background: url(../images/introduction.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#your-character {
    background: url(../images/your-character.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#actions {
    background: url(../images/actions.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#combat--encounters {
    background: url(../images/combat-encounters.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#magic-1 {
    background: url(../images/magic.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#travel--exploration {
    background: url(../images/travel-exploration.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#the-setting {
    background: url(../images/setting.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#equipment {
    background: url(../images/equipment.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}
.markdown-preview.markdown-preview h1#appendix {
    background: url(../images/appendix.png) no-repeat top right;
    padding-top: var(--h1-padding-top);
    background-color: var(--image-lighten);
}

#adynamanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/adynamanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#aenemanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/aenemanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#aesthesia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/aesthesia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#dunamanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/dunamanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#dynamanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/dynamanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#geomanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/geomanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#hydromanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/hydromanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#hypnomanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/hypnomantia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#hylemanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/hylemanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#necromanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/necormanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#photomanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/photomanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#prophemanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/prophemanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#psuedomanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/pseudomanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#pyromanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/pyromanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#telekinesis {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/telekinesis.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#theramanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/theramanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

#zoomanteia {
    font-weight: 600;
    border-bottom: 1px solid #333;
    background: url(../images/zoomanteia.png) no-repeat bottom right;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding-top: 3em;
}

@media screen and (max-width: 640px) {
    .markdown-preview.markdown-preview h1 {
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
        left: 0;
    }
}

.markdown-preview.markdown-preview h2 {
    font-weight: 100;
    border-bottom: 1px solid #cfcfcf;
}

.markdown-preview.markdown-preview h3,
.markdown-preview.markdown-preview h4,
.markdown-preview.markdown-preview h5,
.markdown-preview.markdown-preview h6 {
    font-family: Raleway, sans-serif;
    font-weight: 300 !important;
}

#menu {
    /* overflow: initial;  */
    /* position: fixed;    */
    position: -webkit-sticky;
    position: sticky !important;
    top: 20px;
    z-index: 99 !important;
}

#menu #menu-toggle {
    display: none;
}

#menu .menu-icon {
    cursor: pointer;
    margin-left: -5em;
}

.cta {
    margin: auto auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
}

.cta a {
    border: 2px solid #333;
    border-radius: 20px;
    background-color: #222222;
    padding: 0.25em;
    text-align: center;
    color: #CCC;
}

.cta a:hover {
    border: 2px solid #CCC;
    background-color: #0000F7;
    color: #ffd900;
}

/* Floating Images */
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

img[alt~="|fr"] { 
    float: right;
    max-width: 50%; 
}

img[alt~="|fl"] { 
    float: left; 
    max-width: 50%;
}

@media screen and (max-width: 1200px) {
    /* #menu {
        margin-left: 0em;
    } */
    #menu .menu-icon {
        margin-left: 0em;
    }

    .cta {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    img[alt~="|fr"] { 
        float: none; 
        max-width: 100%;
    }
    
    img[alt~="|fl"] { 
        float: none; 
        max-width: 100%;
    }
}

#menu #toc {
    display: none;
    background-color: #bbb;
    border: #333;
}

#menu #toc a {
    text-transform: uppercase;
    color: #333;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#menu #menu-toggle:checked+#toc {
    display: block;
    overflow-y: scroll;
    max-height: 85vh;
}

#menu #menu-toggle ul ul {
    display: none;
}

#menu #menu #toc li {
    list-style-type: "🢖 ";
}

#menu #toc ul:first-child {
    margin: 0;
    padding: 0;
}

#menu #toc ul:first-child>li {
    list-style-type: none;
    border-top: 1px solid #DDD;
}

#menu #toc ul:first-child>li>a {
    font-size: 1.1em;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    display: block;
    padding: 1em;
}

#menu .sub-item-hide {
    display: none;
}

#menu .sub-item-show {
    display: block;
}

