/*** 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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

figure {
  background: rgba(255, 255, 255, 0.015);
  margin-bottom: 0.5em;
  padding: 0.25em; }

body {
  line-height: 1.1; }

ol,
ul {
  list-style: bullet; }

blockquote,
q {
  quotes: none; }

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

table,
th,
td {
  border: 1px solid #6ab825;
  padding: 0.5em; }

table {
  border-collapse: collapse;
  margin: 1em auto; }

iframe {
  max-width: 100%; }

/*** Basics ***/
body {
  font-family: 'Noto Sans', Verdana, Sans-Serif;
  font-size: 14px;
  line-height: 1.5; }

a,
a:active,
a:visited {
  color: #6ab825;
  border-bottom: 1px dotted #6ab825; }

p {
  margin-bottom: 15px;
  word-wrap: break-word; }

ul,
ol {
  padding: 0 0 0 30px; }

ol li,
ul li {
  margin-top: 10px;
  margin-bottom: 10px; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

small {
  font-size: 0.85em; }

sup {
  vertical-align: super;
  font-size: 0.85em; }

sub {
  vertical-align: sub;
  font-size: 0.85em; }

code {
  font: 0.85em 'JetBrains Mono', Monaco, Courier, Monospace; }

blockquote {
  margin: 22px 22px;
  padding: 0 20px;
  border-left: 2px solid #000000;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em; }

acronym,
abbr {
  cursor: help;
  border-bottom: 1px dashed;
  text-decoration: none; }

hr {
  border: 1px solid #6ab825; }

h1 {
  font-size: 18px;
  margin: 0 0 10px 0; }

h2 {
  font-size: 16px;
  margin: 0 0 10px 0; }

h3 {
  font-size: 15px;
  margin: 0 0 10px 0; }

h3 {
  font-size: 14px;
  margin: 0 0 10px 0; }

/*** Useful Classes ***/
.clear {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

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

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

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

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

.img-left {
  float: left;
  margin: 4px 10px 4px 0; }

.img-right {
  float: right;
  margin: 4px 0 4px 10px; }

.img-middle {
  vertical-align: middle; }

.nopadding {
  padding: 0; }

.nounderline {
  text-decoration: underline; }

/*** Structure ***/
#page {
  width: 660px;
  margin: 0 auto;
  position: relative; }

#header {
  width: 660px;
  margin: 40px auto 50px auto;
  background-size: auto 100%; }

#header h1 {
  font-size: 33px;
  margin-bottom: 4px;
  font-family: 'Jetbrains Mono'; }

#header h1 a {
  border: none;
  text-decoration: none; }

/*
#blog-logo img {
	max-width: 484px;
	height: auto;
}

#coverimg {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
	border-bottom: 4px solid #073642;
}

#blog-logo,
#blog-logo:hover,
#blog-logo:active {
	background-color: transparent;
	border: none;
}*/
#footer {
  width: 660px;
  margin: 20px auto;
  padding-top: 10px;
  font-size: 0.85em;
  border-top: 1px solid #073642; }

#content {
  width: 660px;
  margin: 0 auto; }

/*** Posts ***/
article {
  margin-bottom: 40px; }

article h1 {
  font-size: 18px;
  margin: 0 0 10px 0; }

article a:visited {
  color: #417017;
  border-bottom: 1px dotted #417017; }

article h1 a.anchor {
  margin-left: 8px; }

article p {
  text-align: justify; }

article img {
  display: block;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin: 1em auto 1em auto; }

article .meta {
  padding-top: 6px;
  font-size: 0.85em;
  font-style: italic; }

img.left {
  float: left;
  margin: 0 1em 1em 0; }

img.right {
  float: right;
  margin: 0 0 1em 1em; }

img.center {
  display: block;
  text-align: center;
  margin: 0 auto 1em auto; }

pre,
code {
  background-color: rgba(255, 255, 255, 0.05);
  color: #a1a1a1;
  font-size: 95%; }

code {
  padding: 2px; }

pre code {
  display: block;
  overflow: auto;
  line-height: 150%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px; }

code[class*='language-'],
pre[class*='language-'] {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  font-family: 'Jetbrains Mono', Menlo, Monaco, 'Courier New', monospace;
  font-size: 1em;
  line-height: 1.5;
  text-shadow: 0; }

/*** Pagination ***/
.postnavigation {
  padding-top: 10px;
  text-align: center;
  font-size: 0.85em; }

.postnavigation .left {
  float: left; }

.postnavigation .right {
  float: right; }

/*** Media Queries ***/
@media all and (max-width: 870px) {
  article img {
    max-width: 100%; }
  #page,
  #header,
  #content,
  #footer {
    width: inherit;
    padding-left: 10px;
    padding-right: 10px; }
  #header {
    background-position: right 20px center; }
  #header h1,
  #header p {
    padding-left: 10px;
    padding-right: 10px; } }

/*** custom font ***/
@font-face {
  font-family: 'JetBrains Mono';
  src: url("/https/fdi.sk/fonts/JetBrainsMono-Regular.eot") format("embedded-opentype"), url("/https/fdi.sk/fonts/JetBrainsMono-Regular.woff2") format("woff2"), url("/https/fdi.sk/fonts/JetBrainsMono-Regular.woff") format("woff"), url("/https/fdi.sk/fonts/JetBrainsMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/https/fdi.sk/fonts/noto-sans-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans"), local("NotoSans"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-regular.woff2") format("woff2"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-regular.woff") format("woff"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-regular.ttf") format("truetype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */ }

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/https/fdi.sk/fonts/noto-sans-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700.woff2") format("woff2"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700.woff") format("woff"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700.ttf") format("truetype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700.svg#NotoSans") format("svg");
  /* Legacy iOS */ }

/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/https/fdi.sk/fonts/noto-sans-v9-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700italic.woff2") format("woff2"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700italic.woff") format("woff"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700italic.ttf") format("truetype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-700italic.svg#NotoSans") format("svg");
  /* Legacy iOS */ }

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/https/fdi.sk/fonts/noto-sans-v9-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-italic.eot?#iefix") format("embedded-opentype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-italic.woff2") format("woff2"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-italic.woff") format("woff"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-italic.ttf") format("truetype"), url("/https/fdi.sk/fonts/noto-sans-v9-latin-italic.svg#NotoSans") format("svg");
  /* Legacy iOS */ }

* {
  -webkit-font-feature-settings: "liga" on, "calt" on;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Noto Sans'; }

/*** Icons ***/
/*
@font-face {
	font-family: 'solarthemeicons';
	src: url('../fonts/solarthemeicons.eot');
	src: url('../fonts/solarthemeicons.eot#iefix') format('embedded-opentype'),
		url('../fonts/solarthemeicons.woff') format('woff'),
		url('../fonts/solarthemeicons.ttf') format('truetype'),
		url('../fonts/solarthemeicons.svg#solarthemeicons') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^='icon-']:before,
[class*=' icon-']:before {
	font-family: 'solarthemeicons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1.7;
}

.icon-sun:before {
	content: '\e801';
}
.icon-anchor:before {
	content: '\e800';
}
.icon-anchor {
	font-size: 65%;
}*/
html,
body {
  background-color: #191919;
  color: #b2b2b2; }

::selection {
  background: rgba(255, 255, 255, 0.05); }

a,
a:visited,
a:active,
a code {
  color: #6ab825;
  text-decoration: none; }

a:hover {
  background-color: rgba(255, 255, 255, 0.05); }

h1,
h2,
h3 {
  color: #6ab825;
  font-family: 'Jetbrains Mono'; }

h1 a,
h1 a:visited,
h1 a:active {
  color: #6ab825; }

article h1 a.anchor {
  color: #6ab825; }

blockquote {
  border-color: #6ab825; }

#footer {
  border-color: #6ab825; }

.hljs {
  background: none; }
