@font-face {
  font-family: OpenDyslexic;
  src: url("/theme/fonts/OpenDyslexic-Regular.otf") format("opentype"); }
@font-face {
  font-family: OpenDyslexic;
  font-weight: bold;
  src: url("/theme/fonts/OpenDyslexic-Bold.otf") format("opentype"); }
@font-face {
  font-family: OpenDyslexic;
  font-style: italic;
  src: url("/theme/fonts/OpenDyslexic-Italic.otf") format("opentype"); }
@font-face {
  font-family: OpenDyslexic;
  font-weight: bold;
  font-style: italic;
  src: url("/theme/fonts/OpenDyslexic-BoldItalic.otf") format("opentype"); }
@font-face {
  font-family: Oregano;
  src: url("/theme/fonts/Oregano-Regular.ttf") format("truetype"); }
@font-face {
  font-family: Lato;
  src: url("/theme/fonts/Lato-Regular.ttf") format("truetype"); }
@font-face {
  font-family: Lato;
  font-weight: bold;
  src: url("/theme/fonts/Lato-Bold.ttf") format("truetype"); }
@font-face {
  font-family: Lato;
  font-style: italic;
  src: url("/theme/fonts/Lato-Italic.ttf") format("truetype"); }
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: bold;
  src: url("/theme/fonts/Lato-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: "Source Code Pro";
  src: url("/theme/fonts/SourceCodePro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Source Code Pro";
  font-weight: bold;
  src: url("/theme/fonts/SourceCodePro-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Source Code Pro";
  font-style: italic;
  src: url("/theme/fonts/SourceCodePro-Italic.ttf") format("truetype"); }
@font-face {
  font-family: "Source Code Pro";
  font-style: italic;
  font-weight: bold;
  src: url("/theme/fonts/SourceCodePro-BoldItalic.ttf") format("truetype"); }
#dyslexie, #plustext, #minustext {
  cursor: pointer; }

.dyslexia, .dyslexia * {
  font-family: "OpenDyslexic" !important; }

.flex-container,
header.flex-container,
footer.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

body {
  background: #EFEFEF;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  font-family: 'Lato', sans-serif; }

.flex-nav-menu {
  flex-direction: column;
  -webkit-flex-direction: column; }
  .flex-nav-menu ul li {
    margin-bottom: 0;
    list-style: inside none;
    transition: background-color .25s ease, color .5s ease, width .2s ease-out, -webkit-box-shadow .25s ease, text-shadow .2s ease, opacity .2s ease; }
    .flex-nav-menu ul li a {
      transition: background-color .25s ease, color .5s ease, width .2s ease-out, -webkit-box-shadow .25s ease, text-shadow .2s ease, opacity .2s ease; }
    .flex-nav-menu ul li a:hover {
      color: #333;
      background-color: #f2f6ff;
      border-radius: 10px;
      padding-left: 21px;
      padding-right: 10px;
      text-decoration: none;
      margin-left: -21px; }

.flex-logo {
  flex-basis: 330px;
  -webkit-flex-basis: 330px; }

header.flex-container {
  width: 960px;
  background: #ffffff; }

.flex-menu {
  width: 240px;
  padding-left: 20px; }

footer.flex-container {
  justify-content: space-between; }

.flex-content {
  width: 680px; }

.row_main {
  flex-basis: 960px;
  -webkit-flex-basis: 960px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oregano", sans-serif;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, #sitetitle {
  font-weight: bold;
  letter-spacing: 0.05rem;
  clear: both; }

h1, #sitetitle {
  font-size: 35px;
  border-bottom: 1px solid black; }

#header h1, #sitetitle {
  font-size: 32px;
  border-bottom: none; }

header h1, #sitetitle {
  padding-top: 20px;
  line-height: 1;
  margin-bottom: 0px; }

h1 > a, #sitetitle > a {
  text-decoration: none;
  color: #000; }

h1.index_page {
  border-bottom: none; }

h2 {
  font-size: 28px;
  margin-top: 38px;
  border-bottom: 1px solid #ccc; }

h2.index_list {
  border-bottom: none; }

h3 {
  font-size: 20px;
  margin-top: 28px; }

h4 {
  font-size: 18px;
  margin-top: 28px; }

p + ul {
  margin-top: -1.5rem; }

li {
  margin-left: 50px;
  list-style: outside none circle; }

li.nobullets {
  list-style: outside none none; }

#logo {
  transition: all 0.2s ease 0s;
  width: 333px;
  height: auto;
  margin: 5px 0 0 5px;
  /*float: left;*/ }

a.logo {
  text-decoration: none;
  color: #000; }

#footer {
  margin-top: 10px;
  margin-bottom: 80px; }

.white_bg {
  background: #ffffff; }

.container {
  padding: 0 20px 0 20px; }

#menu_tagline {
  transition: all 0.2s ease 0s;
  margin-left: 10px;
  color: #808080; }

#header {
  padding: 0;
  border-top: solid 20px #EFEFEF;
  transition: all 0.2s ease 0s; }

div.menu > ul {
  list-style-type: none;
  margin-bottom: 10px; }

div.menu > ul > li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold; }

div.menu > ul > li > a {
  text-decoration: none;
  color: #333333; }

div.menu > ul > li > a:hover {
  color: #1eaedb; }

.align_right {
  float: right; }

.highlight {
  font-size: 12px; }

pre {
  overflow-x: auto;
  max-width: 80vw; }

div.highlight {
  margin: 10px 10px 30px 20px;
  padding: 10px 10px 10px 10px;
  background: #f2f6ff;
  /*width: 80%;*/
  border-style: dashed;
  border-color: #aaaaff;
  border-width: 1px; }

div.highlight > pre {
  font-family: "Source Code Pro",monospace;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 320; }

#main section.body img, #main aside.body img {
  width: 90%;
  height: auto; }

div.translation {
  float: right;
  font-size: 14px;
  color: #aaa; }

p {
  padding-left: 20px;
  /*    font-family: sans-serif;*/ }

ul li p {
  padding-left: unset; }
ul ul {
  font-size: unset; }

footer.post-info {
  margin-top: -15px;
  margin-left: 20px;
  font-style: italic;
  font-size: 11px; }

footer.post-info p {
  margin-bottom: 0px;
  padding-left: 0; }

footer.post-info-inline {
  margin-top: -15px;
  float: right;
  font-style: italic;
  font-size: 11px;
  text-align: right; }

#posts-list {
  list-style: inside none; }

a.external {
  color: #333; }

a.external:after {
  content: url(/theme/images/icons/Icon_External_Link.png);
  margin: 0 0 0 5px; }

div.index_page footer.post-info {
  margin-top: 0px; }

div.comments {
  border-top: 1px solid #000;
  margin-top: 100px; }

#footer img {
  margin-left: 5px;
  margin-bottom: 5px; }

a.readmore {
  clear: both;
  display: block; }

div.series {
  font-style: italic;
  line-height: 15px;
  color: #888; }

div.series > p {
  padding-left: 0;
  margin-bottom: 15px; }

div.series > ol > li {
  list-style: outside none decimal;
  margin-left: 30px; }

div.series a {
  color: #9eaedb; }

code {
  white-space: normal;
  font-family: "Source Code Pro";
  background: none;
  border: none; }

span.fine {
  letter-spacing: -0.2em; }

.flex-content nav ul {
  margin-top: 5.5rem;
  text-align: center; }
  .flex-content nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px; }
    .flex-content nav ul li a {
      text-decoration: none; }

section.other_articles {
  margin-top: 10rem;
  margin-bottom: 3rem; }
  section.other_articles hr {
    border-top: 2px solid black; }
  section.other_articles h1.index_page {
    color: #888;
    text-transform: uppercase;
    font-family: "Lato", sans-serif; }
  section.other_articles h2 {
    font-family: "Lato", sans-serif;
    font-size: 18px; }

h2.index_list {
  font-family: "Lato", sans-serif;
  font-size: 18px; }

.flex-pelican {
  color: #888; }
  .flex-pelican a {
    color: #888; }

@media (min-width: 1920px) {
  body {
    /*        flex-direction: column;*/
    align-items: center;
    width: 960px;
    margin-left: auto;
    margin-right: auto; }

  /*
      #header, #footer, #main {
          width: 960px;
      }
  */
  #footer {
    flex-basis: 2200px;
    -webkit-flex-basis: 2200px;
    justify-content: center; } }
/*
@media (min-width: 920px) {
    #header {
        transition: all 0.2s ease 0s;
        position: fixed; 
        top: 0px;
        z-index: 10;
    }

    div.menu {
        transition: all 0.2s ease 0s;
        float:left;
        margin-top: 140px;
    }

    .top_main {
        padding-top: 380px;
    }

    section.other_articles  section.index_list h2.index_list {
        font-size: 15px;
    }
    section.other_articles  section.index_list article.hentry {
        flex-basis: 250px;
        -webkit-flex-basis: 250px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom:30px;
    }

    section.other_articles  section.index_list {

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
}

*/
@media (min-width: 800px) and (max-width: 919px) {
  #logo {
    width: 200px; }

  #menu {
    margin-top: 60px; }

  header.flex-container {
    flex-direction: row;
    -webkit-flex-direction: row; }

  .flex-nav-menu {
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 800px;
    justify-content: space-around;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }

  .menu-python, .menu-blog {
    flex-basis: 40%;
    -webkit-flex-basis: 40%; }

  #main {
    flex-direction: column;
    -webkit-flex-direction: column; }

  a.logo h1, #menu_tagline, div.menu {
    margin-left: 120px;
    clear: right; }

  div.menu {
    margin-top: 140px; }

  div.menu > ul > li {
    margin-left: 0px;
    margin-right: 20px; }

  .flex-menu {
    flex-basis: 160px;
    -webkit-flex-basis: 160px; }

  pre {
    /*        width: 500px;*/ }

  .flex-content {
    width: auto;
    margin-left: 20px;
    margin-right: 20px; } }
@media (max-width: 799px) {
  body {
    margin-left: 10px;
    margin-right: 10px; }

  #extras {
    background: #ddd;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-left: 5px; }

  footer.post-info-inline {
    line-height: 3; }

  a + a {
    margin-left: 20px; }

  li a + li a {
    margin-top: 40px; }

  #extras:before {
    content: "Menu";
    font-size: 20px;
    margin-top: 28px; }

  #logo {
    width: 313px; }

  header.flex-container {
    flex-direction: column;
    -webkit-flex-direction: column; }

  #main {
    flex-direction: column;
    -webkit-flex-direction: column; }

  .flex-title, .flex-content, .flex-menu {
    padding-left: 5px;
    width: 90%; }

  .row_main {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    -webkit-flex-basis: 100%;
    -webkit-flex-shrink: 0;
    -webkit-flex-grow: 0; }

  pre {
    width: auto; }

  div.highlight {
    width: auto; }

  .menu-blog > ul > li, .menu-python > ul > li {
    margin-top: 30px; }

  .flex-menu {
    order: 2; } }
@media (max-width: 399px) {
  #main {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse; }

  pre {
    /*width: 300px;*/ }

  footer.post-info-inline {
    line-height: 3; }

  a + a {
    margin-left: 20px; }

  .menu-blog > ul > li, .menu-python > ul > li {
    margin-top: 30px; }

  .flex-menu {
    order: 2; } }
