@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: 'AkkuratPro';
  src: url("./fonts/akkurat_pro_regular.otf"); }
@font-face {
  font-style: italic;
  font-weight: 400;
  font-family: 'AkkuratPro';
  src: url("./fonts/akkurat_pro_italic.otf"); }
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: 'AkkuratPro';
  src: url("./fonts/akkurat_pro_bold.otf"); }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 18px/1.5 AkkuratPro, Helvetica, Arial, sans-serif;
  color: #555C6A;
  background-color: #fdfdfd;
  -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; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

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

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 15.75px; }

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

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #2E3544; }

/**
 * Links
 */
a {
  color: #4C7AF1;
  text-decoration: none; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border-radius: 3px; }

pre {
  padding: 25px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Clearfix
 */
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.g-wrapper {
  width: 100%;
  position: relative;
  overflow-x: visible; }

.site-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .site-header {
      padding: 10px; } }

.navigation {
  display: flex;
  margin-right: 45px; }
  @media (max-width: 767px) {
    .navigation {
      max-width: 60%;
      margin-right: 4%; } }

.navigation-item {
  padding: 10px;
  color: #1FB8A1;
  font-size: 15px; }
  @media (max-width: 767px) {
    .navigation-item {
      padding-right: 5px;
      font-size: 13px; } }

.site-logo {
  background-image: url("/assets/logo.svg");
  background-repeat: no-repeat;
  background-size: 136px 32px;
  width: 136px;
  height: 32px;
  display: inline-block;
  margin-left: 45px; }
  @media (max-width: 767px) {
    .site-logo {
      background-size: 102px 24px;
      width: 102px;
      height: 24px;
      margin-left: 4%; } }

.site-title {
  text-align: center;
  margin-bottom: 60px;
  color: #323439; }
  .site-title > img {
    margin-bottom: 25px; }

.site-subtitle {
  color: #555C6A; }

.height-wrap {
  min-height: calc(100vh - 147px);
  border-top: 4px solid #1FB8A1;
  width: 100%; }

/**
 * Post excerpts
 */
.post-excerpt .info {
  font-size: 16px;
  color: #8AA0BB; }

.tag-in-excerpt {
  color: #1FB8A1; }

/**
 * Posts
 */
.post-info {
  color: #8AA0BB;
  font-size: 16px;
  margin-bottom: 20px; }

.g-article {
  margin-bottom: 30px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 36px 0;
  background-color: #f6f6f6;
  margin-top: 50px; }
  .site-footer .footer-wrap {
    position: relative; }

.footer-links {
  margin-left: 5%; }
  .footer-links a {
    color: rgba(1, 1, 1, 0.8);
    font-weight: 500;
    margin-right: 30px;
    font-size: 14px; }

.footer-copyright {
  position: absolute;
  right: 10%;
  bottom: 0;
  color: rgba(1, 1, 1, 0.6);
  font-size: 12px; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

/**
 * Page content
 */
.page-content {
  width: 720px;
  margin: auto auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-content {
      width: 70%; } }
  @media (max-width: 767px) {
    .page-content {
      width: 85%; } }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }

.post-list-item {
  border-top: 1px solid #E9EEF4;
  padding: 35px 0 35px 0; }

.post-meta {
  font-size: 15.75px;
  color: #828282;
  line-height: 1.6em; }
  .post-meta .userpic {
    margin-bottom: 20px; }

.post-link {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -.2px;
  color: #2E3544; }

a.post-link {
  display: inline;
  color: #323439;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -.17px; }
  a.post-link::visited {
    color: #303030; }

/**
 * Posts
 */
.userpic {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%; }

.userpic-double .userpic:nth-child(2) {
  position: relative;
  left: -20px; }

.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
  .post-content h3 {
    font-size: 26px; }
  .post-content h4 {
    font-size: 20px; }

.share-buttons {
  margin-bottom: 30px; }

iframe {
  position: relative;
  height: 410px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    iframe {
      height: 300px; } }
  @media (max-width: 767px) {
    iframe {
      height: 200px; } }

/**
 * Topics
 */
.topics-header h1 {
  font-size: 32px;
  color: #323439;
  letter-spacing: -0.2px;
  line-height: 40px;
  margin-bottom: 37px; }

.topics-content h2 {
  font-size: 16px;
  color: #323439;
  letter-spacing: -0.2px;
  line-height: 40px;
  margin-top: 20px; }
.topics-content a {
  font-size: 18px;
  color: #15C39A;
  letter-spacing: 0;
  line-height: 40px; }
.topics-content .all_tags {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #E9EEF4;
  border-bottom: 1px solid #E9EEF4; }
.topics-content .date {
  float: right;
  color: #959DA9; }
.topics-content .tag {
  background: #15C39A;
  color: white;
  display: inline-block;
  padding: 8px 10px 0px 10px;
  margin-top: 10px;
  margin-left: 4px;
  border-radius: 3px;
  word-spacing: 4px; }
.topics-content .tag a {
  color: white; }

.typo {
  font-size: 16px;
  line-height: 1.6;
  color: #555C6A; }
  .typo table {
    border-spacing: 0;
    margin-bottom: 40px; }
    .typo table tbody > tr:first-child > td {
      padding-top: 5px; }
  .typo td, .typo th {
    vertical-align: top;
    padding-right: 10px; }
  .typo td pre {
    height: 100%; }
  .typo th {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.01em;
    padding-bottom: 5px; }
  .typo .table-list td {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1); }
  .typo .monospace td {
    font-family: monospace; }
  .typo .monospace th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .typo .hover tr:hover td {
    background-color: rgba(0, 0, 0, 0.08); }
  .typo h2 {
    margin-top: 1.5em;
    margin-bottom: 0.4em; }
  .typo h1 {
    margin-top: 2em;
    font-size: 1.7em; }
  .typo h1 + h2 {
    margin-top: 0; }
  .typo h3 {
    margin-top: 1.3em;
    margin-bottom: 0.4em; }

.post-note {
  margin-top: 30px;
  background-color: rgba(233, 247, 243, 0.64);
  border-radius: 3px;
  padding: 20px 20px; }
  .post-note .highlighter-rouge {
    background-color: #d7f2ea; }

code.highlighter-rouge {
  background-color: rgba(231, 233, 238, 0.37);
  padding: 1px 8px; }

.post-page .excerpt_only {
  display: none; }

/**
 * Syntax highlighting styles
 */
.highlighter-rouge {
  color: #0086B3; }

.highlight {
  background: #F8F9FB;
  color: #555C6A; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
