@charset "UTF-8";
@font-face {
  font-family: "Cardo";
  src: url("../fonts/Newsreader_14pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cardo";
  src: url("../fonts/Newsreader_14pt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Cardo";
  src: url("../fonts/Newsreader_14pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*----------------------------------------------------------------------------------
Reset
----------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, picture, 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 */
div, article, aside, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section {
  display: block; /* added div; changed from block to flex */
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

/* additional reset code */
:focus {
  outline: 0;
}

input, textarea, select, button {
  background: none;
  border: 0;
  border-radius: 0;
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

em {
  font-style: italic;
}

/*----------------------------------------------------------------------------------
Variables
----------------------------------------------------------------------------------*/
/* Layout */
/* Typography */
/* Colors */
/*red blue yellow
$background-primary: #dbdbdb;
$background-secondary: #cacaca;
$background-tertiary: #111111;
$background-quaternary: #111111;
$text-primary: #40382d;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #111111;
$selection-background: rgba(255,103,89, .99);
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$link: #111111;
$visited-link: #111111;
$background-button: #111111;
$button-text: #ffffff;
$decorative: #dc6561;
$quote: #dc6561;
$decorative-text: #ffffff;
$rule: #111111;
$background-home-page-title: #87a5d9;

/*red blue yellow
$background-primary: #fffef7;
$background-secondary: #ebe8c7;
$background-tertiary: #3c3c3d;
$background-quaternary: #3c3c3d;
$text-primary: #686f77;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #3c3c3d;
$selection-background: rgba(255,103,89, .99);
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$link: #3c3c3d;
$visited-link: #3c3c3d;
$background-button: #6986bf;
$button-text: #ffffff;
$decorative: #ec5d47;
$quote: #ec5d47;
$decorative-text: #6986bf;
$rule: #f9c969;
$background-home-page-title: #6986bf;

/*light
$background-primary: #D7D2CA;
$background-secondary: #CBC6BD;
$background-tertiary: #333333;
$background-quaternary: #2D2A25;
$text-primary: #171716;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #333333;
$selection-background: rgba(255,103,89, .99);
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$link: #333333;
$visited-link: #333333;
$background-button: #333333;
$button-text: #ffffff;
$decorative: #DBAE70;
$decorativetext: #D38D2C;
$quote: #DBAE70;
$decorative-text: rgba(0,0,0, .3);
$rule: #bbb;
$background-home-page-title: #DBAE70;

/*light
$background-primary: #ddd;
$background-secondary: #ccc;
$background-tertiary: #bbb;
$background-quaternary: #aaa;
$text-primary: #333;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #333;
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$text-tertiary: rgba(0,0,0, .4);
$link: #333;
$visited-link: #333;
$background-button: #333;
$button-text: #fff;
$selection-background: rgba(255,103,89, .99);
$decorative: #DBAE70;
$decorativetext: #D38D2C;
$quote: #DBAE70;
$decorative-text: rgba(0,0,0, .3);
$rule: #ccc;
$background-home-page-title: #ccc;
$background-zone: #333;

/*light*/
/*light off-white beige
$background-primary: #E0DBD0;
$background-secondary: #C7BFAF;
$background-tertiary: #B6AD9A;
$background-quaternary: #998E77;
$text-primary: #39352D;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #39352D;
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$text-tertiary: rgba(0,0,0, .4);
$link: #39352D;
$visited-link: #39352D;
$background-button: #39352D;
$button-text: #fff;
$selection-background: rgba(255,103,89, .99);
$decorative: #DBAE70;
$decorativetext: #D38D2C;
$quote: #DBAE70;
$decorative-text: rgba(0,0,0, .3);
$rule: #B6AD9A;
$background-home-page-title: #C7BFAF;
$background-zone: #39352D;

/*light
$background-primary: #8A9E90;
$background-secondary: #305E6A;
$background-tertiary: #62847E;
$background-quaternary: #03363C;
$text-primary: #03363C;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #03363C;
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$text-tertiary: rgba(0,0,0, .4);
$link: #333;
$visited-link: #333;
$background-button: #333;
$button-text: #fff;
$selection-background: rgba(255,103,89, .99);
$decorative: #DBAE70;
$decorativetext: #D38D2C;
$quote: #DBAE70;
$decorative-text: rgba(0,0,0, .3);
$rule: #ccc;
$background-home-page-title: #ccc;
$background-zone: #333;*/
/*dark
$background-primary: #000;
$background-secondary: #222;
$background-tertiary: #333;
$background-quaternary: #444;
$text-primary: #aaa;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #aaa;
$selection-background: rgba(255,103,89, .99);
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$text-tertiary: rgba(0,0,0, .4);
$link: #aaa;
$visited-link: #aaa;
$background-button: #DBAE70;
$button-text: #fff;
$decorative: #DBAE70;
$decorativetext: #D38D2C;
$quote: #DBAE70;
$decorative-text: rgba(0,0,0, .3);
$rule: #444;
$background-home-page-title: #222;
$background-zone: #333;

/*light
$background-primary: #ffffff;
$background-secondary: #e5e5e5;
$background-tertiary: #111111;
$background-quaternary: #111111;
$text-primary: #333333;
$text-primary-on-dark: rgba(255,255,255, .7);
$text-heading: #111111;
$selection-background: rgba(255,103,89, .99);
$text-secondary: rgba(0,0,0, .6);
$text-secondary-on-dark: rgba(255,255,255, .4);
$link: #111111;
$visited-link: #111111;
$background-button: #111111;
$button-text: #ffffff;
$decorative: #ff614c;
$quote: #ff614c;
$decorative-text: rgba(0,0,0, .3);
$rule: #111111;
$background-home-page-title: #87a5d9;

/* Spacing*/
/* Transition */
/*----------------------------------------------------------------------------------
Global
----------------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

figure {
  display: block;
}

/* Colors */
body {
  background: #d8d8d8;
  color: #222;
}

.page-404 {
  background: #DBAE70;
  color: #222;
}

.page-404 .block:after {
  background: #DBAE70;
}

.page-404 .page-lead {
  color: #d8d8d8;
}

.page-404 h1:before {
  background: #222;
}

.page-404 .page-title:after {
  color: #d8d8d8;
  opacity: 0.2;
}

a.page-404-link {
  color: #222;
  text-decoration: none;
}

a {
  color: #222;
  text-decoration: underline;
}

h3 a, h4 a, h5 a, h6 a {
  color: #222;
}

h3 a, h4 a, h5 a, h6 a, .logo, .button, .header-nav-link, .footer-nav-link {
  text-decoration: none;
}

a:hover, a:visited:hover, .zone a:hover, .zone a:visited:hover {
  color: #D38D2C;
}

a, a:hover, a:visited:hover, .zone a, .zone a:hover, .zone a:visited:hover {
  transition: color 0.15s ease-in-out;
}

.zone a, .zone a:visited {
  color: #bbb;
}

pre {
  background: #d8d8d8;
  /*color: #666666;*/
  border: 1px solid #bbb;
}

.code-selector {
  color: #cc5252;
}

.code-class {
  color: #cc9900;
}

.code-property {
  color: #3aa6a6;
}

.code-variable {
  color: #5c91e5;
}

.code-location {
  color: #7eb336;
}

.code-braces {
  color: #666666;
}

.zone {
  background: #222;
  color: rgba(255, 255, 255, 0.9);
}

.zone .sidebar-left, .zone .sidebar-right {
  border-color: #888;
}

.lead, .page-lead {
  color: #222;
}

.deck {
  color: rgba(0, 0, 0, 0.6);
}

.colorless-heading {
  color: #222;
}

@media only screen and (min-width: 1025px) {
  .figure-bg {
    padding: 0;
  }
}
/*.figure-bg figcaption {
    color: $text-secondary-on-dark;
}*/
::-moz-selection {
  background-color: #DBAE70;
  color: #222;
}

::selection {
  background-color: #DBAE70; /*opacity specified for chrome*/
  color: #222;
}

/*----------------------------------------------------------------------------------
Layout
----------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .tablet-and-desktop-only {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  .span1of15, .span2of15, .span3of15, .span4of15, .span5of15, .span6of15, .span7of15, .span8of15, .span9of15, .span10of15, .span11of15, .span12of15, .span13of15, .span14of15, .span15of15,
  .span3of12, .span4of12, .span5of12, .span6of12, .span7of12, .span8of12, .span9of12, .span10of12, .span11of12,
  .span2of11, .span3of11, .span5of11, .span6of11, .span7of11, .span8of11, .span9of11 .span3of9,
  .span4of9, .span5of9, .span6of9, .span7of9,
  .span3of8, .span4of8, .span5of8, .span6of8, .span7of8,
  .span3of7, .span4of7, .span6of7,
  .span3of6, .span4of6,
  .span1of3, .span2of3 {
    width: 100%;
  }
  .offset1of15, .offset3of15, .offset4of15, .offset5of15, .offset6of15, .offset9of15, .offset12of15 .offset1of12,
  .offset3of12, .offset6of12, .offset9of12, .offset3of11,
  .offset1of9, .offset3of9,
  .offset1of8, .offset2of8,
  .offset1of7, .offset3of7,
  .offset2of6, .offset3of6,
  .offset1of3 {
    margin-left: 0;
  }
  .mobile-span1of2 {
    width: 50%;
  }
  .row, .column {
    display: flex;
    flex-direction: column;
  }
  .mobile-row {
    display: flex;
    flex-direction: row;
  }
  .mobile-row > div, .mobile-row > figure {
    width: 50%;
  }
  .mobile-row-order1 {
    order: 1;
  }
  .mobile-row-order2 {
    order: 2;
  }
  .mobile-row-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mobile-row > figure,
  .mobile-row > div h4,
  .mobile-row > div figure,
  .mobile-row > div .screenshot {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile-row > figure:nth-child(odd),
  .mobile-row > div:nth-child(odd) h4,
  .mobile-row > div:nth-child(odd) figure,
  .mobile-row > div:nth-child(odd) .screenshot {
    padding-left: 2rem;
  }
  .mobile-row > figure:nth-child(even),
  .mobile-row > div:nth-child(even) h4,
  .mobile-row > div:nth-child(even) figure,
  .mobile-row > div:nth-child(even) .screenshot {
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .row {
    display: flex;
    flex-direction: row;
  }
  .row-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: none !important;
  }
  .tablet-span1of12 {
    width: 8.3333333333%;
  }
  .tablet-span2of12 {
    width: 16.6666666667%;
  }
  .tablet-span3of12 {
    width: 25%;
  }
  .tablet-span4of12 {
    width: 33.3333333333%;
  }
  .tablet-span5of12 {
    width: 41.6666666667%;
  }
  .tablet-span6of12 {
    width: 50%;
  }
  .tablet-span7of12 {
    width: 58.3333333333%;
  }
  .tablet-span8of12 {
    width: 66.6666666667%;
  }
  .tablet-span9of12 {
    width: 75%;
  }
  .tablet-span10of12 {
    width: 83.3333333333%;
  }
  .tablet-span11of12 {
    width: 91.6666666667%;
  }
  .tablet-span12of12 {
    width: 100%;
  }
  .tablet-span3of9 {
    width: 33.3333333333%;
  }
  .tablet-span6of9 {
    width: 66.6666666667%;
  }
  .tablet-span3of6 {
    width: 50%;
  }
  .offset3of15, .tablet-offset3of12 {
    margin-left: 25%;
  }
  .tablet-offset3of9 {
    margin-left: 33.3333333333%;
  }
  .tablet-row-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .tablet-row-wrap {
    flex-wrap: wrap;
  }
  .tablet-column {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
  .mobile-and-tablet-only {
    display: none;
  }
  .span1of15 {
    width: 6.6666666667%;
  }
  .span2of15 {
    width: 13.3333333333%;
  }
  .span3of15 {
    width: 20%;
  }
  .span4of15 {
    width: 26.6666666667%;
  }
  .span5of15 {
    width: 33.3333333333%;
  }
  .span6of15 {
    width: 40%;
  }
  .span7of15 {
    width: 46.6666666667%;
  }
  .span8of15 {
    width: 53.3333333333%;
  }
  .span9of15 {
    width: 60%;
  }
  .span10of15 {
    width: 66.6666666667%;
  }
  .span11of15 {
    width: 73.3333333333%;
  }
  .span12of15 {
    width: 80%;
  }
  .span13of15 {
    width: 86.6666666667%;
  }
  .span14of15 {
    width: 93.3333333333%;
  }
  .span15of15 {
    width: 100%;
  }
  .span1of12 {
    width: 8.3333333333%;
  }
  .span2of12 {
    width: 16.6666666667%;
  }
  .span3of12 {
    width: 25%;
  }
  .span4of12 {
    width: 33.3333333333%;
  }
  .span5of12 {
    width: 41.6666666667%;
  }
  .span6of12 {
    width: 50%;
  }
  .span7of12 {
    width: 58.3333333333%;
  }
  .span8of12 {
    width: 66.6666666667%;
  }
  .span9of12 {
    width: 75%;
  }
  .span10of12 {
    width: 83.3333333333%;
  }
  .span11of12 {
    width: 91.6666666667%;
  }
  .span2of11 {
    width: 18.1818181818%;
  }
  .span3of11 {
    width: 27.2727272727%;
  }
  .span5of11 {
    width: 45.4545454545%;
  }
  .span6of11 {
    width: 54.5454545455%;
  }
  .span7of11 {
    width: 63.6363636364%;
  }
  .span8of11 {
    width: 72.7272727273%;
  }
  .span9of11 {
    width: 81.8181818182%;
  }
  .span2of9 {
    width: 22.2222222222%;
  }
  .span3of9 {
    width: 33.3333333333%;
  }
  .span4of9 {
    width: 44.4444444444%;
  }
  .span5of9 {
    width: 55.5555555556%;
  }
  .span6of9 {
    width: 66.6666666667%;
  }
  .span7of9 {
    width: 77.7777777778%;
  }
  .span3of8 {
    width: 37.5%;
  }
  .span4of8 {
    width: 50%;
  }
  .span5of8 {
    width: 62.5%;
  }
  .span6of8 {
    width: 75%;
  }
  .span7of8 {
    width: 87.5%;
  }
  .span3of7 {
    width: 42.8571428571%;
  }
  .span4of7 {
    width: 57.1428571429%;
  }
  .span6of7 {
    width: 85.7142857143%;
  }
  .span3of6 {
    width: 50%;
  }
  .span4of6 {
    width: 66.6666666667%;
  }
  .span4of5 {
    width: 80%;
  }
  .span2of5 {
    width: 40%;
  }
  .span1of3 {
    width: 33.3333333333%;
  }
  .span2of3 {
    width: 66.6666666667%;
  }
  .offset1of15 {
    margin-left: 6.6666666667%;
  }
  .offset3of15 {
    margin-left: 20%;
  }
  .offset4of15 {
    margin-left: 26.6666666667%;
  }
  .offset5of15 {
    margin-left: 33.3333333333%;
  }
  .offset6of15 {
    margin-left: 40%;
  }
  .offset9of15 {
    margin-left: 60%;
  }
  .offset12of15 {
    margin-left: 80%;
  }
  .offset1of12 {
    margin-left: 8.3333333333%;
  }
  .offset3of12 {
    margin-left: 25%;
  }
  .offset6of12 {
    margin-left: 50%;
  }
  .offset9of12 {
    margin-left: 75%;
  }
  .offset3of11 {
    margin-left: 27.2727272727%;
  }
  .offset1of9 {
    margin-left: 11.1111111111%;
  }
  .offset3of9 {
    margin-left: 33.3333333333%;
  }
  .offset1of8 {
    margin-left: 12.5%;
  }
  .offset2of8 {
    margin-left: 25%;
  }
  .offset1of7 {
    margin-left: 14.2857142857%;
  }
  .offset3of7 {
    margin-left: 42.8571428571%;
  }
  .offset2of6 {
    margin-left: 33.3333333333%;
  }
  .offset3of6 {
    margin-left: 50%;
  }
  .offset1of3 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 641px) {
  .justify-center {
    display: flex;
    justify-content: center;
  }
  .tablet-justify-right {
    display: flex;
    justify-content: flex-end;
  }
}
.justify-right {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-right {
  margin-left: auto;
}

.align-center {
  align-items: center;
}

/*.stretch-height {
    align-self: stretch;
}*/
.full-height {
  flex-grow: 1;
}

.column {
  display: flex;
  flex-direction: column;
}

.row-reverse {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 641px) {
  .text-column {
    columns: 2;
    /*padding-bottom: 1rem;*/
    column-gap: 2rem;
  }
}
.text-align-right {
  text-align: right;
}

.sidebar {
  align-self: flex-start;
  margin-top: 0.25rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.sidebar ul:last-of-type, .sidebar ol:last-of-type, .sidebar p:last-of-type, .tip p:last-of-type {
  padding-bottom: 0; /* to avoid sidebar border protruding at the bottom */
}

.sidebar-left, .sidebar-right, blockquote {
  margin-left: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  border-left: 2px solid #222;
}

@media only screen and (min-width: 641px) {
  .sidebar-left {
    margin-right: 1rem;
    text-align: right;
    border-right: 2px solid #222;
    border-left: none;
  }
}
@media only screen and (max-width: 640px) {
  .sidebar-left, .sidebar-right {
    margin-left: 2rem;
  }
  .sidebar-left {
    margin-left: 2rem;
  }
  .sidebar-right {
    margin-right: 2rem;
  }
}
.sidebar-left-content-left {
  text-align: left;
}

/*.border-top {    
    border-top: $rule-thickness solid $text-primary;
}
.border-right {    
    border-right: $rule-thickness solid $text-primary;
}
.border-bottom {    
    border-bottom: $rule-thickness solid $text-primary;
}
.border-left {    
    border-left: $rule-thickness solid $text-primary;
}*/
.aside {
  margin-bottom: 2rem;
}

.table-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table-row * {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.table-cell-project {
  flex-grow: 1;
}

.table-cell-position {
  flex-grow: 2;
}

.table-cell-period {
  flex-grow: 1.3;
}

/*p.table-cell-period {
    text-align: right;
}*/
/*.table-row:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    background: $text-tertiary;
}*/
.table-row:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 1px;
  background: #222;
}

.table-row:last-of-type:after {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .aside {
    position: absolute;
    top: 0;
    right: 6.6666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .lead-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
  }
}
video {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  header {
    width: 100%;
  }
}
.header-nav {
  padding: 0;
  background: #d8d8d8;
}

@media only screen and (min-width: 1025px) {
  .header-nav {
    display: flex;
  }
}
a.header-nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Metropolis;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  a.header-nav-link {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: #d8d8d8;
  }
}
@media only screen and (min-width: 1025px) {
  a.header-nav-link {
    display: flex;
    align-items: center;
    /*height: 2rem;*/
  }
}
.nav-list {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .nav-list {
    display: block;
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-list li {
    display: inline-flex;
    /*height: 2rem;*/
  }
}
a.logo {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: Metropolis;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  padding: 0.75rem 1rem;
  background: #DBAE70;
  color: #222;
  transition: background 0.15s, color 0.15s ease-in-out;
  border-bottom: none;
}

a.logo:hover {
  background: #222;
  color: #DBAE70;
  transition: background 0.15s, color 0.15s ease-in-out;
}

a.logo:before {
  content: "";
  background: url(../images/logo.svg) center center/2rem 2rem no-repeat;
  width: 3rem;
  height: 3rem;
  padding-right: 3rem;
  display: none;
}

a.logo:after {
  display: none;
}

@media only screen and (min-width: 1025px) {
  a.logo:before {
    content: "";
    background: url(../images/logo.svg) left top/contain no-repeat;
    width: 2rem;
    height: 2rem;
    padding-right: 2.5rem;
  }
}
.nav-previous, .nav-next {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  word-break: break-all;
}

.nav-next {
  justify-content: flex-end;
}

.article .nav-previous, .article .nav-next {
  word-break: normal;
}

.nav-previous:before, .nav-next:after {
  content: "";
  width: 2rem;
  min-width: 2rem; /*chrome bug*/
  height: 2rem;
  padding: 1rem;
}

.nav-previous:before {
  background: url(../images/arrow.svg) left center/2rem 2rem no-repeat;
  opacity: 1;
  margin-right: 1rem;
}

.nav-next:after {
  transform: rotate(180deg);
  background: url(../images/arrow.svg) right center/2rem 2rem no-repeat;
  opacity: 1;
  /*margin-left: 1rem;*/
}

h4 > .nav-next:after {
  margin-left: 1rem;
}

.nav-previous + .nav-next:after {
  margin-left: 0;
}

/*.nav-previous:hover:before {
    background: url(../images/arrow-hover.svg) left center / 2rem 2rem no-repeat;
    opacity: 1;
}
.nav-next:hover:before {
    background: url(../images/arrow-hover.svg) right center / 2rem 2rem no-repeat;
    opacity: 1;
}*/
.nav-previous:before, .nav-next:before, .nav-previous:hover:before, .nav-next:hover:before {
  transition: background 0.15s ease-in-out;
}

/*.nav-previous:after, .nav-next:after {
    display: none;
}*/
.nav-container {
  margin-bottom: 1rem;
}

.button-open, .button-close {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.button-open:before, .button-close:before {
  content: "";
  width: 3rem;
  height: 3rem;
}

.button-open:before {
  background: url(../images/icon-menu.svg) center center/1.6rem 1.6rem no-repeat;
  background-size: 1.2rem;
  opacity: 1;
}

.button-close:before {
  background: url(../images/icon-close.svg) center center/1.9rem 1.9rem no-repeat;
  background-size: 1.5rem;
  opacity: 1;
}

.menu, .button-close {
  display: none;
}

#menu-open:checked ~ .menu {
  display: block;
  position: absolute;
  left: 0;
  top: 3rem;
  width: 100%;
}

#menu-open:checked ~ .button-close {
  display: flex;
  background: #DBAE70;
}

#menu-open:checked ~ .button-open {
  display: none;
}

#menu-close:checked ~ .menu {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .button-open, .button-close {
    display: none;
  }
  .menu, #menu-close:checked ~ .menu {
    display: flex;
    align-items: center;
  }
}
figure {
  /*filter: drop-shadow(0 1rem .5rem rgba(0,0,0,.1));*/
  padding-bottom: 1rem;
}

@media only screen and (max-width: 640px) {
  figure:last-of-type {
    padding-bottom: 0;
  }
}
.article figure {
  filter: none;
}

@media only screen and (min-width: 641px) {
  figure {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  p + figure, ul + figure, ol + figure {
    padding-top: 1rem;
  }
}
/*.with-padding {
    padding: 2em;
}*/
.thumbnail {
  padding-bottom: 0.5rem;
}

.screenshot-320px {
  max-width: calc(320px + 1rem * 2);
}

.screenshot-360px {
  max-width: calc(360px + 1rem * 2);
}

.screenshot-375px {
  max-width: calc(375px + 1rem * 2);
}

.screenshot-640px {
  max-width: calc(640px + 1rem * 2);
}

.screenshot-1024px {
  max-width: calc(1024px + 1rem * 2);
}

.screenshot-container {
  text-align: center;
}

.full-width-image {
  min-width: 100%;
}

.bleed-left {
  padding-left: 0;
}

.bleed-right {
  padding-right: 0;
}

.relative {
  position: relative;
}

@media only screen and (min-width: 641px) {
  .absolute {
    position: absolute;
  }
}
/*main > div:last-of-type {
    padding-bottom: $spacing-medium;
}
@media only screen and (min-width: $desktop-min) {
    main > div:last-of-type {
        padding-bottom: $spacing-large;
    }
}
@media only screen and (max-width: $mobile-max) {
    main > div:last-of-type {
        padding-bottom: $spacing-small;
    }
}*/
.block {
  position: relative;
}

.block:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #bbb;
  z-index: -2;
  /*background: $background-secondary url(../images/square-pattern.svg) right top repeat;*/
  /*border-right: $rule-thickness solid $rule;*/
  /*border-top: calc(2px / 2) solid $rule;*/
}

/*.zone.block:after {
    background: $background-primary;
}*/
@media only screen and (max-width: 640px) {
  .block:after {
    opacity: 0.25;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .block:after {
    opacity: 0.5;
  }
}
.block-extra-small, .block-small, .block-medium, .block-large {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*@media only screen and (max-width: $mobile-max) {
    .block-small + .block-small {
        padding-top: 0;
    }
}*/
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .block-extra-small {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .block-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .block-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .block-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .block-extra-small {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .block-small {
    padding-top: calc(1rem + 1rem);
    padding-bottom: 1rem;
  }
  .block-medium {
    padding-top: calc(2rem + 1rem);
    padding-bottom: 2rem;
  }
  .block-medium-bottom-only {
    padding-bottom: 2rem;
  }
  .block-large-bottom-only {
    padding-bottom: 4rem;
  }
  .block-xlarge-bottom-only {
    padding-bottom: 10rem;
  }
  .block-large {
    padding-top: calc(4rem + 1rem);
    padding-bottom: 4rem;
  }
}
.block-article {
  padding-bottom: 4rem;
}

.block-span4of15:after, .block-span5of15:after, .block-span6of15:after, .block-span7of15:after, .block-span8of15:after, .block-span9of15:after, .block-span10of15:after, .block-span11of15:after, .block-span12of15:after, .block-span13of15:after, .block-span14of15:after, .block-span15of15:after {
  z-index: -4;
  /*border-top: $rule-thickness solid $text-tertiary;
  border-left: $rule-thickness solid $text-tertiary;*/
}

.block-span4of15:after {
  width: 26.6666666667%;
}

.block-span5of15:after {
  width: 33.3333333333%;
}

.block-span6of15:after {
  width: 40%;
}

.block-span7of15:after {
  width: 46.6666666667%;
}

.block-span8of15:after {
  width: 53.3333333333%;
}

.block-span9of15:after {
  width: 60%;
}

.block-span10of15:after {
  width: 66.6666666667%;
}

.block-span11of15:after {
  width: 73.3333333333%;
}

.block-span12of15:after {
  width: 80%;
}

.block-span13of15:after {
  width: 86.6666666667%;
}

.block-span14of15:after {
  width: 93.3333333333%;
}

.block-span15of15:after {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .mobile-push-down-small {
    padding-top: 1rem;
  }
  .mobile-push-down-medium {
    padding-top: 2rem;
  }
  .mobile-push-down-large {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 641px) {
  .push-down-tiny {
    padding-top: 0rem;
  }
  .push-down-small {
    padding-top: 1rem;
  }
  .push-down-medium {
    padding-top: 4rem;
  }
  .push-down-large {
    padding-top: 7rem;
  }
  .push-down-xlarge {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .push-down-tiny {
    padding-top: 1rem;
  }
  .push-down-small {
    padding-top: 2rem;
  }
  .push-down-medium {
    padding-top: 5rem;
  }
  .push-down-large {
    padding-top: 10rem;
  }
  .push-down-xlarge {
    padding-top: 15rem;
  }
}
.push-left-small {
  padding-right: 1rem;
}

.push-right-small {
  padding-left: 1rem;
}

.move-left-2of15 {
  position: relative;
  right: 13.3333333333%;
}

.skills {
  position: absolute;
  left: 40%;
}

.feedback1 {
  padding-top: 0;
}

@media only screen and (min-width: 1025px) {
  .feedback1 {
    padding-top: 10rem;
  }
  .feedback2 {
    position: absolute;
    right: 26.6666666667%;
  }
}
.work-top-nav {
  position: relative;
}

.hidden-link-previous, .hidden-link-next {
  visibility: hidden;
  margin-left: 0.25rem;
  color: #d8d8d8;
  transition: color 0.15s ease-in-out;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  .nav-previous:hover ~ .hidden-link-previous, .nav-next:hover ~ .hidden-link-next {
    position: absolute;
    left: 7rem;
    bottom: calc(1rem + (2rem - 1em - 0.1em) / 2); /*.1 approx value for vertical centering the word according to its visual weight*/
    visibility: visible;
    color: #222;
    transition: color 0.15s ease-in-out;
  }
}
.screenshot {
  margin-bottom: 1rem;
}

/*@media only screen and (max-width: $mobile-max) {
    .screenshot:last-of-type {
        margin-bottom: 0;
    }
}*/
/*@media only screen and (min-width: $desktop-min) {
    .screenshot {
        margin-bottom: $spacing-small;
    }
}*/
.android-phone-320px-black, .android-phone-320px-short-black {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
}

.android-phone-320px-black {
  padding-top: 197.2299168975%;
  background: url(../images/mockups/android-phone-320px-black.png) left top/cover no-repeat;
}

.android-phone-320px-short-black {
  padding-top: 187.2576177285%;
  background: url(../images/mockups/android-phone-320px-short-black.png) left top/cover no-repeat;
}

.android-phone-320px-black:before, .android-phone-320px-short-black:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.android-phone-320px-black:before {
  background: url(../images/mockups/android-phone-320px-glare.png) left top/cover no-repeat;
}

.android-phone-320px-short-black:before {
  background: url(../images/mockups/android-phone-320px-short-glare.png) left top/cover no-repeat;
}

.android-phone-320px-black img, .android-phone-320px-short-black img {
  position: absolute;
  filter: none;
}

.android-phone-320px-black img {
  top: 9.5505617978%;
  left: 5.2631578947%;
  width: 88.6426592798%;
}

.android-phone-320px-short-black img {
  top: 10.0591715976%;
  left: 5.2631578947%;
  width: 88.6426592798%;
}

.android-phone-360px-black {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
  padding-top: 196.8058968059%;
  background: url(../images/mockups/android-phone-360px-black.png) left top/cover no-repeat;
}

.android-phone-360px-black:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mockups/android-phone-360px-glare.png) no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}

.android-phone-360px-black img {
  position: absolute;
  filter: none;
  top: 9.6129837703%;
  left: 5.4054054054%;
  width: 88.4520884521%;
}

.iphone-13-mini {
  position: relative;
  width: 100%;
  padding-top: 201.8912529551%;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
}

/*.iphone-13-mini{
    background: url(../images/mockups/iphone-13-mini-midnight.png) left top / cover no-repeat;
}*/
.iphone-13-mini:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mockups/iphone-13-mini-midnight.png) no-repeat;
  background-size: cover;
  z-index: 1;
  /*opacity: .5;*/
}

.iphone-13-mini img {
  position: absolute;
  filter: none;
  top: 2.4590163934%;
  left: 5.6737588652%;
  width: 88.6524822695%;
}

.iphone-black, .iphone-white {
  position: relative;
  width: 100%;
  padding-top: 209.4240837696%;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
}

.iphone-black {
  background: url(../images/mockups/iphone-black.png) left top/cover no-repeat;
}

.iphone-white {
  background: url(../images/mockups/iphone-white.png) left top/cover no-repeat;
}

.iphone-black:before, .iphone-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mockups/iphone-glare.png) no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}

.iphone-black img, .iphone-white img {
  position: absolute;
  filter: none;
  top: 14.75%;
  left: 8.3769633508%;
  width: 83.7696335079%;
}

.ipad-landscape-black, .ipad-landscape-white {
  position: relative;
  width: 100%;
  padding-top: 70.6965572458%;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
}

.ipad-landscape-black {
  background: url(../images/mockups/ipad-landscape-black.png) left top/cover no-repeat;
}

.ipad-landscape-white {
  background: url(../images/mockups/ipad-landscape-white.png) left top/cover no-repeat;
}

.ipad-landscape-black:before, .ipad-landscape-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mockups/ipad-landscape-glare.png) no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}

.ipad-landscape-black img, .ipad-landscape-white img {
  position: absolute;
  filter: none;
  top: 6.4552661382%;
  left: 8.8871096878%;
  width: 81.9855884708%;
}

.macbook {
  position: relative;
  width: 100%;
  padding-top: 57.5440528634%;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
}

.macbook {
  background: url(../images/mockups/macbook.png) left top/cover no-repeat;
}

.macbook:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mockups/ipad-landscape-glare.png) no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}

.macbook img {
  position: absolute;
  filter: none;
  top: 7.3684210526%;
  left: 12.3348017621%;
  width: 75.2202643172%;
}

.desktop-frame {
  display: inline-block;
  position: relative;
  background-color: #0F0F0F;
  padding: 2.1875vw;
  border: 0.0520833333vw solid #57585C;
  border-radius: 2.5vw;
  /*margin-left: calc(1rem - 0.0672269em);
  margin-right: calc(1rem - 0.0672269em);*/
}

.desktop-frame:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.1875vw;
  width: 100%;
  height: 100%;
  border: 0.1041666667vw solid #68696E;
  border-radius: 2.4479166667vw;
}

.desktop-frame:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.1875vw;
  width: 100%;
  height: 100%;
  border: 0.2083333333vw solid #4C4C51;
  border-radius: 2.4479166667vw;
}

/*.device-enclosure-inner {
    padding: 0;
    border-radius: 1em;
}*/
.desktop-frame figure {
  padding: 0;
}

.desktop-frame figure img, .desktop-frame figure picture {
  border-radius: 4px;
}

.image-outline {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------------------------------------
Buttons
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
Typography
----------------------------------------------------------------------------------*/
body {
  font-family: Cardo;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

html {
  font-size: 18px;
}

@media only screen and (min-width: 1025px) {
  html {
    font-size: calc(18px + (100vw - 1025px) * 4 / 896);
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: calc(1rem * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1);
  }
  h2 {
    font-size: calc(1rem * 1.1 * 1.1 * 1.1 * 1.1 * 1.1 * 1.1);
  }
  h3, .deck, .section-lead, .page-lead {
    font-size: calc(1rem * 1.1 * 1.1 * 1.1);
    letter-spacing: -0.025em;
  }
  .lead, .section-lead {
    font-size: calc(1rem * 1.1 * 1.1);
  }
  h4 {
    font-size: calc(1rem * 1.1);
  }
  h5 {
    font-size: 1rem;
  }
  h6, .secondary-text, figcaption {
    font-size: calc(1rem / 1.1);
  }
  .button, .list-number, .tab, .logo, a.header-nav-link, pre {
    font-size: calc(1rem / 1.1 / 1.1);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  h1 {
    font-size: calc(1rem * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12);
  }
  h2 {
    font-size: calc(1rem * 1.12 * 1.12 * 1.12 * 1.12 * 1.12 * 1.12);
  }
  h3, .deck, .section-lead, .page-lead {
    font-size: calc(1rem * 1.12 * 1.12 * 1.12);
    letter-spacing: -0.025em;
  }
  .lead, .section-lead {
    font-size: calc(1rem * 1.12 * 1.12);
  }
  h4 {
    font-size: calc(1rem * 1.12);
  }
  h5 {
    font-size: 1rem;
  }
  h6, .secondary-text, figcaption {
    font-size: calc(1rem / 1.12);
  }
  .button, .list-number, .tab, .logo, a.header-nav-link, pre {
    font-size: calc(1rem / 1.12 / 1.12);
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: calc(1rem * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13);
  }
  h2 {
    font-size: calc(1rem * 1.13 * 1.13 * 1.13 * 1.13 * 1.13 * 1.13);
  }
  h3, .deck, .section-lead, .page-lead {
    font-size: calc(1rem * 1.13 * 1.13 * 1.13);
    letter-spacing: -0.025em;
  }
  .lead, .section-lead {
    font-size: calc(1rem * 1.13 * 1.13);
  }
  h4 {
    font-size: calc(1rem * 1.13);
  }
  h5 {
    font-size: 1rem;
  }
  h6, .secondary-text, figcaption {
    font-size: calc(1rem / 1.13);
  }
  .button, .list-number, .tab, .logo, a.header-nav-link, pre {
    font-size: calc(1rem / 1.13 / 1.13);
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: calc(1rem * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14);
  }
  h2 {
    font-size: calc(1rem * 1.14 * 1.14 * 1.14 * 1.14 * 1.14 * 1.14);
  }
  h3, .deck, .section-lead, .page-lead {
    font-size: calc(1rem * 1.14 * 1.14 * 1.14);
    letter-spacing: -0.025em;
  }
  .lead, .section-lead {
    font-size: calc(1rem * 1.14 * 1.14);
  }
  h4 {
    font-size: calc(1rem * 1.14);
  }
  h5 {
    font-size: 1rem;
  }
  h6, .secondary-text, figcaption {
    font-size: calc(1rem / 1.14);
  }
  .button, .list-number, .tab, .logo, a.header-nav-link, pre {
    font-size: calc(1rem / 1.14 / 1.14);
  }
}
@media only screen and (min-width: 1440px) {
  h1 {
    font-size: calc(1rem * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165);
  }
  h2 {
    font-size: calc(1rem * 1.165 * 1.165 * 1.165 * 1.165 * 1.165 * 1.165);
  }
  h3, .deck, .section-lead, .page-lead {
    font-size: calc(1rem * 1.165 * 1.165 * 1.165);
    letter-spacing: -0.025em;
  }
  .lead, .section-lead {
    font-size: calc(1rem * 1.165 * 1.165);
  }
  h4 {
    font-size: calc(1rem * 1.165);
  }
  h5 {
    font-size: 1rem;
  }
  h6, .secondary-text, figcaption {
    font-size: calc(1rem / 1.165);
  }
  .button, .list-number, .tab, .logo, a.header-nav-link, pre {
    font-size: calc(1rem / 1.165 / 1.165);
  }
}
@media only screen and (max-width: 1024px) {
  h1, h2, h3, h4, h5, h6, a {
    word-wrap: break-word;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: Metropolis;
  font-weight: 700;
  font-style: normal;
  color: #222;
}

.article h1, .article h2, .article h3 {
  color: #222;
}

.article .colored-heading {
  color: #222;
}

h1 {
  line-height: 0.9;
  letter-spacing: -0.05em;
  /*text-transform: uppercase;*/
}

h2 {
  line-height: 1;
  letter-spacing: -0.025em;
}

h3 {
  line-height: 1;
  letter-spacing: -0.0125em;
}

h4 {
  letter-spacing: -0.0125em;
  line-height: 1.25;
}

h5 {
  line-height: 1.3;
  padding-bottom: 0.5rem;
}

h6 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

figure, nav, blockquote, .screenshot, .mail-delivery-message, .error {
  padding-left: 1rem;
  padding-right: 1rem;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, .text-column {
  padding-left: calc(1rem - 0.0672269em); /*to cancel out the space to the left of each letter*/
  padding-right: 1rem;
}

@media only screen and (max-width: 640px) {
  p, ul, ol, h1, h2, h3, h4, h5, h6, .text-column {
    padding-left: calc(2rem - 0.0672269em); /*to cancel out the space to the left of each letter*/
    padding-right: 2rem;
  }
  .sidebar p, .sidebar ul, .sidebar ol, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    padding-left: calc(1rem - 0.0672269em); /*to cancel out the space to the left of each letter*/
    padding-right: 1rem;
  }
}
.text-column ul, .text-column ol {
  padding-left: 0;
  padding-right: 0;
}

pre, video {
  padding-left: 1rem;
  padding-right: 1rem;
}

p, ul, ol, pre, video {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 640px) {
  pre, video, figure, nav, blockquote, .screenshot {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
p.list-starter {
  padding-bottom: 0.5rem;
}

.text-column p {
  padding-left: 0;
  padding-right: 0;
}

h2, h3, h4 {
  padding-bottom: 0.75em;
}

p + h2, p + h3, p + h4, p + h5,
ol + h2, ol + h3, ol + h4, ol + h5,
ul + h2, ul + h3, ul + h4, ul + h5 {
  margin-top: 1rem;
}

pre + h2 {
  margin-top: 2rem;
}

pre {
  font-family: "Source Code Pro";
  white-space: pre-wrap;
  padding-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.deck, .lead, .page-lead, .section-lead {
  line-height: 1.25;
}

.deck {
  margin-top: 0.5em;
  font-style: italic;
}

.lead, .page-lead {
  font-family: Cardo;
  font-weight: 400;
}

.secondary-text, figcaption {
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.6);
}

.zone .secondary-text {
  color: rgba(255, 255, 255, 0.5);
}

figcaption {
  font-style: italic;
  margin-top: 0.5rem;
}

.center-text {
  text-align: center;
}

blockquote {
  font-style: italic;
  margin-bottom: 1rem;
}

ul, ol {
  list-style: none;
}

ol {
  counter-reset: section;
}

li {
  padding-bottom: 0.5rem;
}

ul li:before {
  content: "●";
  padding-right: 0.65em;
  font-size: 0.8em;
  opacity: 0.25;
}

ol li:before {
  counter-increment: section;
  content: counter(section);
  padding-right: 0.75em;
  font-size: 0.75em;
  font-weight: 700;
  opacity: 0.4;
}

li:before {
  margin-left: -1.25em;
}

.inline-list li:before {
  margin-left: 0;
}

li:first-of-type {
  margin-top: 0.5rem;
}

li:last-of-type {
  padding-bottom: 0;
}

form li {
  padding-bottom: 0;
}

form li:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  li label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/*p + ul {
    padding-left: 0;
}*/
p + ol > li:first-of-type, p + ul > li:first-of-type,
h2 + ol > li:first-of-type, h2 + ul > li:first-of-type,
h3 + ol > li:first-of-type, h3 + ul > li:first-of-type,
h4 + ol > li:first-of-type, h4 + ul > li:first-of-type {
  margin-top: 0;
}

.unstyled-list {
  list-style: none;
}

.unstyled-list li:before {
  display: none;
}

.compact-list li, .compact-paragraph {
  padding-bottom: 0;
}

.compact-bottom-half {
  padding-bottom: 0.5rem;
}

.compact-list li:first-of-type {
  margin-top: 0;
}

.loose-list li {
  padding-bottom: 1rem;
}

h2.unstyled-heading:before, h3.unstyled-heading:before, h3.list-heading:before {
  display: none;
}

.list-heading {
  padding-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.list-heading:first-of-type {
  margin-top: 0;
}

.compact-heading {
  padding-bottom: 0.25rem;
  margin-top: 0;
}

li.compact-top {
  margin-top: 0;
}

.sub-headline {
  padding-bottom: 0;
  text-transform: uppercase;
}

.skills {
  opacity: 0.15;
  color: #222;
}

.zone-heading {
  font-family: Cardo;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bbb;
}

@media only screen and (max-width: 1024px) {
  .zone-heading {
    padding-top: 1rem;
  }
}
.zone-heading:before {
  display: none;
}

.zone h1, .zone h2, .zone h3, .zone h4, .zone h5, .zone h6 {
  color: rgba(255, 255, 255, 0.9);
}

.byline {
  padding-bottom: 0;
  margin-bottom: 0;
}

.case-study:after {
  content: "[Case Study]";
  font-family: Metropolis;
  font-size: 0.8em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 0.5em;
}

.external-link:after {
  content: " ➞";
}

a.button, button.button {
  position: relative;
  display: inline-block;
  font-family: Metropolis;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.85rem 1rem 0.7rem 1rem;
  color: #d8d8d8;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
  border-bottom: none;
  box-shadow: 0 0.2rem rgba(0, 0, 0, 0.1);
}

a.button:hover, button.button:hover {
  color: #222;
  transition: color 0.15s ease-in-out;
  box-shadow: 0 0.25rem rgba(0, 0, 0, 0);
}

a.button:before, button.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #DBAE70;
  transition: width 0.15s ease-in-out;
  z-index: -1;
}

a.button:hover:before, button.button:hover:before {
  width: 100%;
}

a.button:after, button.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: -2;
}

.button:target {
  background: #222;
  color: #222;
}

.list-number, .tool-tip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.list-number {
  margin-left: 1rem;
  /*margin-top: .5rem;*/
  margin-bottom: 1rem;
  font-family: Metropolis;
  font-weight: 700;
  line-height: 1;
  background: #222;
  color: #d8d8d8;
}

.zone .list-number {
  background: rgba(0, 0, 0, 0.6);
  color: #888;
  /*opacity: .35;*/
}

@media only screen and (min-width: 1025px) {
  .list-number {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .list-number {
    margin-left: 2rem;
  }
}
.tool-tip {
  margin-left: 1rem;
  font-family: Cardo;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-transform: initial;
  background: #222;
  color: #fff;
}

.tip {
  visibility: hidden;
  position: absolute;
  left: 46.6666666667%;
  width: 40%;
  border-left: 2px solid #222;
  color: #222;
}

.tool-tip:hover .tip {
  visibility: visible;
}

.share {
  /*padding-left: 1.25rem;*/
  color: #222;
}

a.share-twitter {
  /*background: url(../images/share-twitter.svg) no-repeat left;*/
}

a.share-facebook {
  /*background: url(../images/share-facebook.svg) no-repeat left;*/
}

a.share-googleplus {
  display: none;
  /*background: url(../images/share-googleplus.svg) no-repeat left;*/
}

a.share-dribbble {
  /*background: url(../images/share-dribbble.svg) no-repeat left;*/
}

/*a.share-twitter:hover {
    color: #55acee;
}
a.share-facebook:hover {
    color: #3b5998;
}
a.share-googleplus:hover {
    color: #dd4b39;
}
a.share-dribbble:hover {
    color: #ea4c89;
}*/
/*----------------------------------------------------------------------------------
Forms
----------------------------------------------------------------------------------*/
input[type=text], input[type=email], textarea {
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 0.7rem 1rem 0.6rem 1rem;
  font-family: inherit;
  font-size: inherit;
  border-bottom: 4px solid #222;
  color: #222;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border-bottom: 4px solid #DBAE70;
}

textarea {
  height: 15em;
  line-height: 1.5;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.text-input {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  background: #bbb;
}

.text-input-full-width {
  width: 100%;
}

.text-input-inline {
  width: 4em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.form-label {
  margin-top: 0.5rem;
}

/*@media only screen and (min-width: $desktop-min) {
    .form-label {
        margin-top: 0;
    }
    .form-label:first-of-type {
        margin-top: 0;
    }
}*/
.radio, .checkbox, .tab {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color 0.15s ease-in-out;
}

.radio:hover, .checkbox:hover {
  color: #DBAE70;
  transition: color 0.15s ease-in-out;
}

.radio:before, .checkbox:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border: 2px solid #222;
  transition: background 0.15s, border 0.15s, opacity 0.15s ease-in-out;
  opacity: 0.75;
}

.radio:before {
  border-radius: 50%;
}

.radio:hover:before, .checkbox:hover:before {
  border: 4px solid #DBAE70;
}

input:checked ~ .radio:before, input:checked ~ .checkbox:before {
  background: #DBAE70;
  border: 4px solid #DBAE70;
  opacity: 1;
}

input:checked ~ .radio:hover:before, input:checked ~ .checkbox:hover:before {
  opacity: 0.75;
}

.tab {
  position: relative;
  display: inline-block;
  font-family: Metropolis;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.1rem 1rem 0.9rem 1rem;
  color: #222;
}

@media only screen and (max-width: 640px) {
  .tab {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .tab:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d8d8d8;
    z-index: -1;
  }
}
@media only screen and (min-width: 641px) {
  .tab {
    display: inline-block;
    padding: 0.9rem 1rem 0.7rem 1rem;
  }
}
.tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #222;
  transition: height 0.15s ease-in-out;
  z-index: -1;
}

.tab:hover {
  color: #d8d8d8;
}

.tab:hover:after {
  height: 100%;
}

#tab1-content, #tab2-content, #tab3-content, #tab4-content {
  display: none;
}

#tab1:checked ~ #tab1-content {
  display: block;
}

#tab2:checked ~ #tab2-content {
  display: block;
}

#tab3:checked ~ #tab3-content {
  display: block;
}

#tab4:checked ~ #tab4-content {
  display: block;
}

input:checked + .tab {
  color: #d8d8d8;
}

input:checked + .tab:after {
  height: 100%;
}

@media only screen and (min-width: 641px) {
  .tab:first-of-type {
    margin-left: calc(25% + 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .tab:first-of-type {
    margin-left: calc(20% + 1rem);
  }
}
.tab-bar-rule:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
}

@media only screen and (min-width: 641px) {
  .tab-bar-rule:before {
    left: calc(25% + 1rem);
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-bar-rule:before {
    left: calc(20% + 1rem);
    width: calc(80% - 1rem);
  }
}
.mail-delivery-message {
  display: block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-style: italic;
}

.mail-delivery-message-success {
  background: #222;
  color: #d8d8d8;
}

.mail-delivery-message-failure {
  background: #DBAE70;
  color: #222;
}

.error {
  position: absolute;
  left: 46.6666666667%;
  width: calc(13.3333333333% - 1rem);
  font-style: italic;
  border-left: 2px solid #222;
}

.error-message {
  left: 53.3333333333%;
}

.error-human-test {
  left: 33.3333333333%;
}

/*----------------------------------------------------------------------------------
Transitions
----------------------------------------------------------------------------------*/
a, .text-input {
  position: relative;
}

h3 a, h4 a, h5 a, h6 a, footer a {
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .nav-list a:after, .text-input:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.12em;
    bottom: 0;
    left: 0;
    background: #DBAE70;
    transition: width 0.15s ease-in-out;
  }
  .text-input:after {
    height: 4px;
  }
  .nav-list a:hover:after, .text-input:hover:after {
    width: 100%;
    transition: width 0.15s ease-in-out;
  }
}
a.lined-image:after {
  display: none;
}

a.linked-image {
  position: relative;
  display: block;
}

a.linked-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0%;
  background-color: #DBAE70;
  transition: height 0.15s ease-in-out;
}

a.linked-image:hover:after {
  height: 100%;
}

.with-bg {
  background: #888;
}

.zone .with-bg {
  background: #333;
}

.with-bg-light {
  background: #a8a8a8;
}

.with-bg-dark {
  background: #222;
}

/*----------------------------------------------------------------------------------
Decorations
----------------------------------------------------------------------------------*/
img {
  display: block;
}

h1, h2, h3 {
  position: relative;
}

h1:before, h2:before {
  content: "";
  display: block;
  height: 2px;
  width: 33.33%;
  top: calc(0.8em - 2px);
  left: calc(100% - 1rem);
  margin-bottom: 1rem;
  background: #222;
}

.zone h1:before, .zone h2:before {
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  h1:before, h2:before, h3:before {
    margin-bottom: 1rem;
    width: calc(100% + 2rem);
  }
  .article h2:before, .article h3:before {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  h1:before, h2:before, h3:before {
    position: absolute;
    top: 0.85em;
    left: 0px;
    transform: rotate(180deg);
    transform-origin: 0 0;
  }
  h1:before {
    top: 0.8em;
  }
}
@media only screen and (min-width: 641px) {
  h1:before {
    width: calc(25vw - 2rem);
  }
  h2:before {
    width: calc(16.6666666667vw - 2rem);
  }
  h3:before {
    width: calc(8.3333333333vw - 2rem);
  }
}
@media only screen and (min-width: 1025px) {
  h1:before {
    width: calc(20vw - 2rem);
  }
  h2:before {
    width: 20vw;
  }
  h3:before {
    width: calc(6.6666666667vw - 2rem);
  }
}
/*h1:before {
    content: "";
    position: absolute;
    display: block;
    height: 4em;
    width: $rule-thickness;
    top: -$spacing-small;
    left: calc(1rem + .0672269em);
    margin-bottom: 1rem;
    background: $text-primary;
}
@media only screen and (max-width: $mobile-max) {
    h1:before {
        margin-bottom: 1rem;
    }
}
/*.home-page-title:before {
    background: $text-heading;
}*/
.page-title:after, .section-title:after {
  content: attr(title);
  position: absolute;
  font-family: Cardo;
  font-weight: 400;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: -0.05em;
  z-index: -2;
  color: rgba(0, 0, 0, 0.3);
}

.page-title:after {
  display: none;
  top: 0;
  left: 1rem;
  font-size: 50vw;
  white-space: nowrap;
  text-transform: none;
  transform: rotate(-90deg) translate(-100%, 0%);
  transform-origin: left top;
  opacity: 0.25;
}

@media only screen and (min-width: 640px) {
  .page-title:after {
    left: 1rem;
    font-size: 41.6666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .page-title:after {
    left: 0.12em;
    font-size: 20vw;
    line-height: 1;
  }
}
.section-title:after {
  display: none;
  left: 0;
  top: 1em;
  font-size: 13.3333333333vw;
  opacity: 0.2;
}

@media only screen and (min-width: 641px) {
  .home-page-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2em;
    left: -1em;
    width: 4em;
    height: 5em;
    background: #bbb;
    z-index: -2;
  }
}
.rule-left:before, .rule-right:before {
  content: "";
  display: block;
  width: 2rem;
  height: 10rem;
  position: absolute;
  z-index: -3;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .rule-left:before, .rule-right:before {
    opacity: 0.2;
  }
}
.rule-left:before {
  left: 0;
  background: #a8a8a8;
}

.rule-right:before {
  right: 0;
  background: #a8a8a8;
}

.rule-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc((100vw - 17px) / 15 * 12 - 1rem); /*17px scrollbar width*/
  height: 2px;
  background: #222;
}

@media only screen and (max-width: 640px) {
  .rule-top:before {
    width: calc(100vw - 2rem);
  }
}
.rule-bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2 * 1rem);
  height: 2px;
  background: #222;
}

@media only screen and (max-width: 640px) {
  .rule-bottom:after {
    left: 2rem;
    width: calc(100% - 2 * 2rem);
  }
}
.rule-top-from-left:before {
  left: 0;
  /*right: calc((100vw / 15 * 3) + 1rem);*/
}

.rule-top-from-right:before {
  right: 0;
  /*left: 100px/*calc((100vw / 15 * 3) + 1rem)*/
}

.lead p:first-of-type:first-letter, .article .section-lead p:first-of-type:first-letter {
  font-size: 2.75em;
  font-family: Cardo;
  font-weight: 400;
  line-height: 0.8;
  float: left;
  padding-top: 0.08em;
  padding-right: 0.05em;
  color: #D38D2C;
  margin-left: -0.0672269em; /*to cancel out the space to the left of each letter*/
}

.quote-stylized {
  position: relative;
  padding-top: 4rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.quote-stylized:last-of-type {
  padding-bottom: 0;
}

p.quote {
  font-style: italic;
}

@media only screen and (max-width: 640px) {
  p.quote, .quote-stylized h6, .quote-stylized p {
    padding-left: 0;
    padding-right: 0;
  }
}
.quote-stylized:before {
  content: "";
  background: url(../images/quote.svg) no-repeat;
  background-size: auto 3rem;
  position: absolute;
  width: calc(100% - (2rem * 2 + 1rem));
  height: 100%;
  top: 0;
  margin-left: 1rem;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .quote-stylized:before {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
