html { --content-background: rgba(0, 0, 0, .5); --background-image: url('../img/background.png'); --background-color: #1f6d65; --accent-color: #1f6d65; --text-color-rgb: 204,204,204; --site-title-color: white; --section-title-color: #ddd; --section-bg-color: rgba(26, 26, 26, 0.5); }

html[data-theme="dark"] { --content-background: rgba(0, 0, 0, .65); --background-color: #1f6d65; --accent-color: #1f6d65; --text-color-rgb: 204,204,204; }

html[data-theme="white"] { --content-background: white; --background-image: none; --background-color: white; --accent-color: #1f6da8; --text-color-rgb: 0,0,0; --site-title-color: black; --section-title-color: black; --section-bg-color: rgba(156, 156, 156, 0.5); }

@media print { .no-print, .no-print * { display: none !important; } }
@media screen { .only-print, .only-print * { display: none !important; } }
.svg-center-overlay { text-align: center; position: absolute; }

.float-right { float: right; }

.hover-highlight { background-color: rgba(255, 255, 255, 0.2); }

.hover-highlight:hover { background-color: rgba(255, 255, 255, 0.5); }

.darken-till-hover { filter: brightness(50%); }

.darken-till-hover:hover { filter: brightness(100%); }

.image { display: table; }

.image figcaption { caption-side: bottom; text-align: center; background-color: #222; color: #fff; }

@font-face { font-family: 'Allura'; font-style: normal; font-weight: 400; src: local("Allura"), local("Allura-Regular"), url(/fonts/allura-v2.woff) format("woff"); }
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgb(var(--text-color-rgb)); border-top: 4px solid #000; background: var(--background-image); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-color: var(--background-color); -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; line-height: 1.5em; }

/*
// Custom colors for Chrome scrollbar
body::-webkit-scrollbar { width: 16px;
}
body::-webkit-scrollbar-track { background: rgba(28,82,78,1);
}
body::-webkit-scrollbar-thumb { background: rgba(117,149,147,1);
}
*/
/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 0; }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 15px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; text-align: left; clear: both; }

/** Links */
a { color: #2dafc8; text-decoration: none; font-weight: 700; }
a:visited { color: #2dafc8; }
a:hover { color: #2dafc8; text-decoration: underline; }

/** Blockquotes */
/* http://www.webmaster-source.com/2012/04/24/pure-css-blockquote-styling/ */
blockquote { font-family: Georgia, "Bitstream Charter", "Liberation serif", serif; font-size: 16pt; font-style: italic; /* width: 100%; */ margin: 0.25em 0; padding: 0.25em 2.2em; line-height: 1.45; position: relative; /* Add horizontal scrollbar on small screens */ overflow-x: auto; overflow-y: clip; text-align: left; }

blockquote:before { display: block; content: "\201C"; font-size: 60pt; position: absolute; left: -0.0em; top: -0.2em; }

blockquote cite { color: #999999; font-size: 10pt; display: block; margin-top: 0.35em; }

blockquote cite:before { content: "\2014 \2009"; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (15px * 2)); max-width: calc(800px - (15px * 2)); margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (15px)); max-width: calc(800px - (15px)); padding-right: 7.5px; padding-left: 7.5px; } }

.page-wrapper { max-width: -webkit-calc(800px - (15px * 2)); max-width: calc(800px - (15px * 2)); margin-right: auto; margin-left: auto; }
@media screen and (max-width: 800px) { .page-wrapper { max-width: -webkit-calc(800px - (15px)); max-width: calc(800px - (15px)); } }

/** Clearfix */
.wrapper:after, .container:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }

a.nolink { text-decoration: none; font-weight: normal; color: currentcolor; }

.section-title, h1 { background: var(--section-bg-color); border-left: 4px solid #888888; color: var(--section-title-color); font-size: 1.4em; font-weight: 400; padding: 10px; margin-bottom: 12px; }

.align-center { text-align: center; }

.contact { text-align: center; }

.contact form { width: 75%; margin-top: 0em; margin-bottom: 1.5em; }
@media screen and (max-width: 600px) { .contact form { width: 95%; } }

form { margin: 0 auto; text-align: left; }

input[type='text'], input[type='email'], input[type='submit'], input[type='range'], input[type='number'], textarea, select { box-sizing: border-box; width: 100%; background: rgba(230, 230, 230, 0.5); border: 1px solid rgba(0, 0, 0, 0); padding: 5px; font-family: inherit; font-size: inherit; outline: none; }

input[type='checkbox'] { filter: brightness(60%) saturate(100) hue-rotate(290deg); width: 20px; height: 20px; accent-color: var(--accent-color); }

input[type='checkbox']:checked { filter: brightness(100%); }

input[type='range'] { accent-color: var(--accent-color); }

.leave { display: none; }

textarea { resize: vertical; }

input:focus, textarea:focus { border: 1px solid black; }

input.button { margin: 0 auto; width: 100%; margin-top: 20px; background: rgba(25, 25, 25, 0.5); color: #ccc; }

input.button:hover { background: #191919; }

input[disabled].button, input[disabled].button:hover { background: rgba(25, 25, 25, 0.2); color: #ccc; }

.float-right { float: right; margin-left: 1em; clear: both; }

.outline { border: 1px solid black; }

/* http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best */
#content { background: rgba(0, 0, 0, 0.5); background-clip: padding-box; border: 0px solid rgba(128, 128, 128, 0.5); /*8px*/ color: #ccc; }

p.container { margin: 16px 0px; }

p, ul, ol { margin-bottom: 16px; }

p + ul, p + ol { margin-top: -16px; }

a.tooltip, a.tooltip:hover { display: inline; position: relative; text-decoration: none; font-weight: bold; color: currentcolor; }

table { border-collapse: collapse; margin-bottom: 8px; }

thead tr { border-bottom: 1px solid #a0a0a0; }

tbody tr { border-bottom: 1px solid rgba(160, 160, 160, 0.2); }

th, td { padding: 0 10px; }

.theme-switcher { cursor: pointer; }

.theme-switcher:hover { color: white; background: #191919; }

.non-prose { text-align: left; }

.ref-link { color: grey; display: none; }

.ref-link-desc { color: grey; }

[v-cloak] { display: none; }

/** Site header */
.site-header { margin: 0 auto; }

.site-title { display: block; width: 100%; line-height: normal; margin-top: 0.7em; text-align: center; font-family: Allura, Helvetica; font-size: 38pt; letter-spacing: -1px; float: left; color: var(--site-title-color); }
@media screen { .site-title { margin-bottom: 0.7em; } }
.site-title .sub-title { font-size: 80%; }

.site-nav { text-align: center; }
.site-nav a { display: inline-block; text-decoration: none; background-color: rgba(0, 0, 0, 0); padding: 3px 10px 5px 10px; font-weight: 400; margin: 0 2px; color: #333; }
.site-nav a:hover { background-color: rgba(0, 0, 0, 0.6); color: #fff; text-decoration: none; }
.site-nav a.active, .site-nav a.active:hover { background-color: rgba(0, 0, 0, 0.6); color: #fff; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { font-size: 1.4em; line-height: 1.2em; color: #333; margin: 0 0 15px 0; }
.site-nav .page-link:not(:last-child) { margin-right: 2px; }
@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 7.5px; text-align: right; background: var(--content-background); background-clip: padding-box; border: 0px solid rgba(128, 128, 128, 0.5); /*8px*/ }
  .site-nav a { padding: 0; }
  .site-nav .menu-icon { display: block !important; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { width: 18px; height: 15px; }
  .site-nav .menu-icon > svg path { fill: var(--site-title-color); }
  .site-nav .trigger { clear: both; display: none; }
  .site-nav:hover .trigger { display: block; padding-bottom: 5px; }
  .site-nav a:hover { color: var(--site-title-color); background-color: rgba(0, 0, 0, 0); }
  .site-nav .page-link { color: var(--site-title-color); display: block; padding: 5px 10px; }
  .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { padding: 0; text-align: center; line-height: 2.5em; margin-top: 15px; margin-bottom: 15px; background: var(--content-background); background-clip: padding-box; border: 0px solid rgba(128, 128, 128, 0.5); /*8px*/ }

.footer-heading { font-size: 18px; margin-bottom: 7.5px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -7.5px; }

.footer-col { float: left; margin-bottom: 7.5px; padding-left: 7.5px; }

.footer-col-1 { width: -webkit-calc(35% - (15px / 2)); width: calc(35% - (15px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (15px / 2)); width: calc(20% - (15px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (15px / 2)); width: calc(45% - (15px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (15px / 2)); width: calc(50% - (15px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (15px / 2)); width: calc(100% - (15px / 2)); } }
@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (15px / 2)); width: calc(100% - (15px / 2)); } }
/** Page content */
.page-content { padding: 15px 0; overflow-x: auto; background: var(--content-background); background-clip: padding-box; border: 0px solid rgba(128, 128, 128, 0.5); /*8px*/ }

.page-heading { font-size: 20px; }

.post-list { margin-left: 0; list-style: none; }
.post-list > li { margin-bottom: 15px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 15px; }

.post-content { margin-bottom: 15px; }
.post-content h2 { font-size: 1.1em; padding: 0; line-height: 1.5em; border-bottom: 1px solid rgba(var(--text-color-rgb), 0.7); margin-bottom: 0.5em; }
.post-content h3 { font-size: 1.05em; margin-bottom: 0.5em; text-decoration: underline; }
.post-content h4 { font-size: 0.7em; }

/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #eef; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }

/* Use Monokai theme for syntax highlighting */
/*
Monokai colour scheme from:
https://github.com/richleland/pygments-css/blob/master/monokai.css

Jekyll uses Rouge for syntax highlighting. Rouge supports Pygment themes.
*/
.highlight .hll { background-color: #49483e; }

.highlight { background: #272822; color: #f8f8f2; }

.highlight .c { color: #75715e; }

/* Comment */
.highlight .err { color: #960050; background-color: #1e0010; }

/* Error */
.highlight .k { color: #66d9ef; }

/* Keyword */
.highlight .l { color: #ae81ff; }

/* Literal */
.highlight .n { color: #f8f8f2; }

/* Name */
.highlight .o { color: #f92672; }

/* Operator */
.highlight .p { color: #f8f8f2; }

/* Punctuation */
.highlight .ch { color: #75715e; }

/* Comment.Hashbang */
.highlight .cm { color: #75715e; }

/* Comment.Multiline */
.highlight .cp { color: #75715e; }

/* Comment.Preproc */
.highlight .cpf { color: #75715e; }

/* Comment.PreprocFile */
.highlight .c1 { color: #75715e; }

/* Comment.Single */
.highlight .cs { color: #75715e; }

/* Comment.Special */
.highlight .gd { color: #f92672; }

/* Generic.Deleted */
.highlight .ge { font-style: italic; }

/* Generic.Emph */
.highlight .gi { color: #a6e22e; }

/* Generic.Inserted */
.highlight .gs { font-weight: bold; }

/* Generic.Strong */
.highlight .gu { color: #75715e; }

/* Generic.Subheading */
.highlight .kc { color: #66d9ef; }

/* Keyword.Constant */
.highlight .kd { color: #66d9ef; }

/* Keyword.Declaration */
.highlight .kn { color: #f92672; }

/* Keyword.Namespace */
.highlight .kp { color: #66d9ef; }

/* Keyword.Pseudo */
.highlight .kr { color: #66d9ef; }

/* Keyword.Reserved */
.highlight .kt { color: #66d9ef; }

/* Keyword.Type */
.highlight .ld { color: #e6db74; }

/* Literal.Date */
.highlight .m { color: #ae81ff; }

/* Literal.Number */
.highlight .s { color: #e6db74; }

/* Literal.String */
.highlight .na { color: #a6e22e; }

/* Name.Attribute */
.highlight .nb { color: #f8f8f2; }

/* Name.Builtin */
.highlight .nc { color: #a6e22e; }

/* Name.Class */
.highlight .no { color: #66d9ef; }

/* Name.Constant */
.highlight .nd { color: #a6e22e; }

/* Name.Decorator */
.highlight .ni { color: #f8f8f2; }

/* Name.Entity */
.highlight .ne { color: #a6e22e; }

/* Name.Exception */
.highlight .nf { color: #a6e22e; }

/* Name.Function */
.highlight .nl { color: #f8f8f2; }

/* Name.Label */
.highlight .nn { color: #f8f8f2; }

/* Name.Namespace */
.highlight .nx { color: #a6e22e; }

/* Name.Other */
.highlight .py { color: #f8f8f2; }

/* Name.Property */
.highlight .nt { color: #f92672; }

/* Name.Tag */
.highlight .nv { color: #f8f8f2; }

/* Name.Variable */
.highlight .ow { color: #f92672; }

/* Operator.Word */
.highlight .w { color: #f8f8f2; }

/* Text.Whitespace */
.highlight .mb { color: #ae81ff; }

/* Literal.Number.Bin */
.highlight .mf { color: #ae81ff; }

/* Literal.Number.Float */
.highlight .mh { color: #ae81ff; }

/* Literal.Number.Hex */
.highlight .mi { color: #ae81ff; }

/* Literal.Number.Integer */
.highlight .mo { color: #ae81ff; }

/* Literal.Number.Oct */
.highlight .sa { color: #e6db74; }

/* Literal.String.Affix */
.highlight .sb { color: #e6db74; }

/* Literal.String.Backtick */
.highlight .sc { color: #e6db74; }

/* Literal.String.Char */
.highlight .dl { color: #e6db74; }

/* Literal.String.Delimiter */
.highlight .sd { color: #e6db74; }

/* Literal.String.Doc */
.highlight .s2 { color: #e6db74; }

/* Literal.String.Double */
.highlight .se { color: #ae81ff; }

/* Literal.String.Escape */
.highlight .sh { color: #e6db74; }

/* Literal.String.Heredoc */
.highlight .si { color: #e6db74; }

/* Literal.String.Interpol */
.highlight .sx { color: #e6db74; }

/* Literal.String.Other */
.highlight .sr { color: #e6db74; }

/* Literal.String.Regex */
.highlight .s1 { color: #e6db74; }

/* Literal.String.Single */
.highlight .ss { color: #e6db74; }

/* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2; }

/* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e; }

/* Name.Function.Magic */
.highlight .vc { color: #f8f8f2; }

/* Name.Variable.Class */
.highlight .vg { color: #f8f8f2; }

/* Name.Variable.Global */
.highlight .vi { color: #f8f8f2; }

/* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2; }

/* Name.Variable.Magic */
.highlight .il { color: #ae81ff; }

/* Literal.Number.Integer.Long */
/* Set background color for inline code */
code { /* Use lighter version of Monakai's background colour*/ background-color: #424439; border-color: #303030; color: #c0c0c0; }

/**
* Set background for code blocks to be different from inline code.
* We set no color so that Monokai's .highlight color is visible.
*/
pre, pre code { background-color: transparent; overflow-x: auto; }

.highlighter-rouge .highlight { background-color: unset; }

.media-controls { border: 1px; background-color: rgba(0, 0, 0, 0.5); cursor: pointer; color: inherit; padding: 6px 10px; }

#formsound input { padding: 0; }

.flexspans > span { display: flex; gap: 4px; }

[shadow="true"] { box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.2); }

[shadow_under="true"] { box-shadow: inset 0px -3px rgba(255, 255, 255, 0.4); }

summary { text-decoration: underline; }

[hidden] { display: none !important; }
