@charset "UTF-8";
/* --- Settings: --- */
/* --- Simple, mobile-first media queries: ---

Usage:

@include media-query($screen-m) {
    .wrapper {
        padding-right: $padding / 2;
        padding-left: $padding / 2;
    }
}
*/
/* --- Import partials/components: --- */
@font-face {
  font-family: 'fira-sans';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("/assets/fira/firasans-light-webfont.woff") format("woff2"), url("/assets/fira/firasans-light-webfont.woff2") format("woff"); }
@font-face {
  font-family: 'fira-sans';
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  src: url("/assets/fira/firasans-lightitalic-webfont.woff") format("woff2"), url("/assets/fira/firasans-lightitalic-webfont.woff2") format("woff"); }
@font-face {
  font-family: 'fira-sans';
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  src: url("/assets/fira/firasans-medium-webfont.woff") format("woff2"), url("/assets/fira/firasans-medium-webfont.woff2") format("woff"); }
@font-face {
  font-family: 'fira-mono';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("/assets/fira/firamono-regular-webfont.woff") format("woff2"), url("/assets/fira/firamono-regular-webfont.woff2") format("woff"); }
/**
 * apply a natural box layout model to all elements, but allowing components to change
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/**
 * 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-family: "fira-mono", monospace;
  font-size: 20px;
  line-height: 1.6;
  color: #040404;
  -webkit-text-size-adjust: 100%; }

/**
 * 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: 16px; }

/**
 * Lists
 */
ul,
ol {
  margin: 0 0 30px 30px;
  padding: 0; }

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

/**
 * Headings
 */
h1 {
  color: #1f9f76;
  margin: 0;
  font-size: 24px;
  font-weight: bold; }

h2 {
  margin: 30px 0 0 0;
  font-size: 24px;
  font-weight: bold; }

h3,
h4,
h5,
h6 {
  margin: 2em 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal; }

/**
 * Paragraphs
 */
p {
  margin: 0 0 1.2em 0; }

/**
 * Links
 */
a {
  color: #1f9f76;
  font-weight: normal;
  text-decoration: none;
  padding: 0.02em 0; }
  a:hover, a:active, a:focus {
    color: #177456;
    border-bottom: 2px solid #177456; }

/**
 * Blockquotes
 */
blockquote {
  border-left: 4px solid #1f9f76;
  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;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Clearfix
 */
html {
  background-color: #1f9f76;
  margin: 0;
  height: 100vh; }

body {
  margin: 0;
  height: 100%;
  border-top: 3px solid #1f9f76; }

.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  background-clip: padding-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-clip: padding-box; }

.content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: white; }

.container, .projects__item {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

.main {
  padding: 0 30px;
  font-family: "fira-sans", Helvetica, sans-serif; }
  .main a {
    font-weight: bold; }
  @media screen and (min-width: 720px) {
    .main {
      display: block;
      float: left;
      width: 62%;
      padding: 30px; } }
  @media screen and (min-width: 1140px) {
    .main {
      padding-bottom: 60px; }
      .main.main--featured {
        font-size: 24px; } }

@media screen and (min-width: 1140px) {
  .main--listing {
    width: 66%; } }
.main--listing dl {
  overflow: hidden;
  padding-top: 15px; }
.main--listing dt {
  display: block;
  font-size: 20px;
  padding-top: 30px;
  border-top: 1px solid black; }
  @media screen and (min-width: 1140px) {
    .main--listing dt {
      width: 25%;
      padding-top: 15px;
      float: left;
      clear: both; } }
.main--listing dd {
  display: block;
  padding-bottom: 15px; }
  @media screen and (min-width: 1140px) {
    .main--listing dd {
      width: 70%;
      float: right;
      margin-left: 5%;
      padding: 15px 0;
      border-top: 1px solid black; } }
.main--listing h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold; }
.main--listing p {
  margin: 0; }
.main--listing ul {
  padding: 15px 0 0 0; }
  @media screen and (min-width: 1140px) {
    .main--listing ul {
      margin: 0; } }

.main__title {
  margin: -15px 0 15px 0;
  color: #1f9f76; }

.projects__listing {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .projects__listing > li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dadada; }
  .projects__listing > li:nth-child(odd) {
    background: #f5f5f5; }

.projects__item {
  padding: 0 30px;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .projects__item {
      padding-top: 90px; } }

.projects__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #040404;
  font-family: "fira-sans", Helvetica, sans-serif;
  font-weight: bold; }

.projects__more {
  background: #c9f4e6;
  padding: 30px;
  text-align: center; }
  .projects__more a {
    display: inline-block;
    padding: 10px 30px;
    background: #1f9f76;
    color: white;
    text-decoration: none;
    border-radius: 5px; }
  .projects__more a:hover,
  .projects__more a:focus,
  .projects__more a:active {
    background: #177456;
    border: none; }

.projects__screenshot {
  margin: 0;
  padding: 0; }
  .projects__screenshot > img {
    padding-top: 25px;
    border: 1px solid #adadad;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.75);
    background-color: #dadada;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53 15"><circle fill="#9B9B9B" stroke="#878787" stroke-miterlimit="10" cx="7.5" cy="7.4" r="6.6"/><circle fill="#9B9B9B" stroke="#878787" stroke-miterlimit="10" cx="26.3" cy="7.4" r="6.6"/><circle fill="#9B9B9B" stroke="#878787" stroke-miterlimit="10" cx="45.2" cy="7.4" r="6.6"/></svg>'); }
    @media screen and (min-width: 960px) {
      .projects__screenshot > img {
        display: block;
        width: 60%;
        float: left; }
        li:nth-child(odd) .projects__screenshot > img {
          float: right; } }
  .projects__screenshot > figcaption {
    color: #676767;
    margin: 20px 0; }
    .projects__screenshot > figcaption > p {
      margin-bottom: 15px;
      font-family: "fira-sans", Helvetica, sans-serif; }
    @media screen and (min-width: 960px) {
      .projects__screenshot > figcaption {
        display: block;
        width: 40%;
        float: right;
        padding-left: 30px; }
        li:nth-child(odd) .projects__screenshot > figcaption {
          float: left;
          padding-left: 0;
          padding-right: 30px; } }

.projects__link {
  color: #1f9f76;
  font-weight: normal; }
  .projects__link:before {
    content: "→";
    padding-right: 0.6em; }
  .projects__link:hover, .projects__link:focus, .projects__link:active {
    color: #177456;
    border-bottom: 2px solid #177456; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .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; }

.navigation {
  position: relative;
  padding: 30px; }
  @media screen and (min-width: 720px) {
    .navigation {
      top: 20px; } }
  @media screen and (min-width: 1140px) {
    .navigation {
      padding: 60px 30px; } }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
  .navigation li {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    padding: 0.1em 0;
    cursor: default; }
    .navigation li:before {
      content: '/';
      font-size: .75em;
      color: #676767; }

.navigation--home .navigation__link--home,
.navigation--projects .navigation__link--projects,
.navigation--speaking .navigation__link--speaking {
  color: #040404; }
  .navigation--home .navigation__link--home:hover,
  .navigation--projects .navigation__link--projects:hover,
  .navigation--speaking .navigation__link--speaking:hover {
    border-color: #040404; }

.navigation__title {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 16px; }
  .navigation__title:before {
    content: '→';
    padding-right: .3em;
    color: #1f9f76; }
    @media screen and (min-width: 1140px) {
      .navigation__title:before {
        position: absolute;
        left: -1.2em; } }

.navigation__initials {
  display: inline; }
  @media screen and (min-width: 720px) {
    .navigation__initials {
      display: none; } }

.navigation__full-name {
  display: none; }
  @media screen and (min-width: 720px) {
    .navigation__full-name {
      display: inline; } }

.sidebar {
  padding: 0.5em 30px;
  margin: 0;
  display: block;
  font-size: 16px; }
  @media screen and (min-width: 720px) {
    .sidebar {
      float: right;
      width: 38%; } }
  @media screen and (min-width: 960px) {
    .sidebar {
      padding-left: 60px; } }
  @media screen and (min-width: 1140px) {
    .sidebar {
      width: 33%; } }

.sidebar__navigation {
  margin-bottom: 60px; }
  .sidebar__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar__navigation li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.45em 0 0 0; }
  .sidebar__navigation a {
    display: inline;
    padding-left: 25px;
    background-repeat: no-repeat; }
  .sidebar__navigation svg {
    fill: #1f9f76;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 9px; }
  .sidebar__navigation:not(.sidebar__navigation--with-icons) a:before {
    content: "→";
    position: absolute;
    left: 2px;
    top: 6px;
    color: #1f9f76;
    display: block;
    width: 20px;
    height: 20px; }

.sidebar__meta {
  margin: 25px 0 15px 0;
  color: #676767; }
  .sidebar__meta time:after {
    content: "/";
    font-size: 0.9em;
    padding-left: 0.5em; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #c9f4e6;
  font-size: 16px; }
  .footer a:hover,
  .footer a:active,
  .footer a:focus {
    border: none; }

.footer--portrait {
  min-height: 480px; }
  @media screen and (min-width: 720px) {
    .footer--portrait:before {
      content: "";
      position: absolute;
      display: block;
      background-color: #177456;
      background-image: url("/assets/portrait.jpg");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      top: 0;
      bottom: 0;
      width: 60%; } }
  @media screen and (min-width: 1280px) {
    .footer--portrait:before {
      left: 0;
      right: calc(50% - 180px);
      width: auto;
      background-size: 800px auto; } }

.footer__contact {
  padding: 50px 0; }

.footer__navigation {
  padding: 3em 30px; }
  .footer--portrait .footer__navigation {
    padding: 3em 0 0 0; }
  .footer__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__navigation li {
    display: inline-block;
    margin: 0;
    padding: 0 1.2em 0 0; }

.pgp-fingerprint {
  white-space: pre-line; }
  @media screen and (min-width: 720px) {
    .pgp-fingerprint {
      white-space: normal; } }
  @media screen and (min-width: 960px) {
    .pgp-fingerprint {
      white-space: pre-line; } }
