@charset "UTF-8";
/*
Gutenberg: Web Typography Starter Kit
Website ....... http://matejlatin.github.io/Gutenberg/
Version ....... 1.1
Github ........ https://github.com/matejlatin/Gutenberg
Authors ....... Matej Latin (@matejlatin)
License ....... Creative Commmons Attribution 3.0
License URL ... https://raw.githubusercontent.com/matejlatin/Gutenberg/master/license.txt
*/
/* Configuration
   ========================================================================== */
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
@media screen and (min-width: 40em) {
  .floatLeft {
    float: left; } }

@media screen and (min-width: 40em) {
  .floatCenter {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 40em) {
  .floatRight {
    float: right; } }

/* Grid
   ========================================================================== */
.grid, .grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat;
  background-size: 100% 26px;
  background-size: 100% 1.625rem; }
  @media screen and (min-width: 40em) {
    .grid, .grid-double {
      background-size: 100% 33px;
      background-size: 100% 1.7934782609rem; } }

.grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, 0.2) 13px, transparent 14px, transparent 26px); }
  @media screen and (min-width: 40em) {
    .grid-double {
      background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 16.5px, rgba(0, 170, 255, 0.2) 16.5px, transparent 17.5px, transparent 33px); } }

.toggleWrapper {
  display: block;
  position: fixed;
  top: 26px;
  right: 26px;
  background-color: #231F20;
  border-radius: 25px;
  padding: 0 10px 0 20px;
  height: 32px; }
  @media screen and (min-width: 40em) {
    .toggleWrapper {
      right: 33px;
      top: 33px; } }

.btnToggleGrid {
  background: url("../../assets/images/grid-icons.png") top right no-repeat;
  background-size: 32px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-right: 35px;
  height: 32px;
  line-height: 34px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }
  @media screen and (min-width: 40em) {
    .btnToggleGrid {
      top: 33px;
      right: 33px; } }
  .btnToggleGrid:hover {
    color: #fff; }
  .btnToggleGrid:active {
    color: #f00; }

.double-grid {
  background-position-y: -32px; }

.grid-off {
  background-position-y: -64px; }

aside {
  display: block; }

/* Defaults
   ========================================================================== */
@media screen and (min-width: 40em) {
  body,
  html {
    margin: 0;
    width: 100%;
    max-width: none; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 100%;
  font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #222;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 40em) {
    html {
      font-size: 18.4px;
      font-size: 1.15rem; } }

* {
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0px 0px 26px;
  margin: 0rem 0rem 1.625rem; }
  @media screen and (min-width: 40em) {
    * {
      line-height: 33px;
      line-height: 1.7934782609rem;
      margin-bottom: 33px;
      margin-bottom: 1.7934782609rem;
      max-width: 644px;
      max-width: 35rem;
      margin-left: auto;
      margin-right: auto; } }

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

body {
  margin: 0; }

footer {
  display: block; }
  body > footer {
    margin: 0 auto;
    width: 80%; }

header {
  display: block; }

main {
  display: block; }

section {
  display: block; }

/* Links
   ========================================================================== */
a {
  background: transparent;
  color: #222;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:active, a:hover {
    outline: 0; }
  a:hover {
    color: #222; }
  a:visited {
    color: #888; }
    a:visited:hover {
      color: #222; }
  a:active {
    color: #f00; }

article {
  display: block;
  margin: 0 auto;
  width: 80%; }
  @media screen and (min-width: 40em) {
    article {
      max-width: 966px;
      max-width: 52.5rem; } }

audio {
  display: inline-block;
  vertical-align: baseline; }
  audio:not([controls]) {
    display: none;
    height: 0; }

canvas {
  display: inline-block;
  vertical-align: baseline; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

code {
  padding: 26px;
  padding: 1.625rem;
  display: block; }
  @media screen and (min-width: 40em) {
    code {
      padding: 33px;
      padding: 1.7934782609rem; } }

details {
  display: block; }

summary {
  display: block; }

figcaption {
  line-height: 26px;
  line-height: 1.625rem;
  color: #222;
  display: block;
  font-size: .8125rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center; }
  @media screen and (min-width: 40em) {
    figcaption {
      line-height: 33px;
      line-height: 1.7934782609rem;
      margin-bottom: 0; } }

figure {
  display: block; }

@media screen and (min-width: 40em) {
  figure.floatLeft,
  figure.floatRight {
    max-width: 322px;
    max-width: 17.5rem;
    padding: 0px 33px;
    padding: 0rem 1.7934782609rem; } }
@media screen and (min-width: 40em) {
  figure.floatLeft blockquote,
  figure.floatRight blockquote {
    padding: 0px;
    padding: 0rem;
    text-align: left; } }
@media screen and (min-width: 40em) {
  figure.floatLeft blockquote p,
  figure.floatRight blockquote p {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 33px;
    line-height: 1.7934782609rem; } }

/* Headings
   ========================================================================== */
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  margin-top: 104px;
  margin-top: 6.5rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 39px;
  margin-top: 2.4375rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 66px;
    line-height: 3.5869565217rem;
    margin-top: 132px;
    margin-top: 7.1739130435rem;
    margin-bottom: 33px;
    margin-bottom: 1.7934782609rem; }

  h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 49.5px;
    line-height: 2.6902173913rem;
    margin-top: 82.5px;
    margin-top: 4.4836956522rem;
    margin-bottom: 16.5px;
    margin-bottom: 0.8967391304rem; }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 1.7934782609rem;
    margin-top: 66px;
    margin-top: 3.5869565217rem;
    margin-bottom: 16.5px;
    margin-bottom: 0.8967391304rem; }

  h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 33px;
    line-height: 1.7934782609rem;
    margin-top: 49.5px;
    margin-top: 2.6902173913rem;
    margin-bottom: 16.5px;
    margin-bottom: 0.8967391304rem; }

  h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 33px;
    line-height: 1.7934782609rem;
    margin-top: 82.5px;
    margin-top: 4.4836956522rem;
    margin-bottom: 16.5px;
    margin-bottom: 0.8967391304rem; }

  h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 33px;
    line-height: 1.7934782609rem;
    margin-top: 82.5px;
    margin-top: 4.4836956522rem;
    margin-bottom: 16.5px;
    margin-bottom: 0.8967391304rem; } }
h1 + h2 {
  margin-top: 26px;
  margin-top: 1.625rem; }
  @media screen and (min-width: 40em) {
    h1 + h2 {
      margin-top: 33px;
      margin-top: 1.7934782609rem; } }

h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 13px;
  margin-top: 0.8125rem; }
  @media screen and (min-width: 40em) {
    h2 + h3,
    h3 + h4,
    h4 + h5 {
      margin-top: 16.5px;
      margin-top: 0.8967391304rem; } }

h5 + h6 {
  margin-top: -13px;
  margin-top: -0.8125rem; }
  @media screen and (min-width: 40em) {
    h5 + h6 {
      margin-top: -16.5px;
      margin-top: -0.8967391304rem; } }

h6 {
  font-style: italic;
  font-weight: normal; }

hgroup {
  display: block; }

hr {
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  color: #222;
  display: block;
  height: 26px;
  height: 1.625rem;
  margin-right: auto;
  margin-left: auto;
  background-size: 100% 26px;
  background-size: 100% 1.625rem;
  background-image: linear-gradient(to bottom, transparent 1px, transparent 11px, #222 11px, #222 15px, transparent 15px, transparent 26px);
  width: 100px; }
  @media screen and (min-width: 40em) {
    hr {
      margin-top: 66px;
      margin-top: 3.5869565217rem;
      margin-bottom: 66px;
      margin-bottom: 3.5869565217rem;
      height: 33px;
      height: 1.7934782609rem; } }
  @media screen and (min-width: 40em) {
    hr {
      background-size: 100% 33px;
      background-size: 100% 1.7934782609rem;
      background-image: linear-gradient(to bottom, transparent 1px, transparent 14.5px, #222 14.5px, #222 18.5px, transparent 18.5px, transparent 33px); } }

img {
  border: 0;
  max-width: 100%;
  display: block;
  margin: inherit auto; }

svg:not(:root) {
  overflow: hidden; }

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

nav {
  display: block; }

progress {
  display: inline-block;
  vertical-align: baseline; }

blockquote {
  font-style: italic;
  padding-left: 1.4375rem; }
  @media screen and (min-width: 40em) {
    blockquote {
      padding-left: 2rem; } }

cite {
  display: block;
  font-style: normal; }

figure blockquote {
  padding: 26px 0px;
  padding: 1.625rem 0rem; }
  @media screen and (min-width: 40em) {
    figure blockquote {
      padding: 66px 0px 33px;
      padding: 3.5869565217rem 0rem 1.7934782609rem;
      text-align: center; } }
  figure blockquote p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 39px;
    line-height: 2.4375rem; }
    @media screen and (min-width: 40em) {
      figure blockquote p {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 49.5px;
        line-height: 2.6902173913rem; } }

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

td,
th {
  padding: 0; }

[hidden],
template {
  display: none; }

abbr {
  letter-spacing: 0.1em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

em,
i {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

mark {
  background: #ff0;
  color: #000; }

small {
  line-height: 13px;
  line-height: 0.8125rem;
  font-size: 70%; }
  @media screen and (min-width: 40em) {
    small {
      line-height: 16.5px;
      line-height: 0.8967391304rem; } }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Paragraph
   ========================================================================== */
.attention-grabber, .notes .article-body p:nth-child(1) {
  font-size: 19.2px;
  font-size: 1.2rem; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.uppercase {
  letter-spacing: .1em;
  text-transform: uppercase; }

video {
  display: inline-block;
  vertical-align: baseline; }

@media screen and (max-width: 667px) {
  .hidden-sm {
    display: none; } }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.margin-top {
  margin-top: 30px; }

.margin-auto {
  margin: auto; }

.no-border {
  border-radius: 0;
  border: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.full-screen, .full-width {
  max-width: 100%; }

.larger {
  max-width: 70%; }
  @media screen and (max-width: 667px) {
    .larger {
      max-width: 100%; } }

.font-primary {
  font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", sans-serif; }

.font-secondary {
  font-family: "Input Mono", "Courier", sans-serif; }

.text-secondary {
  color: #9E9E9E; }

.text-semibold, .text-bold {
  font-weight: 600; }

.text-light {
  font-weight: 300; }

.text-grey {
  color: #9E9E9E; }

.text-link-color {
  color: #00a071; }

.text-regular {
  font-weight: 400; }

.text-uppercase {
  text-transform: uppercase; }

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

.text-important {
  color: #2b00cf; }

.grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .grayscale:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.force-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  cursor: copy; }

/*------------------------------------*\
  ATOMS
\*------------------------------------*/
.tag {
  background: #e9e5fa;
  color: #2b00cf;
  padding: 0 1em;
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
  font-family: "Input Mono", "Courier", sans-serif;
  white-space: nowrap; }

.highlight {
  background: #CCE4FF; }

.primary-btn, .primary-btn--large {
  font-family: "Input Mono", "Courier", sans-serif;
  color: #424242;
  background: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0.7em 1em 0.5em;
  -webkit-box-shadow: -3px -3px 0 #eee;
          box-shadow: -3px -3px 0 #eee;
  border: 2px solid #424242;
  -webkit-box-shadow: -5px -5px 0px #424242;
          box-shadow: -5px -5px 0px #424242; }
  .primary-btn:hover, .primary-btn--large:hover, .primary-btn .pressed, .primary-btn--large .pressed {
    color: #2b00cf !important;
    background: #fff !important;
    -webkit-box-shadow: 3px 3px 0 #fff;
            box-shadow: 3px 3px 0 #fff;
    cursor: pointer; }
  .primary-btn:active, .primary-btn--large:active, .primary-btn:visited, .primary-btn--large:visited {
    color: #424242;
    background: #fff; }
  .primary-btn:hover, .primary-btn--large:hover {
    -webkit-box-shadow: 5px 5px 0px #2b00cf;
            box-shadow: 5px 5px 0px #2b00cf;
    color: #2b00cf;
    border-color: #2b00cf; }

.primary-btn--large {
  font-size: 1.25em;
  padding: 0.4em 2.5em; }

.btn-back {
  font-family: "Input Mono", "Courier", sans-serif;
  color: #424242;
  background: #F5F5F5;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0.7em 1em 0.5em;
  -webkit-box-shadow: -3px -3px 0 #eee;
          box-shadow: -3px -3px 0 #eee;
  font-size: 0.7em;
  text-transform: uppercase; }
  .btn-back:hover, .btn-back .pressed {
    color: #fff !important;
    background: #424242 !important;
    -webkit-box-shadow: 3px 3px 0 #424242;
            box-shadow: 3px 3px 0 #424242;
    cursor: pointer; }
  .btn-back:active, .btn-back:visited {
    color: #424242;
    background: #F5F5F5; }
  .btn-back .icon {
    top: 2px; }

.sectionLink, .sectionLink:visited {
  color: #222;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid transparent;
  background: #f7f7f7;
  padding: 1em 2em;
  display: block;
  width: 100%;
  line-height: 1.8;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .sectionLink:hover, .sectionLink:visited:hover {
    border: 1px solid #2b00cf;
    background: #e9e5fa; }
  .sectionLink svg, .sectionLink:visited svg {
    margin-bottom: 0;
    position: relative;
    top: -0.5em;
    max-width: 28px;
    float: left;
    margin-right: 0.8em; }
    @media screen and (max-width: 667px) {
      .sectionLink svg, .sectionLink:visited svg {
        top: 0.2em;
        max-width: none;
        margin-bottom: 1em; } }

.btn-text {
  background: transparent;
  font-family: "Input Mono", "Courier", sans-serif;
  font-size: 0.75em;
  color: #00a071;
  display: block;
  text-transform: uppercase; }
  .btn-text:hover {
    cursor: pointer;
    background: none;
    color: #2b00cf; }

.btn-expand .icon-angle-down {
  display: inline-block;
  font-size: 1.4em; }
.btn-expand:hover .icon-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 10px; }

.btn-expand__pressed {
  cursor: pointer;
  color: #2b00cf; }
  .btn-expand__pressed .icon-angle-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 10px; }

@media screen and (max-width: 667px) {
  #bookmarks {
    padding: 1.5em;
    padding-top: 0; } }

a.pin-title, a:visited.pin-title {
  font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  color: #212121;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none; }
  a.pin-title:hover, a:visited.pin-title:hover {
    background: #00a071;
    color: #fff;
    text-decoration: none; }

.pin-item {
  margin: 1em auto 2em; }
  .pin-item p {
    line-height: 1.5; }

.pin-description {
  font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 0.8; }

.pin-tag {
  display: none; }

/*------------------------------------*\
  #COMMON
\*------------------------------------*/
html {
  margin: 0; }

a {
  color: #00a071; }
  a:visited, a:active {
    color: #00a071; }
  a:visited:hover, a:hover {
    color: #2b00cf;
    background: #e9e5fa; }

@media screen and (max-width: 667px) {
  .home-intro, .content-library, .content-colophon, .content-hi {
    padding: 0 1.5em; } }

::-moz-selection {
  background: rgba(0, 160, 113, 0.2); }

::selection {
  background: rgba(0, 160, 113, 0.2); }

.icon {
  position: relative;
  top: 5px; }

/*------------------------------------*\
  #NOTES
\*------------------------------------*/
/*------------------------------------*\
  Alternative layout
\*------------------------------------*/
.raised, .page-cv .content {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.03);
  max-width: 45em;
  position: relative;
  top: -125px;
  background: #fff;
  padding: 2em 0; }
  @media screen and (max-width: 667px) {
    .raised, .page-cv .content {
      padding: 2em 1.5em;
      -webkit-box-shadow: none;
              box-shadow: none; } }

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
.site-header:hover {
  background: linear-gradient(135deg, #e9e5fa, #2b00cf);
  -webkit-transition: 1s;
  transition: 1s; }
  .site-header:hover .header__section.header__nav a {
    color: #fff; }

.site-header {
  background: #f7f7f7;
  padding: 15px 0;
  margin-bottom: 30px;
  max-width: 100%;
  /* reset max-width */
  font-family: "Input Mono", "Courier", sans-serif;
  border-bottom: 1px solid #eee; }
  .site-header a:visited:hover, .site-header a:hover {
    background: none; }
  .site-header .avatar {
    max-width: 3em; }
  .site-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 35em;
    /* to center it and make it as wide as main body */ }
    @media screen and (max-width: 667px) {
      .site-header .wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: auto 1.5em; } }

.header__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .header__section:first-child {
    /* left section header */
    margin-left: 0; }
  .header__section:last-child {
    /* right section header */
    margin-right: 0; }
  .header__section.header__nav a {
    font-size: 0.9em;
    text-decoration: none;
    margin: 0 0.1em;
    color: #212121;
    /* Animation on :hover */ }
    .header__section.header__nav a::before, .header__section.header__nav a::after {
      display: inline-block;
      opacity: 0;
      -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
      transition: opacity 0.2s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.2s;
      transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s; }
    .header__section.header__nav a::before {
      margin-right: 10px;
      content: '[';
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    .header__section.header__nav a::after {
      margin-left: 10px;
      content: ']';
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px); }
    .header__section.header__nav a:hover::before, .header__section.header__nav a:hover::after, .header__section.header__nav a:focus::before, .header__section.header__nav a:focus::after {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    .header__section.header__nav a:hover, .header__section.header__nav a.active {
      color: #2b00cf; }

/*------------------------------------*\
  #SUBNAV
\*------------------------------------*/
.subnav {
  border-bottom: 1px solid #2b00cf;
  padding: 10px 0;
  text-align: left; }
  .subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .subnav ul li {
      display: inline;
      margin-right: 30px; }
      @media screen and (max-width: 667px) {
        .subnav ul li {
          margin-right: 10px; } }
      .subnav ul li.right {
        float: right;
        margin-right: 0; }
        .subnav ul li.right a {
          padding-right: 0; }
    .subnav ul a {
      color: #212121;
      text-decoration: none;
      padding: 0 1em; }
      @media screen and (max-width: 667px) {
        .subnav ul a {
          padding: 0 0.5em; } }
      .subnav ul a.active {
        border-bottom: 3px solid #2b00cf;
        font-weight: bold;
        color: #2b00cf;
        padding-bottom: 14px; }
        @media screen and (max-width: 667px) {
          .subnav ul a.active {
            padding-bottom: 12px; } }
        .subnav ul a.active .icon {
          top: 4px; }
      .subnav ul a:hover {
        background: none;
        color: #2b00cf; }

/*------------------------------------*\
  #INTRODUCTION
\*------------------------------------*/
@media screen and (max-width: 667px) {
  .introduction {
    margin: 0 30px; } }

.animated, .flickering {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite, .flickering {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

/* Loading animation */
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  margin: auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00a071;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Flickering */
@-webkit-keyframes flickering {
  16.65% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  33.3% {
    -webkit-filter: grayscale(0.9);
            filter: grayscale(0.9); }
  49.95% {
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8); }
  66.6% {
    -webkit-filter: grayscale(0.6);
            filter: grayscale(0.6); }
  83.25% {
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8); }
  100% {
    -webkit-filter: grayscale(0.9);
            filter: grayscale(0.9); } }
@keyframes flickering {
  16.65% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  33.3% {
    -webkit-filter: grayscale(0.9);
            filter: grayscale(0.9); }
  49.95% {
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8); }
  66.6% {
    -webkit-filter: grayscale(0.6);
            filter: grayscale(0.6); }
  83.25% {
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8); }
  100% {
    -webkit-filter: grayscale(0.9);
            filter: grayscale(0.9); } }
.flickering {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-animation-name: flickering;
          animation-name: flickering;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
          animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

/* Shake animation */
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

/* Typing cursor */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
  color: #00a071;
  margin-left: 5px; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* FadeIn */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

/*------------------------------------*\
  #CONTACT-FORM
\*------------------------------------*/
#contact-form {
  border: 2px solid #2b00cf;
  padding: 0;
  font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  color: #2b00cf;
  -webkit-box-shadow: -20px -20px 0px 0px #e9e5fa;
          box-shadow: -20px -20px 0px 0px #e9e5fa;
  margin: 60px auto; }
  @media screen and (max-width: 667px) {
    #contact-form {
      margin-left: 0;
      margin-right: 0;
      -webkit-box-shadow: -10px -10px 0px 0px #e9e5fa;
              box-shadow: -10px -10px 0px 0px #e9e5fa; } }
  #contact-form ::-webkit-input-placeholder {
    color: #d4ccf5;
    font-weight: normal;
    font-family: "Input Mono", "Courier", sans-serif;
    font-size: 0.8em; }
  #contact-form input, #contact-form textarea {
    width: 100%;
    padding: 1em;
    font-size: 1.3em;
    border-bottom: 2px solid #2b00cf;
    font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", sans-serif;
    color: #2b00cf; }
    #contact-form input:first-child, #contact-form textarea:first-child {
      border-right: 2px solid #2b00cf; }
    #contact-form input:focus, #contact-form textarea:focus {
      outline: none; }
    @media screen and (max-width: 667px) {
      #contact-form input, #contact-form textarea {
        font-size: 1em; } }
  #contact-form .additional-info input {
    min-width: 100%; }
    #contact-form .additional-info input:first-child {
      border-right: none; }
  #contact-form textarea {
    color: #2b00cf;
    border-bottom: 0;
    min-height: 350px; }
  #contact-form .submit-btn {
    background: #2b00cf;
    padding: 1em 0 0.8em;
    font-size: 1.2em;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: 100%;
    color: #fff;
    font-family: "Input Mono", "Courier", sans-serif;
    font-weight: normal;
    cursor: pointer; }

.social-links p {
  line-height: 2.2; }
.social-links a {
  text-decoration: none;
  color: #212121;
  background: #F5F5F5;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 2px; }
  .social-links a:hover {
    background: #e9e5fa;
    color: #2b00cf; }

.newsletter {
  border-top: 1px dashed #e9e5fa;
  border-bottom: 1px dashed #e9e5fa;
  padding: 1em 2em 0.1em;
  padding-bottom: 0.1em;
  max-width: 700px; }
  @media screen and (max-width: 667px) {
    .newsletter {
      padding: 1em 0 0;
      margin: 1.5em 1em; } }

#mc_embed_signup {
  margin: 1em 0;
  padding: 0; }

#mc_embed_signup .mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 667px) {
    #mc_embed_signup .mc-field-group {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

#mc_embed_signup form {
  padding: 0; }

#mc_embed_signup .mc-field-group input[type="email"] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  margin-right: 1em;
  padding: 0.5em 1em;
  font-family: "Nitti Grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  color: #212121;
  border: 1px solid #E0E0E0;
  border-radius: 0; }
  #mc_embed_signup .mc-field-group input[type="email"]:focus {
    outline: none;
    border: 1px solid #2b00cf; }
  #mc_embed_signup .mc-field-group input[type="email"]::-webkit-input-placeholder {
    color: #616161;
    font-weight: normal; }
  #mc_embed_signup .mc-field-group input[type="email"]:-ms-input-placeholder {
    color: #616161;
    font-weight: normal; }
  #mc_embed_signup .mc-field-group input[type="email"]::-ms-input-placeholder {
    color: #616161;
    font-weight: normal; }
  #mc_embed_signup .mc-field-group input[type="email"]::placeholder {
    color: #616161;
    font-weight: normal; }

#mc_embed_signup .mc-field-group input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  font-family: "Input Mono", "Courier", sans-serif;
  text-transform: uppercase;
  padding: 0.6em 1.5em;
  border: 1px solid #2b00cf;
  background: #fff;
  -webkit-box-shadow: -3px -3px 0 #2b00cf;
          box-shadow: -3px -3px 0 #2b00cf;
  color: #2b00cf;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.05em; }
  #mc_embed_signup .mc-field-group input[type="submit"]:hover {
    -webkit-box-shadow: 3px 3px 0 #2b00cf;
            box-shadow: 3px 3px 0 #2b00cf;
    cursor: pointer; }
  @media screen and (max-width: 667px) {
    #mc_embed_signup .mc-field-group input[type="submit"] {
      margin-top: 1.5em;
      position: relative;
      left: 3px; } }

#mc_embed_signup div.mce_inline_error {
  display: none !important; }

/*------------------------------------*\
  #LIBRARY
\*------------------------------------*/
.content-library .sectionLink svg {
  max-width: 45px;
  top: -0.6em;
  /* adjust icon alignment */ }
@media screen and (max-width: 667px) {
  .content-library .sectionLink {
    line-height: 1.4; } }

.library {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1em;
  margin: 60px auto;
  max-width: 900px; }
  @media screen and (max-width: 1000px) {
    .library {
      grid-template-columns: repeat(4, 1fr);
      margin: 60px; } }
  @media screen and (max-width: 667px) {
    .library {
      grid-template-columns: repeat(3, 1fr);
      margin: 60px auto; } }
  .library .book {
    margin: 0; }
    .library .book .book__cover {
      margin: auto 0;
      max-height: 220px;
      margin-bottom: 15px; }
      .library .book .book__cover:hover {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      @media screen and (max-width: 667px) {
        .library .book .book__cover {
          max-height: 150px; } }
    .library .book .book__title {
      display: block;
      margin: 0;
      line-height: 1; }
    .library .book .book__author {
      font-style: normal;
      font-size: 0.8em;
      color: #b1b1b1; }

/*------------------------------------*\
  #READING
\*------------------------------------*/
.page-reading {
  margin-top: 20px; }
  .page-reading header {
    display: none; }

.reading {
  max-width: none; }
  .reading .book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4em 2em 0 2em; }
    @media screen and (max-width: 667px) {
      .reading .book {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .reading .book .book__cover {
      font-family: "Input Mono", "Courier", sans-serif;
      font-size: 0.7em;
      text-align: center;
      -ms-flex-item-align: self-start;
          align-self: self-start;
      margin-right: 2em; }
      .reading .book .book__cover img {
        max-width: 250px; }
        .reading .book .book__cover img:hover {
          -webkit-filter: brightness(90%);
                  filter: brightness(90%); }
        @media screen and (max-width: 1000px) {
          .reading .book .book__cover img {
            max-width: 170px;
            margin: 0 2em; } }
    .reading .book .book__quotes {
      font-size: 1.2em;
      line-height: 1.6; }
      .reading .book .book__quotes .book__readDate {
        font-size: 0.6em;
        font-family: "Input Mono", "Courier", sans-serif; }
        .reading .book .book__quotes .book__readDate span {
          background: rgba(255, 255, 255, 0.5);
          padding: 1px 2px; }
      .reading .book .book__quotes p {
        display: none;
        font-weight: 300; }
      .reading .book .book__quotes p:first-child {
        display: block;
        font-size: 1.2em; }
      .reading .book .book__quotes a.btn {
        font-family: "Input Mono", "Courier", sans-serif;
        color: #424242;
        background: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 0.7em 1em 0.5em;
        -webkit-box-shadow: -3px -3px 0 #424242;
                box-shadow: -3px -3px 0 #424242;
        font-size: 0.6em;
        padding: 1em;
        margin-right: 2em;
        text-transform: uppercase;
        -webkit-box-shadow: -5px -5px 0 rgba(255, 255, 255, 0.5);
                box-shadow: -5px -5px 0 rgba(255, 255, 255, 0.5);
        border: 1px solid transparent; }
        .reading .book .book__quotes a.btn:hover, .reading .book .book__quotes a.btn .pressed {
          color: #fff !important;
          background: #424242 !important;
          -webkit-box-shadow: 3px 3px 0 #424242;
                  box-shadow: 3px 3px 0 #424242;
          cursor: pointer; }
        .reading .book .book__quotes a.btn:active, .reading .book .book__quotes a.btn:visited {
          color: #424242;
          background: #fff; }
        .reading .book .book__quotes a.btn:hover, .reading .book .book__quotes a.btn.pressed {
          -webkit-box-shadow: 5px 5px 0 #424242;
                  box-shadow: 5px 5px 0 #424242;
          border: 1px solid #fff; }

@media screen and (max-width: 667px) {
  .page-work .content-work {
    padding: 1.5em; } }

.page-cv .attention-grabber, .page-cv .notes .article-body p:nth-child(1), .notes .article-body .page-cv p:nth-child(1) {
  margin: 0em auto 3em; }
.page-cv .content h2 {
  color: #b1b1b1; }
.page-cv .content .date {
  text-transform: uppercase; }
.page-cv .content .tag {
  font-size: 0.75em; }
.page-cv .content .job-position:first-of-type {
  border-left: 5px solid #2b00cf;
  padding-left: 1em;
  position: relative;
  left: -1em; }
  .page-cv .content .job-position:first-of-type .date {
    color: #2b00cf; }
.page-cv .site-header {
  padding: 1em 0 6em; }
.page-cv .contacts {
  width: 60%; }
.page-cv .links {
  width: 40%;
  text-align: right;
  font-size: 0.7em;
  font-family: "Input Mono", "Courier", sans-serif; }
.page-cv .links {
  list-style: none;
  padding: 0; }
  .page-cv .links li {
    margin-bottom: 0.5em; }
  .page-cv .links a {
    text-decoration: none;
    border-bottom: 1px solid #00a071; }
    .page-cv .links a:hover {
      border-bottom: 1px solid #2b00cf; }
.page-cv small {
  font-family: "Input Mono", "Courier", sans-serif; }

/*------------------------------------*\
  #HOME
\*------------------------------------*/
.page-home .site-header {
  margin-bottom: 0; }
.page-home .home-intro {
  background: #f7f7f7;
  padding: 30px 0; }
  @media screen and (max-width: 667px) {
    .page-home .home-intro {
      padding: 1.5em; } }
  .page-home .home-intro p {
    display: none; }
  .page-home .home-intro p:first-child {
    display: block; }
.page-home .featured-links {
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
  padding: 30px 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
  @media screen and (max-width: 1000px) {
    .page-home .featured-links {
      padding: 1.5em 0;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2em; } }
  @media screen and (max-width: 667px) {
    .page-home .featured-links {
      grid-template-columns: repeat(3, 1fr); } }
  .page-home .featured-links a {
    height: 120px;
    margin: 0;
    text-decoration: none;
    color: #424242;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "Input Mono", "Courier", sans-serif; }
    .page-home .featured-links a path, .page-home .featured-links a polygon, .page-home .featured-links a rect {
      fill: #424242; }
    .page-home .featured-links a:visited:hover, .page-home .featured-links a:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      background: none; }
      .page-home .featured-links a:visited:hover path, .page-home .featured-links a:visited:hover polygon, .page-home .featured-links a:visited:hover rect, .page-home .featured-links a:hover path, .page-home .featured-links a:hover polygon, .page-home .featured-links a:hover rect {
        fill: #2b00cf; }
  .page-home .featured-links .featured-links__title {
    display: block;
    margin-bottom: -10px; }
  .page-home .featured-links svg {
    height: 40px;
    margin-bottom: 5px; }
    @media screen and (max-width: 667px) {
      .page-home .featured-links svg {
        height: 35px; } }
.page-home .section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px; }
  @media screen and (max-width: 667px) {
    .page-home .section-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 1.5em; } }
  .page-home .section-list .section-list__title {
    margin-top: 0.3em;
    border-top: 2px solid #222;
    text-align: right;
    padding-left: 30px; }
    @media screen and (max-width: 667px) {
      .page-home .section-list .section-list__title {
        margin: 0 0 1.5em 0;
        padding-left: 0;
        text-transform: capitalize;
        border-top: none; } }
  .page-home .section-list .section-list__content {
    font-size: 1.2em;
    font-weight: 300;
    max-width: 400px; }
    @media screen and (max-width: 667px) {
      .page-home .section-list .section-list__content {
        margin: 0; } }
    .page-home .section-list .section-list__content a {
      color: #424242;
      text-decoration: none;
      border-bottom: 2px solid #eee;
      padding: 1px 0; }
      .page-home .section-list .section-list__content a:hover {
        border-bottom: 3px solid #2b00cf;
        background: #e9e5fa; }
    .page-home .section-list .section-list__content p {
      margin-bottom: 0.8em; }

#instafeed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2em; }
  @media screen and (max-width: 667px) {
    #instafeed {
      padding: 1.5em;
      grid-column-gap: 1em; } }
  #instafeed a:hover {
    background: none; }
  #instafeed img {
    -webkit-transition: 1s;
    transition: 1s; }
    #instafeed img:hover {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }

/* External tumblr layout */
.page-notes--single .notes-post {
  min-height: 65vh; }

.notes-post {
  margin-bottom: 45px; }
  .notes-post iframe {
    margin-bottom: 0; }
    @media screen and (max-width: 667px) {
      .notes-post iframe {
        max-width: 100%;
        height: 100%; } }
  .notes-post.type-link h1 a:before, .notes-post.type-link h3 a:before {
    content: "↪ ";
    font-size: 0.9em;
    position: relative;
    top: 2px;
    color: #2b00cf; }
  .notes-post.type-quote .entry-content {
    font-family: "Input Mono", "Courier", sans-serif;
    font-size: 0.8em;
    line-height: 1.8; }
    .notes-post.type-quote .entry-content .source {
      text-align: right;
      color: #757575; }
      .notes-post.type-quote .entry-content .source a {
        color: #757575; }
  .notes-post a {
    color: #2b00cf;
    text-decoration: none;
    border-bottom: 2px solid #e9e5fa; }
  .notes-post blockquote {
    font-style: normal;
    border-left: 3px solid #2b00cf;
    padding-left: 1rem;
    margin: 0.5em auto; }
    .notes-post blockquote p {
      line-height: 1.5em; }
  .notes-post .entry-header {
    margin-bottom: 0; }
    .notes-post .entry-header h1 a, .notes-post .entry-header h2 a, .notes-post .entry-header h3 a {
      color: #424242;
      border-bottom: 0;
      text-decoration: none; }
  .notes-post .entry-content p {
    margin-bottom: 1em; }
  .notes-post .entry-content:last-child, .notes-post .entry-content p:last-child, .notes-post .entry-content blockquote:last-child {
    margin-bottom: 0.5em; }
  .notes-post .entry-date {
    font-size: 0.7em;
    text-transform: uppercase; }
    .notes-post .entry-date a {
      text-decoration: none;
      border-bottom: 0;
      color: #9E9E9E;
      font-family: "Input Mono", "Courier", sans-serif; }
  .notes-post .post-tag {
    border: 1px solid #e9e5fa;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #2b00cf;
    font-family: "Input Mono", "Courier", sans-serif;
    font-size: 0.7em; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navigation a.button {
    margin: 0; }

a.button {
  background: #F5F5F5;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 0;
  border-radius: 4px;
  color: #424242;
  text-transform: uppercase;
  font-weight: bold; }
  a.button .icon {
    top: 4px; }

/*------------------------------------*\
  #404
\*------------------------------------*/
.page-404 {
  padding: 6em 0;
  background: #baffeb;
  color: #fff;
  font-size: 2rem;
  background: #00a071 url(https://media.giphy.com/media/hVKWqTEa36rm0/giphy.gif) no-repeat center center fixed;
  background-size: cover;
  max-height: 90vh;
  -webkit-animation: fadeIn 3s;
          animation: fadeIn 3s; }
  .page-404 .error-message > span {
    padding: 0.3em 0.5em 0.3em;
    background: #00a071;
    line-height: 2; }
  .page-404 .error-message .kamojii {
    font-size: 1.5em;
    white-space: nowrap;
    position: relative;
    top: 5px; }
  .page-404 .return-link a {
    margin-top: 2em;
    color: white;
    text-decoration: none;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding-bottom: 0.3em; }
    .page-404 .return-link a:hover {
      background: none; }

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
.footer {
  margin: 120px auto 0;
  padding: 0 60px 0;
  width: 100%;
  background: #e9e5fa;
  font-family: "Input Mono", "Courier", sans-serif;
  font-size: 0.7em; }
  .footer .icon {
    top: 2px; }
  .footer .icon-macintosh {
    font-size: 2.5em; }
  .footer .footer__legal {
    position: relative;
    top: -20px;
    color: #2b00cf; }
  .footer a {
    color: #2b00cf;
    font-weight: bold; }
    .footer a:visited:hover, .footer a:hover {
      text-decoration: line-through;
      background: none;
      color: #2b00cf; }
