@font-face {
  font-family: "Lato";
  src: url('../fonts/Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato Bold";
  src: url('../fonts/Lato-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato Light";
  src: url('../fonts/Lato-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato Light", sans-serif;
  font-size: 16px;
  color: #494c4e;
  line-height: 28px;
}
a {
  font-family: "Lato", sans-serif;
  color: #525a81;
}
a:visited {
  font-family: "Lato", sans-serif;
  color: #696c84;
}
#nav {
  width: 100%;
  background-color: #525a81;
  text-align: center;
  text-decoration: none;
}
#nav div#nav-content {
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 932px) {
  #nav div#nav-content {
    width: auto;
  }
}
#nav div#nav-content > div {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#nav div#nav-content div#left a {
  text-decoration: none;
}
#nav div#nav-content div#left a div#name {
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -5px;
  padding: 0 10px;
  color: #34c0e2;
}
#nav div#nav-content div#left a div#name:visited {
  color: #34c0e2;
}
#nav div#nav-content div#left a div#name:hover {
  background-color: #696c84;
  color: #63d3ee;
}
#nav div#nav-content div#right {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav div#nav-content div#right > * {
  margin: 0 5px;
}
#nav div#nav-content div#right div.separator {
  width: 2px;
  height: 25px;
  background-color: #464e78;
}
#nav div#nav-content div#right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
#nav div#nav-content div#right a > div {
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #34c0e2;
}
#nav div#nav-content div#right a > div.active {
  background-color: #464e78;
  color: #2cb1d1;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
}
#nav div#nav-content div#right a > div.icon:hover {
  background-color: #696c84;
  color: #63d3ee;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
}
#container {
  background-color: #fcfcfd;
}
#container #content-container #content {
  width: 800px;
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 932px) {
  #container #content-container #content {
    width: auto;
  }
}
h1 {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  line-height: 40px;
  color: #2cb1d1;
  margin: 0;
}
h1 a {
  color: inherit;
  text-decoration: inherit;
}
h1 a:visited {
  color: inherit;
  text-decoration: inherit;
}
h2 {
  font-family: "Lato Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #6b739f;
  margin: 0;
}
h2 a {
  color: inherit;
  text-decoration: inherit;
}
h2 a:visited {
  color: inherit;
  text-decoration: inherit;
}
.larger-text {
  font-family: "Lato Light", sans-serif;
  font-size: 18px;
  color: #494c4e;
  line-height: 28px;
}
blockquote pre {
  white-space: pre-wrap;
}
.page {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.page .column {
  text-align: left;
  width: 50%;
  padding: 30px 10px;
  box-sizing: border-box;
}
@media (max-width: 932px) {
  .page .column {
    width: 100%;
  }
}
.post {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
  /* Make line numbers unselectable: excludes line numbers from copy-paste user ops */
  /* Mozilla specific */
  /* Other major browsers */
}
.post .headers {
  clear: both;
}
.post .headers:before,
.post .headers:after {
  clear: both;
  content: " ";
  visibility: hidden;
  display: block;
}
.post h1.title {
  font-size: 42px;
  float: left;
}
@media (max-width: 932px) {
  .post h1.title {
    float: none;
    display: block;
  }
}
.post h2 {
  margin: 15px 0;
}
.post span.date {
  font-size: 12px;
}
.post div.after-post-bar {
  border-bottom: 3px solid #2cb1d1;
  margin-bottom: 20px;
  width: 100%;
}
.post img,
.post video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.5);
}
.post div.photo-section {
  margin: 15px 0;
}
.post div.photo-section div.photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.post div.photo-section div.photos img,
.post div.photo-section div.photos video {
  margin: 2%;
  width: auto;
  height: 160px;
  display: inline-block;
}
@media (max-width: 932px) {
  .post div.photo-section div.photos img,
  .post div.photo-section div.photos video {
    width: 100%;
    height: 100%;
    margin: 10px 0;
  }
}
.post div.photo-section div.photos div.expanded-image {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
}
.post div.photo-section div.photos div.expanded-image div.expanded-image-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  height: 95%;
}
@media (max-width: 932px) {
  .post div.photo-section div.photos div.expanded-image div.expanded-image-container {
    flex-direction: column;
  }
}
.post div.photo-section div.photos div.expanded-image div.expanded-image-container div.expanded-image-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 3;
}
.post div.photo-section div.photos div.expanded-image div.expanded-image-container div.expanded-image-image img,
.post div.photo-section div.photos div.expanded-image div.expanded-image-container div.expanded-image-image video {
  border: 0;
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.5);
  object-fit: cover;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.post div.photo-section div.photos div.expanded-image div.expanded-image-container div.expanded-image-image p {
  flex: 0;
}
.post div.photo-section div.photos div.expanded-image div.expanded-image-container button.expanded-image-prior-image,
.post div.photo-section div.photos div.expanded-image div.expanded-image-container button.expanded-image-next-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  width: 30px;
  margin: 10px;
}
@media (max-width: 932px) {
  .post div.photo-section div.photos div.expanded-image div.expanded-image-container button.expanded-image-prior-image,
  .post div.photo-section div.photos div.expanded-image div.expanded-image-container button.expanded-image-next-image {
    display: none;
  }
}
.post div.photo-section div.photos div.expanded-image div.expanded-image-container p {
  flex: 1;
  align-self: center;
  margin: 0 10px;
}
.post div.photo-section.header div.photos img,
.post div.photo-section.header div.photos video {
  width: auto;
  height: auto;
}
.post .highlight {
  margin: 1em 40px;
}
.post .highlight .lineno {
  color: #ccc;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ccc;
}
.post .highlight pre code {
  display: block;
  white-space: pre;
  overflow-x: auto;
  word-wrap: normal;
}
.post .highlight {
  background: #ffffff;
}
.post .highlight .c {
  color: #999988;
  font-style: italic;
}
.post .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.post .highlight .k {
  font-weight: bold;
}
.post .highlight .o {
  font-weight: bold;
}
.post .highlight .cm {
  color: #999988;
  font-style: italic;
}
.post .highlight .cp {
  color: #999999;
  font-weight: bold;
}
.post .highlight .c1 {
  color: #999988;
  font-style: italic;
}
.post .highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.post .highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
.post .highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}
.post .highlight .ge {
  font-style: italic;
}
.post .highlight .gr {
  color: #aa0000;
}
.post .highlight .gh {
  color: #999999;
}
.post .highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
.post .highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}
.post .highlight .go {
  color: #888888;
}
.post .highlight .gp {
  color: #555555;
}
.post .highlight .gs {
  font-weight: bold;
}
.post .highlight .gu {
  color: #aaaaaa;
}
.post .highlight .gt {
  color: #aa0000;
}
.post .highlight .kc {
  font-weight: bold;
}
.post .highlight .kd {
  font-weight: bold;
}
.post .highlight .kp {
  font-weight: bold;
}
.post .highlight .kr {
  font-weight: bold;
}
.post .highlight .kt {
  color: #445588;
  font-weight: bold;
}
.post .highlight .m {
  color: #009999;
}
.post .highlight .s {
  color: #d14;
}
.post .highlight .na {
  color: #008080;
}
.post .highlight .nb {
  color: #0086B3;
}
.post .highlight .nc {
  color: #445588;
  font-weight: bold;
}
.post .highlight .no {
  color: #008080;
}
.post .highlight .ni {
  color: #800080;
}
.post .highlight .ne {
  color: #990000;
  font-weight: bold;
}
.post .highlight .nf {
  color: #990000;
  font-weight: bold;
}
.post .highlight .nn {
  color: #555555;
}
.post .highlight .nt {
  color: #000080;
}
.post .highlight .nv {
  color: #008080;
}
.post .highlight .ow {
  font-weight: bold;
}
.post .highlight .w {
  color: #bbbbbb;
}
.post .highlight .mf {
  color: #009999;
}
.post .highlight .mh {
  color: #009999;
}
.post .highlight .mi {
  color: #009999;
}
.post .highlight .mo {
  color: #009999;
}
.post .highlight .sb {
  color: #d14;
}
.post .highlight .sc {
  color: #d14;
}
.post .highlight .sd {
  color: #d14;
}
.post .highlight .s2 {
  color: #d14;
}
.post .highlight .se {
  color: #d14;
}
.post .highlight .sh {
  color: #d14;
}
.post .highlight .si {
  color: #d14;
}
.post .highlight .sx {
  color: #d14;
}
.post .highlight .sr {
  color: #009926;
}
.post .highlight .s1 {
  color: #d14;
}
.post .highlight .ss {
  color: #990073;
}
.post .highlight .bp {
  color: #999999;
}
.post .highlight .vc {
  color: #008080;
}
.post .highlight .vg {
  color: #008080;
}
.post .highlight .vi {
  color: #008080;
}
.post .highlight .il {
  color: #009999;
}
.post .highlight .lineno {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}
.post .lineno::-moz-selection {
  background-color: transparent;
}
.post .lineno::selection {
  background-color: transparent;
}
