@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/lora-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lora"), local("Lora-Regular"), url("/fonts/lora-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lora-v9-latin-regular.woff2") format("woff2"), url("/fonts/lora-v9-latin-regular.woff") format("woff"), url("/fonts/lora-v9-latin-regular.ttf") format("truetype"), url("/fonts/lora-v9-latin-regular.svg#Lora") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/source-code-pro-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Code Pro"), local("SourceCodePro-Regular"), url("/fonts/source-code-pro-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/source-code-pro-v6-latin-regular.woff2") format("woff2"), url("/fonts/source-code-pro-v6-latin-regular.woff") format("woff"), url("/fonts/source-code-pro-v6-latin-regular.ttf") format("truetype"), url("/fonts/source-code-pro-v6-latin-regular.svg#SourceCodePro") format("svg");
  /* Legacy iOS */ }
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 400 18px/1.5 "Lora", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  max-width: 1200px;
  padding-left: 90px;
  padding-right: 90px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1200px) {
    body {
      padding-left: 90px;
      padding-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
      max-width: 900px; } }
  @media screen and (max-width: 600px) {
    body {
      margin-left: 4px;
      margin-right: 4px;
      padding-left: 0px;
      padding-right: 4px;
      font-size: 16px; } }

.headerimage {
  width: 640px;
  max-width: 100%;
  display: block;
  margin: auto; }

.episode {
  width: 560px;
  max-width: 100%;
  display: block;
  margin: auto; }

header {
  font-size: 26px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  min-height: 58px; }

.site-footer {
  border-top: 1px solid black;
  font-size: 14px;
  clear: both; }

.footer-links {
  display: flex; }

.footer-links a {
  display: block;
  margin-right: 15px; }

.author-footer {
  clear: both;
  display: flex; }
  @media screen and (max-width: 600px) {
    .author-footer {
      flex-direction: column; } }

.author {
  width: 100%; }

.related-posts {
  width: 100%;
  display: block; }

.recommendation {
  display: flex; }

.recommendation-image {
  max-width: 150px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline; }

a {
  color: #424242; }

a:visited {
  color: #424242; }

header a {
  color: #424242;
  text-decoration: none; }

header a:visited {
  color: #424242; }

img {
  max-width: 100%;
  vertical-align: middle; }

h1 {
  font-weight: 400; }

p {
  margin-bottom: 15px; }

figure {
  text-align: center;
  float: left;
  margin-left: -80px;
  margin-right: 15px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  filter: drop-shadow(2px 2px 2px);
  background-color: white; }
  @media screen and (max-width: 600px) {
    figure {
      width: 100%;
      float: none;
      margin-left: 5px;
      margin-right: 5px; } }

figcaption {
  color: #424242; }

.docpagewrap {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 600px) {
    .docpagewrap {
      margin-left: 5px;
      margin-right: 5px; } }

.vid-figure {
  width: 580px;
  float: left;
  margin-left: 0px; }

.doc-figure {
  text-align: center;
  float: left;
  margin-left: -80px;
  margin-right: 15px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  filter: drop-shadow(2px 2px 2px);
  background-color: white;
  max-width: 700px; }
  @media screen and (max-width: 1200px) {
    .doc-figure {
      max-width: 580px;
      margin-left: 5px; } }
  @media screen and (max-width: 600px) {
    .doc-figure {
      width: 100%;
      float: none;
      margin-left: 5px;
      margin-right: 5px; } }

aside {
  float: right;
  margin-right: -30px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  width: 34%;
  font-size: 14px;
  background-color: white;
  filter: drop-shadow(2px 2px 2px); }
  @media screen and (max-width: 600px) {
    aside {
      width: 100%;
      float: none;
      margin-right: 0px;
      font-size: 16px; } }

.author img {
  margin-left: 0px;
  margin-right: 15px;
  float: left; }

ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

.menu-icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .menu-icon > svg path {
    fill: #828282; }

.site-nav {
  font-size: 26px;
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav a {
    color: black;
    line-height: 1.5; }
  @media screen and (max-width: 1200px) {
    .site-nav {
      font-size: 22px; } }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 45px;
      right: 15px;
      border: 1px solid #828282;
      border-radius: 5px;
      text-align: right;
      background-color: white;
      opacity: 0.95;
      filter: drop-shadow(2px 2px 2px); }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        line-height: 0;
        padding-top: 7px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #828282; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

th {
  text-align: left; }

th, td {
  padding: 5px; }

tbody tr:nth-child(even) {
  background-color: #c4b068; }

tbody tr:nth-child(odd) {
  background-color: #ede3c0; }

thead {
  background-color: #053d1a;
  color: white; }

table {
  margin-bottom: 15px; }

.cli {
  font: 400 18px/1.5 "Source Code Pro", monospace; }

.blog-preview {
  float: left;
  display: block;
  max-width: 45%; }

.blog-preview2 {
  float: right;
  display: block;
  max-width: 45%; }

.section {
  float: left;
  clear: both; }
  @media screen and (max-width: 600px) {
    .section {
      width: 100%;
      float: none;
      margin-left: 5px;
      margin-right: 5px; } }

.section iframe {
  margin-left: -90px;
  float: left;
  display: inline;
  margin-bottom: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 600px) {
    .section iframe {
      width: 100%;
      float: none;
      margin-left: 5px;
      margin-right: 5px; } }

.section p {
  margin-right: -90px; }
  @media screen and (max-width: 1200px) {
    .section p {
      margin-right: -30px; } }
  @media screen and (max-width: 600px) {
    .section p {
      width: 100%;
      float: none;
      margin-left: 5px;
      margin-right: 5px; } }

section {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1200px) {
    section {
      width: 45%; } }
  @media screen and (max-width: 600px) {
    section {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; } }

.docwrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 600px) {
    .docwrapper {
      margin-left: 5px;
      margin-right: 5px; } }

.docarticle {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 1200px) {
    .docarticle {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .docarticle {
      width: 100%; } }

.foot-wrap {
  display: flex; }

.foot-wrap footer {
  margin-left: 15px;
  flex-grow: 1; }

.quote {
  font: 400 18px/1.5 "Source Code Pro", monospace;
  margin-left: 30px; }

.post-columns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px; }

.post-card {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 1200px) {
    .post-card {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .post-card {
      width: 100%; } }

.post-head {
  width: 100%;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em; }

.post-card p {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.continue-link {
  float: right; }

.episodenav {
  display: flex;
  list-style-type: none;
  margin: 5px auto;
  justify-content: center; }

.episodenav li {
  margin: 5px; }

.illustrated-paragraph {
  display: block;
  clear: both; }

.illustrated-paragraph img {
  float: left;
  margin-right: 5px; }
  @media screen and (max-width: 600px) {
    .illustrated-paragraph img {
      width: 100%;
      float: none;
      margin-left: 5px;
      margin-right: 5px; } }

.documented-figure {
  display: flex; }
