form.form-login input {
  min-width: 250px;
}

div.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.login-container h3 {
  margin-bottom: 40px;
}

div.login-container label.control-label {
  padding-bottom: 5px;
  display: block;
  font-weight: bold;
}

div.login-container input.form-control {
  margin-bottom: 20px;
}

div.login-container div.checkbox {
  margin-bottom: 10px;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

input {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
}

button {
  border: 1px solid #000;
  padding: 10px 30px;
}

input.has-error {
  border: 1px solid #de2626;
}
html, body {
  width: 100% !important; 
  height: 100%;
  font-size: 14px;
  transition: all .2s;
  background-color: #222;
}

* {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #ccc;
}
input,
select,
textarea,
button {
  color: #222;
}

li {
  padding: 5px;
}

.ql-editor.ql-blank::before {
  color: #888 !important;
}
blockquote {
  line-height: 24px;
  margin: 20px;
  background: #f0f0f1;
  padding: 20px;
}

pre {
  /* font-size: 1em; */
  line-height: 22px;
  background-color: #1e1e1f;
  padding: 20px;
}

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

div.topic-label {
  text-align: center;
}

div.header-bio h1 {
  line-height: 50px;
  font-size: 30px;
}
div.header-bio {
  padding: 5%;
  margin-bottom: 50px;
  display: flex;
  line-height: 24px;
  /* align-items: center; */
  justify-content: center;
}

div.header-bio div.header-bio-container {
  max-width: 1000px;
}

div.header-bio span.header-bio-name:hover div.name-story {
  display: block;
}

span.header-bio-name div.name-story {
  position: absolute;
  background-color: #111111eb;
  padding: 10px;
  margin-left: 10px;
  width: 350px;
  margin-top: 5px;
  border-radius: 5px;
  display: none;
  font-weight: normal;
  font-size: 14px;
}
div.header-bio span.header-bio-name {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
div.header-bio span.header-bio-name-und {
  border-bottom: 1px dotted #8f8fd4;
}
span.emoji {
  font-size: 1.5em;
}

div.posts-snippets-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.posts-snippet {
  margin-bottom: 15px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
section.posts-snippet div.lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  min-width: 300px;
  /* min-height: 130px; */
  margin: 30px;
  flex-grow: 1;
}

section.posts-snippet div.lines-no-thumb {
  max-width: 100%;
  min-height: 200px;
  width: 85%;
}

section.posts-snippet div.lines div.snippet {}
section.posts-snippet div.thumb {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 650px;
  height: 400px;
}
section.posts-snippet div.thumb img {
  width: 100%;
  height: auto;
}
div.post-intro div.category {
  text-align: right;
}
div.post-intro div.category,
div.lines div.category {
  margin-bottom: 30px;
}
div.post-intro div.category a,
div.lines div.category a {
  color: #80DEEA;
  text-decoration: none;
  font-weight: bold;
}
div.post-intro div.category a:hover,
div.lines div.category a:hover {
  color: #ccc;
}
div.lines div.title {
  margin-bottom: 10px;
}
div.lines div.title a {
  /* font-weight: bold; */
  color: #bacbd4;
  font-size: 22px;
  text-decoration: none;
  line-height: 30px;
}
div.lines div.title a:hover {
  color: #999;
}
div.lines div.snippet {
  font-size: 14px;
  line-height: 22px;
  color: #b7b3b3;
}


section.post-header div.author,
section.post-header div.author a {
  color: #BBDEFB;
}
section.post-header div.author a:hover {
  text-decoration: underline;
}

@media all and (max-width: 899px){
  section.post-header div.post-intro div.title a {
    font-size: 23px !important;
    line-height: 28px !important;
    display: inline-block !important;
  }
}
@media all and (max-width: 699px){
  div.post-intro-no-thumb div.title a {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  section.posts-snippet {
    flex-direction: column;
    margin-bottom: 20px;
  }
  div.lines {
    order: 1;
    margin-bottom: 0px !important;
    margin-top: -125px !important;
    background-color: #151623;
    padding: 20px;
    max-width: 90%;
    z-index: 9;
  }
  header#main-header div.header-container {
    flex-direction: column;
    height: 100px;
  }
  header#main-header div.header-container div.logo-wrapper {
    margin-bottom: 20px;
  }
  section.post-header {
    flex-direction: column;
  }
  section.post-header div.post-thumb { order: 1; margin-left: 0px !important; height: 300px; }
  section.post-header div.post-intro { order: 2; background-color: #101619; margin-top: -100px; max-width: 90% !important; align-self: center; }
  section.post-header div.padding-left {
    display: none;
  }
  section.post-header div.post-intro div.title {
    text-align: left !important;
  }
  section.post-header div.post-intro {
    max-width: 90% !important;
    padding: 20px;
  }
  div.lines-no-thumb {
    margin-top: 0px !important;
  }
}
@media all and (max-width: 499px) {
  div.lines {
    margin-top: -150px !important;
  }
  div.lines-no-thumb {
    margin-top: 0px !important;
  }
}
section.navigation {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
section.navigation a.paginator {
  padding: 25px 10px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #101010;
  color: #7986CB;
  min-width: 140px;
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
}
section.navigation a.paginator:hover {
  color: #aaa;
}
/* section.navigation a.paginator:last-child {
  border-left: 0px;
} */
/* post content */
section.post-header {
  display: flex;
}
section.post-header div.padding-left {
  /* border: 1px solid red; */
  width: 20%;
}
section.post-header div.post-intro {
  /* border: 1px solid rgb(0, 110, 255); */
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.post-header div.post-thumb {
/*   border: 1px solid rgb(0, 255, 85); */
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 500px;
  margin-left: 20px;
}
section.post-header div.post-thumb img {
  width: 100%;
}
section.post-header div.post-intro div.title {
  margin-bottom: 25px;
  text-align: right;
}
section.post-header div.post-intro div.title a {
  font-size: 30px;
  /* color: #000; */
  line-height: 45px;
  font-weight: bold;
  display: block;
}
section.post-header div.post-intro div.title a:hover {
  color: rgb(80, 112, 182);
}
div.post-intro div.author {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #9E9E9E;
  text-align: right;
}
div.post-intro div.author a {
  text-decoration: none;
  color: #9E9E9E;
}
div.post-intro div.author a:hover {
  color: #aaa;
}
article.main {
  max-width: 800px;
  margin: 50px auto;
  padding: 0px 20px;
  margin-top: 100px;
}

p {
  line-height: 32px;
}

article.main p {
  margin: 6px 0px;
  line-height: 32px;
  font-size: 16px;
  color: #D7CCC8;
}

article.main p img {
  /* display: block; */
  max-width: 100%;
  margin: 50px 0px 50px 0px;
  transform: scale(1.13);
}

article.main blockquote {
  background-color: #2c3a3a;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

article.main ul {
  line-height: 25px;
}

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

div.tags {
  text-align: left;
}
div.post-intro div.post-tags {
  text-align: right;
}
div.post-intro-no-thumb div.post-tags  {
  margin-top: 20px;
}
div.post-intro-no-thumb div.post-tags a,
div.post-intro div.post-tags a,
div.tags a {
  color: #FFAB91;
  font-weight: bold;
  font-size: 12px;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
div.post-intro-no-thumb div.post-tags a:hover,
div.post-intro div.post-tags a:hover,
div.tags a:hover {
  color: #666;
}
div.post-intro-no-thumb div.post-tags a:last-child,
div.post-intro div.post-tags a:last-child,
div.tags a:last-child {
  margin-right: 0px;
}

h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 20px; }
h4 { font-size: 15px; }
span.bull { color: #ddd; padding: 0px 6px; }
div.category span.datetime {
  font-weight: bold;
  color: #aaa;
  cursor: default;
}
footer#main-footer {
  background-color: #000;
  padding: 50px;
  margin-top: 100px;
  color: #fff;
  text-align: center;
}
footer#main-footer a {
  color: #fff;
}
a {
  text-decoration: none;
  color: #03A9F4;
}
a:hover {
  color: #3F51B5;
}

section.posts-snippet div.lines div.tags {
  padding-top: 15px;
}
section.posts-snippet a.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

section.post-header div.post-intro-no-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;

}

div.post-intro-no-thumb div.title {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px;
}

div.post-intro-no-thumb div.title a {
  font-size: 40px;
  line-height: 50px;
}

div.post-intro-no-thumb div.category a {
  color: #80DEEA;
  /* text-decoration: underline; */
  font-weight: bold;
}

div.post-intro-no-thumb div.category a:hover {
  color: #777;
  text-decoration: none;
}

section.navigation a.article-nav-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b1b1b;
}
section.navigation a.article-nav-footer img {
  width: 20px; height: 20px;
  padding: 0px 10px;
}

footer.site-footer {
  display: block;
  padding: 40px 20px;
  background-color: #1b1b1b;
  margin-top: 100px;
  border-top: 1px solid #101010;
  text-align: center;
}

footer.site-footer span.copy-icon {
  font-family: sans-serif;
}

ul.pagination {
  display: block;
  margin-top: 50px;
}
ul.pagination li {
  display: inline-block;
}

ul.pagination li a,
ul.pagination li.active,
ul.pagination li.disabled {
  padding: 10px;
}

div.tag-lists {
  display: flex;
  justify-content: center;
}
div.tag-lists-container {
  max-width: 900px;
}

div.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
header#main-header {
  display: flex;
  justify-content: center;
}
header#main-header div.header-container {
  height: 100px;
  padding: 30px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
header#main-header div.menu {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
header#main-header div.menu a {
  /* font-weight: bold; */
  color: #FFC107;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
header#main-header div.menu a:hover {
  color: #aaa;
}
header#main-header div.logo-wrapper {
  display: flex;
  align-items: center;
}
header#main-header div.logo-wrapper div.bubble {
  background-color: #00b0ff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  position: absolute;
  transition: transform .1s;
  z-index: 1;
  margin-left: 85px;
  margin-top: 20px;
  opacity: 0;
  display: none;
}
header#main-header div.logo-wrapper div.bubble:before {
  position: absolute;
  top: 15px;
  display: block;
  width: 14px;
  height: 8px;
  content: '\00a0';
  -webkit-transform: rotate(29deg) skew(-35deg);
  transform: rotate(29deg) skew(-35deg);
  background-color: #00b0ff;
  left: -5px;
}
header#main-header div.logo-wrapper img.avatar {
  width: 60px;
  border-radius: 100%;
  transition: transform .1s;
  /* box-shadow: 0px 0px 15px 0.5px #111; */
}
header#main-header div.logo-wrapper:hover img.avatar {
  transform: scale(1.5);
  border-radius: 3px;
}
header#main-header div.logo-wrapper:hover .bubble {
  transform: translateX(25px) translateY(20px);
  border-radius: 20px;
  margin-left: 45px;
  margin-top: 10px;
  opacity: 1;
  display: block;
}
header#main-header div.logo-wrapper div {
  font-size: 14px;
  margin: 0px 10px;
  color: #000;
}
/*

Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #000;
  color: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #aeaeae;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #e28964;
}

.hljs-string {
  color: #65b042;
}

.hljs-subst {
  color: #daefa3;
}

.hljs-regexp,
.hljs-link {
  color: #e9c062;
}

.hljs-title,
.hljs-section,
.hljs-tag,
.hljs-name {
  color: #89bdff;
}

.hljs-class .hljs-title,
.hljs-doctag {
  text-decoration: underline;
}

.hljs-symbol,
.hljs-bullet,
.hljs-number {
  color: #3387cc;
}

.hljs-params,
.hljs-variable,
.hljs-template-variable {
  color: #3e87e3;
}

.hljs-attribute {
  color: #cda869;
}

.hljs-meta {
  color: #8996a8;
}

.hljs-formula {
  background-color: #0e2231;
  color: #f8f8f8;
  font-style: italic;
}

.hljs-addition {
  background-color: #253b22;
  color: #f8f8f8;
}

.hljs-deletion {
  background-color: #420e09;
  color: #f8f8f8;
}

.hljs-selector-class {
  color: #9b703f;
}

.hljs-selector-id {
  color: #8b98ab;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
