:root {
	--width: 1200px;
	--font-main: "Lucida Console";
	--font-secondary: "Lucida Console";
	--font-scale: 1em;
	--background-color: black;
	--heading-color: #222;
	--text-color: #444;
	--link-color: #3273dc;
	--visited-color: #8b6fcb;
	--code-background-color: #f2f2f2;
	--code-color: #222;
}

body {
	color: green;
    background-color: black;
}
.body0{
    max-width: var(--width);
    font-family:"Lucida Console";
	font-size: var(--font-scale);
	margin: auto;
	padding: 20px;
	text-align: left;
	background-color: var(--background-color);
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: var(--font-main);
	color: var(--heading-color);*/
    font-family: "Lucida Console";
	color: #00ff00;

}

a {
	color: red;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

nav a {
	margin-right: 8px;
}

strong,
b {
	color: #00ff00;
}

button {
	margin: 0;
	cursor: pointer;
}

main {
	line-height: 1.6;
}

table {
	width: 100%;
}

hr {
	border: 0;
	border-top: 1px dashed;
}

img {
	max-width: 100%;
}

code {
	font-family: "Lucida Console";;
	padding: 2px;
	background-color: var(--code-background-color);
	color: var(--code-color);
	border-radius: 3px;
}

blockquote {
	border-left: 1px solid #999;
	color: var(--code-color);
	padding-left: 20px;
	font-style: italic;
}

footer {
	padding: 25px 0;
	text-align: center;
}

.title:hover {
	text-decoration: none;
}

.title {
	display: flex;
	align-items: flex-end;
}

.title>h1 {
	margin-right: 16px;
}

.inline {
	width: auto !important;
}


/*
.highlight,
.code {
	padding: 1px 15px;
	background-color: var(--code-background-color);
	color: var(--code-color);
	border-radius: 3px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	overflow-x: auto;
}
*/


/* FREEBIT HIGHLIGHTER*/
pre,
.highlight,
.gist {
    background: #050017;
    margin: 1em 0;
    padding: 1em 2%;
    overflow: auto;
    color: #c9d1d9;
    font-size: 14px;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-color: #00f727;
    border-width: 1px 0;
    line-height: 20px
}

code {
    background: #eee;
    border: 0px solid #d6d6d6;
    padding: 0 5px;
    margin: 2 2px;
    font-size: 90%;
    text-shadow: 0 0px rgb(0, 0, 0);
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
}

.highlight .gutter pre {
    text-align: left;
    padding-right: 20px;
    width: 100%;
    color: #666
}

pre,
code {
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace
}

pre code {
    background: 0;
    text-shadow: none;
    padding: 0;
    color: white;
}

.highlight pre {
    border: 0;
    margin: 0;
    padding: 0;
    white-space: pre
}

.highlight table {
    margin: 0;
    width: auto
}

.highlight td {
    border: 0;
    padding: 0
}

.container .gist .gist-file {
    border: 0;
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
    margin: 0
}

.container .gist .gist-file .gist-data {
    background: 0;
    border: 0
}

.container .gist .gist-file .gist-data .line-numbers {
    background: 0;
    border: 0;
    padding-right: 20px;
    color: #666;
    text-align: left
}

.container .gist .gist-file .gist-data .line-data {
    padding: 0 !important
}

.container .gist .gist-file .highlight {
    margin: 0;
    padding: 0;
    border: 0
}

.container .gist .gist-file .gist-meta {
    background: #333;
    color: #999;
    font: .85em "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0;
    padding: 0;
    margin-top: 1em;
    margin-left: 20px
}

.container .gist .gist-file .gist-meta a {
    color: #258fb8;
    font-weight: normal
}

.container .gist .gist-file .gist-meta a:hover {
    text-decoration: underline
}

.highlight figcaption {
    zoom: 1;
    font-size: .85em;
    color: #999;
    line-height: 1em;
    margin-bottom: 1em
}

.highlight figcaption:before,
.highlight figcaption:after {
    content: "";
    display: table
}

.highlight figcaption:after {
    clear: both
}

.highlight figcaption a {
    float: right
}

pre .comment{
        color: #8b949e
    }

pre .title {
    color: #d2a8ff
}

pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
    color: #79c0ff
}

pre .number{
        color: #79c0ff
}

pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
    color: #ffa657
}

pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
    color: #9c9
}

pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
    color: #a5d6ff
}

pre .css .hexcolor {
    color: #6cc
}

pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
    color: #69c
}

pre .keyword,
pre .javascript .function {
    color: #ff7b72
}

/* FREEBIT HIGHLIGHTER END */




ul.blog-posts {
	list-style-type: none;
	padding: unset;
}

ul.blog-posts li {
	display: flex;
}

ul.blog-posts li span {
	flex: 0 0 130px;
}

ul.blog-posts li a:visited {
	color: var(--visited-color);
}

.YT-FOW {
	background-color: black;
	color: black;
	text-shadow: none;
}

.YT-FOW:hover,
.YT-FOW:active {
	transition: color .2s linear;
	color: white
}

.YT-FOW a {
	cursor: pointer;
	color: black;
	text-decoration: none;
}

.YT-FOW a:visited {
	color: black;
	text-decoration: none;
}

.YT-FOW a:hover {
	color: white;
	text-decoration: underline;
	transition: color .2s linear;
}
