@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Overpass+Mono:300,400,600,700&display=swap);
@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

body {
  color: #f0f0f0;
  background-color: #000000;
  font-family: "Lato", sans-serif; }

a {
  text-decoration: none;
  color: #c0c0c0;
  border-bottom: 1px solid #333333; }
  a:hover {
    color: #f0f0f0;
    border-bottom: 2px solid #29abe2; }

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2em 0; }

.home.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.home.block {
  min-height: 100vh; }

.home-content {
  max-width: 280px;
  margin: 0.8em auto 0; }
  .home-content p {
    margin: 0 0 1em; }

.home-intro {
  font-family: 'Overpass Mono';
  font-size: 13px; }
  .home-intro-lead {
    font-size: 20px; }

.home-section {
  margin-bottom: 2em; }
  .home-section-label {
    color: #909090;
    margin: 0;
    font-weight: 300; }

.home-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .home-menu li {
    position: relative;
    display: inline-block;
    margin-right: 20px; }
    .home-menu li::after {
      content: '·';
      position: absolute;
      top: 4px;
      right: -14px;
      opacity: 0.3; }
    .home-menu li:last-child {
      margin-right: 0; }
      .home-menu li:last-child::after {
        content: ' '; }
    .home-menu li a {
      line-height: 28px; }

@media (min-width: 481px) {
  .home-content {
    max-width: 400px; }
  .home-intro {
    font-size: 15px; }
    .home-intro-lead {
      font-size: 24px; } }

@media (min-width: 769px) {
  .home.main {
    display: flex;
    flex-direction: row;
    padding-top: 14vh; }
  .home-content {
    width: 61.8%;
    margin: 0 auto 0 1em; }
  .home-intro {
    font-size: 16px; }
    .home-intro-lead {
      font-size: 28px; } }

.home-logo {
  position: sticky;
  display: flex;
  top: -3em;
  justify-content: center;
  padding: 4em 0 0.6em;
  background-color: #000000;
  box-shadow: 0 0 32px 10px #000000; }
  .home-logo-wrapper {
    width: 100%;
    max-width: 280px; }

@media (min-width: 481px) {
  .home-logo-wrapper {
    max-width: 400px; } }

@media (min-width: 769px) {
  .home-logo {
    justify-content: flex-end;
    width: 38.2%;
    padding: 0;
    box-shadow: none; }
    .home-logo-wrapper {
      max-width: 200px; } }

.cv {
  background-color: #080808; }
  .cv h2,
  .cv h3,
  .cv h4 {
    font-family: "Overpass Mono", sans-serif;
    margin: 0; }
  .cv h2 {
    font-weight: 900;
    color: #29abe2;
    letter-spacing: -0.05em; }
  .cv h3 {
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -0.05em; }
  .cv-section {
    position: relative;
    margin-bottom: 3em; }
    .cv-section > h3 {
      color: #29abe2;
      margin-bottom: 1em; }
    .cv-section:last-child {
      margin-bottom: 2.2em; }
  .cv-period {
    margin-bottom: 3em; }
    .cv-period:hover .cv-line-text {
      color: #FFFFFF; }
  .cv-page {
    margin-top: 2em;
    margin-bottom: 6em; }
  .cv-wrapper {
    max-width: 800px;
    margin-left: 1.4em;
    margin-right: 1.4em; }
  .cv-line {
    position: relative;
    margin-bottom: 0.4em;
    line-height: 24px; }
    .cv-line-label {
      position: relative;
      top: 3px;
      font-family: "Lato", sans-serif;
      color: #606060;
      font-weight: 300;
      font-size: 0.85em; }
    .cv-line--dates .cv-line-label {
      top: -2px;
      font-weight: 400;
      color: #B0B0B0; }
    .cv-line--tasks .cv-line-text {
      color: #A0A0A0; }
    .cv-line--location .cv-line-text {
      color: #606060; }
  .cv-personal h3 {
    color: #FFFFFF; }
  .cv-personal h4 {
    position: relative;
    top: -1em; }
    .cv-personal h4 a {
      color: #f0f0f0; }
  .cv-personal-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .cv-personal .cv-line {
    flex-basis: 50%;
    width: 50%; }
    .cv-personal .cv-line:last-child {
      flex-basis: 100%; }
  .cv-chart {
    display: none; }
    .cv-chart-mobile-message {
      display: flex;
      padding: 12px;
      line-height: 24px;
      border: 2px dashed #606060;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      color: #b0b0b0;
      font-weight: 300; }
      .cv-chart-mobile-message img {
        height: 24px;
        margin-right: 8px;
        vertical-align: middle;
        opacity: 0.6; }
  .cv-link-new-tab {
    position: relative; }
    .cv-link-new-tab::after {
      content: ' ';
      position: relative;
      display: inline-block;
      top: -1px;
      background: url("/assets/icons/icon-open-in-new--white.svg");
      background-size: 14px;
      width: 14px;
      height: 14px;
      vertical-align: middle;
      margin-left: 2px;
      opacity: 0.6; }
    .cv-link-new-tab:hover::after {
      opacity: 1;
      transform-origin: center left;
      transform: scale(1.1); }
  .cv-back-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #29abe2;
    transition: all 400ms ease; }
    .cv-back-button a {
      color: #FFFFFF;
      font-size: 1em;
      line-height: 32px;
      font-weight: 300; }
      .cv-back-button a .cv-back-button-text {
        position: relative; }
        .cv-back-button a .cv-back-button-text::before {
          content: ' ';
          position: absolute;
          top: 3px;
          left: -14px;
          width: 8px;
          height: 13px;
          background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path fill="none" stroke="#FFF" stroke-miterlimit="10" d="M5 9L1 5 5 1"/></svg>');
          transition: transform 150ms ease-in-out;
          will-change: transform; }
      .cv-back-button a:hover .cv-back-button-text::before {
        transform: translateX(-3px); }
    .cv-back-button--bottom-reached {
      height: 64px;
      transition: all 200ms ease; }
      .cv-back-button--bottom-reached a {
        font-size: 1.2em;
        line-height: 64px; }
        .cv-back-button--bottom-reached a .cv-back-button-text {
          width: 10px;
          height: 18px; }
          .cv-back-button--bottom-reached a .cv-back-button-text::before {
            left: -17px;
            width: 10px;
            height: 16px; }

@media all and (min-width: 480px) {
  .cv-wrapper {
    margin-left: 3.2em;
    margin-right: 3.2em; }
  .cv-chart {
    display: block;
    position: relative;
    left: -44px; }
    .cv-chart-mobile-message {
      display: none; }
  .cv-back-button a .cv-back-button-text::before {
    left: -20px; } }

@media all and (min-width: 768px) {
  .cv h2::before {
    content: '>';
    position: absolute;
    left: -42px;
    font-size: 32px;
    top: -5px;
    font-weight: 300; }
  .cv-page {
    margin-top: 4em;
    margin-bottom: 7em; }
  .cv-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 3.2em; }
  .cv-section::after {
    bottom: -2.3em; }
  .cv-line {
    line-height: 28px;
    margin-bottom: 0; }
    .cv-line-label {
      position: absolute;
      top: 0;
      left: -132px;
      width: 120px;
      text-align: right; }
  .cv-personal-group {
    display: block; } }

@media screen {
  .cv-show-print {
    display: none; } }

@media print {
  .cv {
    color: #111111; }
    .cv-show-screen {
      display: none; }
    .cv-link-new-tab::after {
      display: none; }
    .cv h2,
    .cv .cv-period h3 {
      color: black;
      -webkit-background-clip: border-box;
      -webkit-text-fill-color: initial; }
    .cv-page {
      margin-top: 4em;
      margin-bottom: 8em; }
    .cv-wrapper {
      max-width: 800px;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 120px;
      padding-right: 3.2em; }
    .cv-section:last-child {
      margin-bottom: 0; }
    .cv-period {
      margin-bottom: 2.6em;
      page-break-inside: avoid; }
    .cv-line {
      line-height: 24px;
      margin-bottom: 0; }
      .cv-line-label {
        position: absolute;
        left: -132px;
        width: 120px;
        text-align: right; } }

.page-404 {
  position: relative;
  display: flex;
  height: 100vh;
  align-items: center; }
  .page-404 h1,
  .page-404 h2 {
    font-family: "Overpass Mono";
    color: #29abe2;
    margin: 0;
    font-weight: 900; }
  .page-404 h1 {
    font-size: 7.2em;
    line-height: 1em; }
  .page-404 h2 {
    font-size: 2.6em;
    line-height: 1em; }
  .page-404-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200; }
  .page-404-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    transform: translateY(-10vh);
    z-index: 100; }
  .page-404-back-button {
    position: fixed;
    z-index: 300;
    width: 100%;
    bottom: 2vh;
    font-weight: 300;
    text-align: center; }
    .page-404-back-button a {
      position: relative;
      color: #29abe2;
      border-bottom: none; }
      .page-404-back-button a::before {
        content: '';
        position: absolute;
        top: 5px;
        left: -12px;
        height: 12px;
        width: 7px;
        background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path fill="none" stroke="#29ABE2" stroke-miterlimit="10" d="M5 9L1 5 5 1"/></svg>');
        transition: transform 150ms ease-in-out;
        will-change: transform; }
      .page-404-back-button a:hover::before {
        transform: translateX(-3px); }

@media all and (min-width: 768px) {
  .page-404 h1 {
    font-size: 9em; }
  .page-404 h2 {
    font-size: 3.8em; } }

@media all and (min-width: 1024px) {
  .page-404 h1 {
    font-size: 12em; }
  .page-404 h2 {
    font-size: 5em; } }

