@charset "UTF-8";
/*!
* Captain’s log - A responsive Jekyll theme.
* @author Masha Safina <safe@masha.space> (http://masha.space/)
* @link https://github.com/mashlo/captains-log
*/
@font-face {
  font-family: "AvenirNextRegular";
  src: url(asset_path("avenir-next/avenir-next-regular.eot"));
  /* IE9 Compat Modes */
  src: url(asset_path("avenir-next/avenir-next-regular.eot?#iefix")) format("embedded-opentype"), url(asset_path("avenir-next/avenir-next-regular.woff")) format("woff"), url(asset_path("avenir-next/avenir-next-regular.ttf")) format("truetype"), url(asset_path("avenir-next/avenir-next-regular.svg#svgFontName")) format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "AvenirNextBold";
  src: url(asset_path("avenir-next/avenir-next-bold.eot"));
  /* IE9 Compat Modes */
  src: url(asset_path("avenir-next/avenir-next-bold.eot?#iefix")) format("embedded-opentype"), url(asset_path("avenir-next/avenir-next-bold.woff")) format("woff"), url(asset_path("avenir-next/avenir-next-bold.ttf")) format("truetype"), url(asset_path("avenir-next/avenir-next-bold.svg#svgFontName")) format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "AvenirNextItalic";
  src: url(asset_path("avenir-next/avenir-next-italic.eot"));
  /* IE9 Compat Modes */
  src: url(asset_path("avenir-next/avenir-next-italic.eot?#iefix")) format("embedded-opentype"), url(asset_path("avenir-next/avenir-next-italic.woff")) format("woff"), url(asset_path("avenir-next/avenir-next-italic.ttf")) format("truetype"), url(asset_path("avenir-next/avenir-next-italic.svg#svgFontName")) format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "Fira Code Medium";
  src: url(asset_path("fira-code/FiraCode-Medium.eot"));
  /* IE9 Compat Modes */
  src: url(asset_path("fira-code/FiraCode-Medium.eot?#iefix")) format("embedded-opentype"), url(asset_path("fira-code/FiraCode-Medium.woff")) format("woff"), url(asset_path("fira-code/FiraCode-Medium.ttf")) format("truetype"), url(asset_path("fira-code/FiraCode-Medium.svg#svgFontName")) format("svg");
  /* Legacy iOS */ }
html,
body,
div,
span,
iframe,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html,
body {
  height: 100%; }

/* Box sizing overrides */
header,
div,
section,
aside,
main,
footer {
  box-sizing: border-box; }

body {
  font-family: "Avenir Next", -apple-system, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
nav,
.site-header {
  font-family: "Avenir Next", -apple-system, Helvetica, Arial, sans-serif;
  font-weight: 700; }

.site-header {
  line-height: 3; }

h1, h2, h3, h4, h5 {
  line-height: 1.1; }

h1 {
  font-size: 2.1rem;
  line-height: 1.2; }

h2 {
  font-size: 1.44rem; }

h3 {
  font-size: 1.30rem; }

h4 {
  font-size: 1.25rem;
  font-weight: 600; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

a {
  font-weight: 500; }

a.site-title {
  font-weight: 700;
  font-size: 22px; }

ol,
ul,
p {
  font-family: "Avenir Next", -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6; }

blockquote p {
  font-family: "Avenir Next", -apple-system, Helvetica, Arial, sans-serif;
  font-weight: 600; }

hr {
  width: 40px;
  height: 1px;
  border: none;
  margin: 3em auto 1.5em;
  background: #eeeeee; }

html {
  font-size: 18px; }

/* Basic styling */
body {
  color: #222222;
  background-color: #fff; }

/* Selection styling */
::selection {
  background: #222222;
  color: #fff; }

::-moz-selection {
  background: #222222;
  color: #fff; }

/* Images */
object,
iframe,
img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto; }

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

figcaption {
  font-size: 0.85rem; }

/* Lists */
ul, ol {
  margin-left: 1em; }

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

/* Links */
a {
  color: #222222;
  text-decoration: none; }
  a:hover {
    background-color: #3C454B;
    color: #fff;
    text-decoration: none; }
  a:focus {
    background-color: #222222; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

/* Blockquotes */
blockquote {
  color: #222222;
  font-size: 1.44rem;
  font-weight: 400;
  border-left: 4px solid #3C454B;
  padding-left: 1.4em;
  margin: 2em 2em 2em 1em; }
  blockquote p {
    font-size: inherit;
    font-weight: 400;
    padding: 0;
    color: #3C454B; }

/* Code formatting */
pre,
code {
  font-family: "Fira Code Medium", -apple-system-mono, monospace;
  font-size: 0.85rem;
  border-radius: 8px;
  background-color: #F9F9F9;
  color: #222222; }

code {
  padding: 1px 5px 2px; }

pre {
  padding: 1.5em 2em 2.5em;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/* Site wrapper */
.site-wrap {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding: 0 0 9.5em;
  z-index: 1; }

/* Wrapper */
.wrapper {
  max-width: 800px;
  margin: 0 auto; }

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

.site-header {
  position: relative;
  padding: 1em 0 4em; }

.site-title {
  padding: 1px 0;
  color: #222222; }

/* Nav */
.site-nav {
  float: right; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    display: inline;
    padding: 1px 0;
    margin-left: 1em; }
    .site-nav .page-link:hover {
      color: #fff; }

/* Site footer */
.site-footer {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .site-footer .wrapper {
    padding: 2em 0 4em;
    border-top: 1px solid #eeeeee; }

.social-media-list {
  font-family: "Avenir Next", -apple-system, Helvetica, Arial, sans-serif;
  list-style: none;
  margin-left: 0; }
  .social-media-list a {
    display: inline;
    margin: 0 1em 0 0;
    box-shadow: 0 3px 0 0 #222222; }
    .social-media-list a:hover {
      box-shadow: none; }

.footer-col-wrapper {
  color: #bbb; }

.footer-col {
  float: left;
  width: 50%; }
  .footer-col ul {
    margin: 0;
    padding: 0; }

.footer-col-1 {
  padding-right: 0.5em; }

.footer-col-2 {
  text-align: right;
  padding-left: 0.5em; }

/* Page content */
.page-content {
  padding: 1em 0; }

.page-heading {
  margin: 0 0 1em;
  text-transform: capitalize; }

/* Posts */
.post-header {
  margin: 0 0 0.5em; }

.post-title {
  color: #222222; }

.post-content p,
.post-content img,
.post-content figure {
  margin-bottom: 1.5em; }
.post-content p pre, .post-content p code {
  border-radius: 2px;
  font-size: 0.83rem; }
.post-content figure {
  margin-left: 0;
  margin-right: 0; }
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  padding-top: 1em;
  margin: 0 0 0.5em; }
.post-content h3 {
  font-weight: 600; }

.post-list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 1.5em; }

.post-meta {
  display: block;
  margin: 5px 0 0;
  font-family: "Avenir Next", -apple-system, Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  color: #bbb; }

.post-link {
  display: inline; }

/* Syntax highlighting styles */
.highlight {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* 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 */ }
  .highlight .c {
    color: #999988; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    color: #000000; }
  .highlight .o {
    color: #000000; }
  .highlight .cm {
    color: #999988; }
  .highlight .cp {
    color: #999999; }
  .highlight .c1 {
    color: #999988; }
  .highlight .cs {
    color: #999999; }
  .highlight .gd {
    color: #000000;
    background-color: #ffdddd; }
  .highlight .ge {
    color: #000000; }
  .highlight .gr {
    color: #aa0000; }
  .highlight .gh {
    color: #999999; }
  .highlight .gi {
    color: #000000;
    background-color: #ddffdd; }
  .highlight .go {
    color: #888888; }
  .highlight .gp {
    color: #555555; }
  .highlight .gu {
    color: #aaaaaa; }
  .highlight .gt {
    color: #aa0000; }
  .highlight .kc {
    color: #000000; }
  .highlight .kd {
    color: #000000; }
  .highlight .kn {
    color: #000000; }
  .highlight .kp {
    color: #000000; }
  .highlight .kr {
    color: #000000; }
  .highlight .kt {
    color: #445588; }
  .highlight .m {
    color: #009999; }
  .highlight .s {
    color: #d01040; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #445588; }
  .highlight .no {
    color: #008080; }
  .highlight .nd {
    color: #3c5d5d; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #990000; }
  .highlight .nf {
    color: #990000; }
  .highlight .nl {
    color: #990000; }
  .highlight .nn {
    color: #555555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    color: #000000; }
  .highlight .w {
    color: #bbbbbb; }
  .highlight .mf {
    color: #009999; }
  .highlight .mh {
    color: #009999; }
  .highlight .mi {
    color: #009999; }
  .highlight .mo {
    color: #009999; }
  .highlight .sb {
    color: #d01040; }
  .highlight .sc {
    color: #d01040; }
  .highlight .sd {
    color: #d01040; }
  .highlight .s2 {
    color: #d01040; }
  .highlight .se {
    color: #d01040; }
  .highlight .sh {
    color: #d01040; }
  .highlight .si {
    color: #d01040; }
  .highlight .sx {
    color: #d01040; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d01040; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #009999; }

@media only screen and (max-width: 860px) {
  html {
    font-size: 16px; }

  body {
    padding: 0 2em; }

  .site-wrap {
    padding: 0 0 14em; }

  .footer-col {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 2em;
    text-align: left; } }
