body {
    --pagefind-ui-primary: #eeeeee;
    --pagefind-ui-text: #eeeeee;
    --pagefind-ui-background: #152028;
    --pagefind-ui-border: #ffffff;
    --pagefind-ui-tag: #152028;
}
body {
    max-width: 900px;
    margin: auto;
    padding: 1em;
    line-height: 1.5;
	background-color: #1C1D1F;
	color: #ecf0f1;
	font-size: 16px;
}
a {
	color: #FFBE2E;
}
h2 {
	color: #f9e79f;
}
.menu {
    padding: 0;
}
.menu li {
    display: inline-block;
	text-align: center;
}
/*
.menu li:first-child a:after {
   display: none;
}
.menu li {
  border-right: 1px solid #fff;
}
.menu li:last-of-type {
  border-right: none;
} 
*/
nav { padding: 0.3em 0; }
nav > ul { display: inline; padding: 0; }
nav > ul > li { display: inline; }
nav > ul > li + li:before { content: " | "; }

body > header { text-align: center; }
body > header > h1 { margin-bottom: 0; }
body > header > p { margin: 0.3em 0; }

tonymenu.menu {text-align: center;}
tonymenu > ul.menu > li + li:before { content: " | "; }


.article-meta,
.menu a {
    text-decoration: none;
    background: #1C1D1F;
    padding: 5px;
    border-radius: 5px;
}
.article-meta,
.menu,
footer {
    text-align: center;
}
.title {
    font-size: 1.1em;
}
footer a {
    text-decoration: none;
}
hr {
    border-style: dashed;
    color: #ddd;
}
pre {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px #eee;
    padding: 1em;
    overflow-x: auto;
}
code {
    background: #f9f9f9;
}
pre code {
    background: 0 0;
}
iframe,
img,
video {
    max-width: 100%;
	display: block;
    margin-right: auto;
    margin-left: auto; 
}
}
main {
    hyphens: auto;
}
blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    padding: 3px 1em 3px;
}
table {
    margin: auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
table thead th {
    border-bottom: 1px solid #ddd;
}
td,
th {
    padding: 5px;
}
tfoot,
thead,
tr:nth-child(even) {
    background: #eee;
}
body {
    font-family: sans-serif, Optima, Candara, Calibri, Arial;
}
code {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 85%;
}
.full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
 }