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,
table, caption, tbody, tfoot, thead, tr, th, td,
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Nitti';
  src: url("fonts/NittiPX-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nitti';
  src: url("fonts/NittiPX-LightItalic.ttf");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Nitti';
  src: url("fonts/NittiPX-Bold.ttf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Nitti';
  src: url("fonts/NittiPX-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }
html {
  font-family: 'Nitti', Arial, sans-serif; }

html {
  background-color: #232323;
  font-size: 19px; }
  html * {
    color: #c2c2c2; }

@media (max-width: 30rem) {
  html {
    font-size: 17px; } }
em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  text-decoration: underline; }
  a:hover {
    opacity: 0.8; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1rem;
  font-weight: bold; }

ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0.8em 0; }

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1rem;
  margin: 0.8em 0;
  padding-left: 0.9rem; }

ul ul, ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 2rem; }

ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 1rem; }

ul li, ol li {
  list-style-position: outside;
  margin-left: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem; }

blockquote {
  padding-left: 1rem;
  border-left: 4px solid #717171;
  margin: 2rem 0; }

.nowrap {
  white-space: no-wrap; }

.buttons-group {
  text-align: center;
  margin: 2rem 0; }

.button {
  fonts-size: larger;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  border: 1px solid #FF8600;
  color: #FF8600;
  text-decoration: none; }
  .button:hover {
    background-color: #2E2E2E;
    opacity: 1; }

.content {
  max-width: 32em;
  margin: 0 auto;
  padding: 2rem 1rem; }

img {
  max-width: 100%;
  display: block;
  margin: 2rem auto; }

p {
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1 {
  margin: 1.8rem 0 2.2rem 0; }

h1:first-child {
  margin-top: 0rem; }

h1:not(:first-child) {
  margin-top: 2rem; }

h2, h3, h4 {
  margin: 2rem 0 1.6rem 0; }

p, ul li, ol li {
  line-height: 1.3rem; }

header {
  padding: 3rem 0; }
  header .site-title {
    font-size: 2.5rem;
    text-decoration: none;
    color: #ffffff; }
  header nav {
    margin-top: 1rem;
    text-align: right;
    float: right; }
    header nav a {
      color: #FF8600;
      text-decoration: none; }

.list-of-posts ul {
  list-style-type: none; }
.list-of-posts li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-left: 0;
  margin-top: 1.1rem; }
.list-of-posts .title {
  flex: 0.9;
  align-self: auto; }
  .list-of-posts .title a {
    text-decoration: none; }
.list-of-posts .date {
  align-self: auto;
  flex: 0.2;
  color: #717171;
  text-align: right; }
.list-of-posts .post-date {
  float: right; }

.date-tag {
  color: #717171; }

.post-meta {
  text-align: left;
  color: #717171; }

table {
  margin: 2rem auto; }
  table th, table td {
    border: 1px solid #717171;
    padding: 0.5rem; }
  table thead {
    font-weight: bold; }
    table thead th {
      color: #717171; }

pre {
  font-family: 'Inconsolata', monospace;
  overflow-x: auto;
  background-color: #2E2E2E;
  font-size: 16px;
  padding: 1.5rem 1rem;
  line-height: 1.11; }

@media (max-width: 30rem) {
  pre {
    font-size: 14px; } }
code {
  font-family: 'Inconsolata', monospace;
  color: #c2c2c2;
  background-color: #2E2E2E; }

pre.highlight,
.highlight pre {
  background-color: #2E2E2E; }

.highlight .hll {
  background-color: #22282A; }

.highlight .c {
  color: #99AA8A; }

/* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010; }

/* Error */
.highlight .k {
  color: #93C763; }

/* Keyword */
.highlight .l {
  color: #ae81ff; }

/* Literal */
.highlight .n {
  color: #F1F2F3; }

/* Name */
.highlight .o {
  color: #E8E2B7; }

/* Operator */
.highlight .p {
  color: #F1F2F3; }

/* Punctuation */
.highlight .ch {
  color: #99AA8A; }

/* Comment.Hashbang */
.highlight .cm {
  color: #99AA8A; }

/* Comment.Multiline */
.highlight .cp {
  color: #99AA8A; }

/* Comment.Preproc */
.highlight .cpf {
  color: #99AA8A; }

/* Comment.PreprocFile */
.highlight .c1 {
  color: #99AA8A; }

/* Comment.Single */
.highlight .cs {
  color: #99AA8A; }

/* Comment.Special */
.highlight .gd {
  color: #E8E2B7; }

/* Generic.Deleted */
.highlight .ge {
  font-style: italic; }

/* Generic.Emph */
.highlight .gi {
  color: #678CB1; }

/* Generic.Inserted */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #99AA8A; }

/* Generic.Subheading */
.highlight .kc {
  color: #93C763; }

/* Keyword.Constant */
.highlight .kd {
  color: #93C763; }

/* Keyword.Declaration */
.highlight .kn {
  color: #E8E2B7; }

/* Keyword.Namespace */
.highlight .kp {
  color: #93C763; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #93C763; }

/* Keyword.Reserved */
.highlight .kt {
  color: #83D8E1; }

/* Keyword.Type */
.highlight .ld {
  color: #EC7600; }

/* Literal.Date */
.highlight .m {
  color: #FFCD22; }

/* Literal.Number */
.highlight .s {
  color: #EC7600; }

/* Literal.String */
.highlight .na {
  color: #678CB1; }

/* Name.Attribute */
.highlight .nb {
  color: #F1F2F3; }

/* Name.Builtin */
.highlight .nc {
  color: #678CB1; }

/* Name.Class */
.highlight .no {
  color: #93C763; }

/* Name.Constant */
.highlight .nd {
  color: #678CB1; }

/* Name.Decorator */
.highlight .ni {
  color: #F1F2F3; }

/* Name.Entity */
.highlight .ne {
  color: #678CB1; }

/* Name.Exception */
.highlight .nf {
  color: #678CB1; }

/* Name.Function */
.highlight .nl {
  color: #F1F2F3; }

/* Name.Label */
.highlight .nn {
  color: #F1F2F3; }

/* Name.Namespace */
.highlight .nx {
  color: #678CB1; }

/* Name.Other */
.highlight .py {
  color: #F1F2F3; }

/* Name.Property */
.highlight .nt {
  color: #E8E2B7; }

/* Name.Tag */
.highlight .nv {
  color: #F1F2F3; }

/* Name.Variable */
.highlight .ow {
  color: #E8E2B7; }

/* Operator.Word */
.highlight .w {
  color: #F1F2F3; }

/* Text.Whitespace */
.highlight .mb {
  color: #FFCD22; }

/* Literal.Number.Bin */
.highlight .mf {
  color: #FFCD22; }

/* Literal.Number.Float */
.highlight .mh {
  color: #FFCD22; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #FFCD22; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #FFCD22; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #EC7600; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #EC7600; }

/* Literal.String.Char */
.highlight .sd {
  color: #EC7600; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #EC7600; }

/* Literal.String.Double */
.highlight .se {
  color: #ae81ff; }

/* Literal.String.Escape */
.highlight .sh {
  color: #EC7600; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #EC7600; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #EC7600; }

/* Literal.String.Other */
.highlight .sr {
  color: #EC7600; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #EC7600; }

/* Literal.String.Single */
.highlight .ss {
  color: #EC7600; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #F1F2F3; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #F1F2F3; }

/* Name.Variable.Class */
.highlight .vg {
  color: #F1F2F3; }

/* Name.Variable.Global */
.highlight .vi {
  color: #F1F2F3; }

/* Name.Variable.Instance */
.highlight .il {
  color: #FFCD22; }

/* Literal.Number.Integer.Long */
.reading-list .book {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  padding: 1rem 0;
  border-top: 1px solid #717171;
  font-size: 0.8rem; }
  .reading-list .book h3 {
    font-size: 0.9rem;
    margin-top: 0; }
    .reading-list .book h3 a {
      text-decoration: none; }
  .reading-list .book .cover {
    flex: 0.2;
    align-self: auto; }
    .reading-list .book .cover img {
      display: inline;
      margin: 0;
      max-width: 80px; }
      @media (max-width: 30rem) {
        .reading-list .book .cover img {
          max-width: 50px; } }
  .reading-list .book .metadata {
    flex: 0.8;
    align-self: auto; }
.reading-list dl dd {
  display: inline;
  margin: 0; }
.reading-list dl dd:after {
  display: block;
  content: ''; }
.reading-list dl dt {
  display: inline-block;
  min-width: 100px; }
.reading-list p {
  margin: 0.5rem 0; }
