/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, _normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, _normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, _normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, _normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, _normalize.scss */
dfn {
  font-style: italic;
}

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, _normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

/* line 205, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, _normalize.scss */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, _normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, _normalize.scss */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 361, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =-=-=-= TYPOGRAPHY =-=-=-= */
/* line 3, _typography.scss */
h1, h2, h3, h4, h5, h6, p, a, ul, li {
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 10, _typography.scss */
h1 {
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 300;
}

/* line 16, _typography.scss */
h2 {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
}

/* line 23, _typography.scss */
h3 {
  margin-bottom: 12px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 400;
}

/* line 30, _typography.scss */
p {
  font-size: 18px;
  line-height: 1.5em;
}

/* line 35, _typography.scss */
p.note {
  margin-top: 12px;
  font-style: italic;
}

/* line 40, _typography.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 46, _typography.scss */
li {
  margin: 0;
  padding: 0;
}

/* line 51, _typography.scss */
a {
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.emoji {
  filter: sepia(80%) hue-rotate(190deg) saturate(300%);
}

@media (min-width: 900px) {
  /* line 59, _typography.scss */
  h1 {
    font-size: 84px;
    font-weight: 100;
  }

  /* line 64, _typography.scss */
  h2 {
    font-size: 30px;
    font-weight: 300;
  }
}
/* line 1, _global.scss */
* {
  -webkit-font-smoothing: antialiased;
}

/* line 5, _global.scss */
html {
  font-family: "EB Garamond", serif;
  background-color: #0071bc;
}

/* line 10, _global.scss */
html, body {
  height: 100%;
}

/* line 14, _global.scss */
.show-on-large {
  display: none;
}

/* line 18, _global.scss */
.project {
  position: relative;
  padding: 0 30px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 24, _global.scss */
.project .project-cover {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 29, _global.scss */
.project .title {
  background-position: center;
  background-repeat: no-repeat;
}
/* line 34, _global.scss */
.project .illustration {
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 40, _global.scss */
.project .project-description {
  max-width: 460px;
  margin: 0 auto;
  padding: 40px 20px 50px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
/* line 47, _global.scss */
.project a {
  display: block;
  width: 160px;
  margin: 30px auto 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}
/* line 57, _global.scss */
.project a:hover {
  color: #0071bc;
  background-color: white;
  border: 2px solid white;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

@media (min-width: 660px) {
  /* line 67, _global.scss */
  .project {
    padding: 30px 0 50px;
  }
}
@media (min-width: 900px) {
  /* line 75, _global.scss */
  .show-on-large {
    display: initial;
  }
}
@media (min-width: 900px) and (min-height: 780px) {
  /* line 83, _global.scss */
  .centering-table {
    display: table;
    height: 100%;
    width: 100%;
  }

  /* line 89, _global.scss */
  .centering-table-cell {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 94, _global.scss */
  .centering-center-block {
    margin: 0 auto;
  }

  /* line 98, _global.scss */
  .project {
    height: 100%;
    padding: 0;
  }
  /* line 102, _global.scss */
  .project .project-cover {
    margin-top: -50px;
  }
  /* line 106, _global.scss */
  .project .about-space {
    position: absolute;
    width: 100%;
    bottom: 35px;
    text-align: center;
  }
  /* line 112, _global.scss */
  .project .about-space a {
    display: inline-block;
  }
  /* line 117, _global.scss */
  .project .centering-table {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* line 125, _global.scss */
  .project li {
    display: inline-block;
    margin: 0 6px;
  }
}
/* line 1, _sections.scss */
.cover {
  background-color: #0071bc;
}
/* line 4, _sections.scss */
.cover .wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
/* line 10, _sections.scss */
.cover header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-animation: slide-down 1s;
  /* Safari 4+ */
  -moz-animation: slide-down 1s;
  /* Fx 5+ */
  -o-animation: slide-down 1s;
  /* Opera 12+ */
  animation: slide-down 1s;
}
/* line 21, _sections.scss */
.cover h1 {
  width: 225px;
  height: 150px;
  margin: 0 auto;
  background-image: url(../img/logo.svg);
  background-size: cover;
  background-position: center;
  color: transparent;
}
/* line 31, _sections.scss */
.cover .intro {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
  width: 80%;
  max-width: 700px;
}
/* line 38, _sections.scss */
.cover .intro a {
  font-style: normal;
  border-bottom: 1px solid #ccc;
}
/* line 43, _sections.scss */
.cover .intro a:hover {
  font-style: normal;
  border-bottom: 2px solid #00507f;
}
.cover .intro p {
  max-width: 450px;
  margin: 20px auto 0 auto;
  line-height: 1.5;
}
/* line 49, _sections.scss */
.cover nav {
  width: 50%;
  margin: 0 auto;
}
/* line 53, _sections.scss */
.cover nav a {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}
/* line 63, _sections.scss */
.cover nav a:hover {
  color: #0071bc;
  background-color: white;
  border: 2px solid white;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
/* line 70, _sections.scss */
.cover nav ul {
  position: relative;
  padding-bottom: 50px;
  -webkit-animation: slide-up 0.8s ease 0s both;
  -moz-animation: slide-up 0.8s ease 0s both;
  -o-animation: slide-up 0.8s ease 0s both;
  animation: slide-up 0.8s ease 0s both;
}

@media (min-width: 900px) {
  /* line 87, _sections.scss */
  .cover header {
    padding-top: 20px;
  }
  /* line 91, _sections.scss */
  .cover h1 {
    width: 300px;
    height: 200px;
    color: transparent;
  }
  /* line 97, _sections.scss */
  .cover .intro {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 102, _sections.scss */
  .cover nav {
    margin-top: 30px;
    width: 100%;
  }
  /* line 106, _sections.scss */
  .cover nav ul {
    -webkit-animation: slide-up 0.8s ease 0.2s both;
    -moz-animation: slide-up 0.8s ease 0.2s both;
    -o-animation: slide-up 0.8s ease 0.2s both;
    animation: slide-up 0.8s ease 0.2s both;
  }
  /* line 113, _sections.scss */
  .cover nav li {
    display: inline-block;
    margin: 0 6px;
  }
  /* line 118, _sections.scss */
  .cover nav a {
    width: 120px;
  }
}
@media (min-width: 900px) and (min-height: 780px) {
  /* line 129, _sections.scss */
  .cover {
    position: relative;
    height: 100%;
  }
  /* line 133, _sections.scss */
  .cover nav {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
  }
  /* line 139, _sections.scss */
  .cover header {
    margin-top: -153px;
  }
}
@-webkit-keyframes slide-down {
  /* line 4, _animations.scss */
  0% {
    opacity: 0;
    top: -16px;
  }

  /* line 5, _animations.scss */
  100% {
    opacity: 1;
    top: 0;
  }
}

@-moz-keyframes slide-down {
  /* line 8, _animations.scss */
  0% {
    opacity: 0;
    top: -16px;
  }

  /* line 9, _animations.scss */
  100% {
    opacity: 1;
    top: 0;
  }
}

@-o-keyframes slide-down {
  /* line 12, _animations.scss */
  0% {
    opacity: 0;
    top: -16px;
  }

  /* line 13, _animations.scss */
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes slide-down {
  /* line 16, _animations.scss */
  0% {
    opacity: 0;
    top: -16px;
  }

  /* line 17, _animations.scss */
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes slide-up {
  /* line 23, _animations.scss */
  0% {
    opacity: 0;
    bottom: -40px;
  }

  /* line 24, _animations.scss */
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-moz-keyframes slide-up {
  /* line 27, _animations.scss */
  0% {
    opacity: 0;
    bottom: -40px;
  }

  /* line 28, _animations.scss */
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-o-keyframes slide-up {
  /* line 31, _animations.scss */
  0% {
    opacity: 0;
    bottom: -40px;
  }

  /* line 32, _animations.scss */
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes slide-up {
  /* line 35, _animations.scss */
  0% {
    opacity: 0;
    bottom: -40px;
  }

  /* line 36, _animations.scss */
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-webkit-keyframes pop-in {
  /* line 42, _animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
  }

  /* line 43, _animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes pop-in {
  /* line 46, _animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
  }

  /* line 47, _animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-o-keyframes pop-in {
  /* line 50, _animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
  }

  /* line 51, _animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@keyframes pop-in {
  /* line 54, _animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
  }

  /* line 55, _animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-webkit-keyframes pop-out {
  /* line 60, _animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
  }

  /* line 61, _animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(0.3, 0.3);
  }
}

@media (min-width: 900px) {
  /* line 69, _animations.scss */
  .js-show-overlay .js-overlay .project-description {
    -webkit-animation: pop-in 0.8s ease 0 both;
  }
}
