@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:100i,400,400i,700|Crimson+Text);/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya Sans";
  color: #222;
  line-height: 1.2;
  margin: 1em 0 15px;
  padding: 0; }
  @media screen and (max-width: 640px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 1.4; } }

main.post h1,
h1.page-title {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: .5em;
  font-style: italic;
  font-weight: normal; }
  main.post h1 a,
  h1.page-title a {
    color: inherit; }

h2 {
  font-size: 1.3em;
  font-weight: bold; }

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: #ed6751; }

h4 {
  font-size: 18px;
  color: #efeee9; }

p {
  margin: 1em 0; }

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease; }
  a, a * {
    cursor: pointer !important; }
  a:hover, a:active {
    background-color: #fff09b; }

ul,
ol {
  margin: 15px 0;
  padding-left: 30px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ol ul,
ul ol,
ul ul,
ol ol {
  margin: 0; }

ul ul,
ol ul {
  list-style-type: circle; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

img {
  max-width: 100%; }

code {
  font-family: "Ubuntu Mono", "Menlo";
  font-size: .8em;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: .075em .3em .1em .3em;
  background-color: rgba(239, 238, 233, 0.5); }

::-moz-selection {
  background: #fff09b; }

::selection {
  background: #fff09b; }

.orange {
  color: #ed6751; }

.blue {
  color: #78C3D0; }

.yellow {
  color: #fff09b; }

table {
  width: 100%; }

th {
  font-weight: bold;
  text-align: left;
  font-family: "Alegreya Sans";
  font-size: .85em; }

td,
th {
  padding: .2em .5em; }

tr {
  border-bottom: 1px solid #000; }

.small-sans {
  font-family: "Alegreya Sans";
  font-size: .75em; }

.separator {
  color: #ccc;
  margin: 0 .5em; }
  .separator:last-of-type {
    display: none; }

/**************/
/* BASE RULES */
/**************/
html {
  font-size: 100%;
  width: 100%;
  position: relative; }

body {
  background: #fff;
  font: 20px/1.4 "Crimson Text";
  color: #32321e;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig"; }

.pattern {
  padding: 20px;
  position: relative; }
  .pattern > div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out; }
  .pattern:hover > div {
    opacity: .8; }

header.topbar-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  header.topbar-container .topbar {
    border-top: 10px solid #000;
    max-width: 700px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.95);
    padding: .5em 0 1em 0;
    position: relative; }
    header.topbar-container .topbar nav {
      display: inline-block; }
      header.topbar-container .topbar nav #menu-handle {
        color: #fff;
        border-top: 2px solid;
        padding: 0 .2em;
        margin-right: .5em;
        background-color: #ed6751;
        font-family: "Alegreya Sans SC";
        text-transform: lowercase; }
      header.topbar-container .topbar nav nav:hover #menu-handle,
      header.topbar-container .topbar nav #menu-handle:hover {
        background-color: #fff;
        color: #ed6751;
        border-color: #ed6751; }
      header.topbar-container .topbar nav ul {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        background-color: #ed6751;
        width: 100%;
        opacity: 0;
        -webkit-transition: max-height 500ms ease, opacity 400ms ease;
        transition: max-height 500ms ease, opacity 400ms ease; }
        header.topbar-container .topbar nav ul li {
          list-style: none;
          margin-bottom: .2em; }
          header.topbar-container .topbar nav ul li:first-of-type {
            margin-top: 1em; }
          header.topbar-container .topbar nav ul li:last-of-type {
            margin-bottom: 1em; }
        header.topbar-container .topbar nav ul a {
          border-color: transparent;
          color: #000; }
        header.topbar-container .topbar nav ul a:hover {
          border-color: #000;
          background-color: transparent; }
      header.topbar-container .topbar nav:hover ul {
        max-height: 200px;
        opacity: 1; }
  header.topbar-container .running-header {
    display: inline-block;
    margin: 0;
    font-family: "Alegreya Sans SC";
    text-transform: lowercase; }
    header.topbar-container .running-header a {
      border-bottom: none; }
    header.topbar-container .running-header .sep {
      margin: 0 .5em;
      color: #ed6751; }

body.resizing .right, body.resizing .left {
  -webkit-transform: none !important;
          transform: none !important; }

body.resizing .page.active {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 48% !important; }

body.resizing .right .page.active {
  left: 48% !important; }

main {
  max-width: 600px;
  margin: auto;
  position: relative; }

.part-navigation {
  margin: 2em 0;
  border-top: 1px solid #efeee9;
  padding-top: 2em;
  height: 3em; }
  .part-navigation .next {
    float: right; }
  .part-navigation .prev {
    float: left; }

a.button {
  background-color: rgba(239, 238, 233, 0.5);
  padding: .5em 1em;
  border-radius: 2px;
  font-family: "Alegreya Sans";
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease; }
  a.button:hover {
    background-color: #fff09b;
    border-color: #ed6751; }

.date {
  margin-top: 2em;
  margin-bottom: 1em; }

#header {
  padding: .5em 1em;
  border-left: 20px solid #000;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff; }
  #header nav {
    font-family: "Alegreya Sans"; }
    #header nav a {
      border-bottom: 0; }
    #header nav .sep {
      display: inline-block;
      margin: 0 .35em;
      color: #ccc;
      font-size: .7em;
      top: -.1em;
      position: relative; }

.ms-left .ms-tableCell,
.ms-right .ms-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ms-left .ms-tableCell .section-content,
  .ms-right .ms-tableCell .section-content {
    padding: 40px;
    max-width: 400px;
    position: absolute;
    left: 0; }

.ms-left {
  text-align: right; }
  .ms-left .slideshow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .ms-left .slideshow .img {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      -webkit-transition: opacity 500ms ease-out;
      transition: opacity 500ms ease-out;
      position: absolute; }
      .ms-left .slideshow .img.active {
        opacity: 1; }

.section-content h2 {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.1em; }
  .section-content h2 a {
    border-bottom: 0; }

#multiscroll-nav a {
  border-bottom: 0; }

#multiscroll-nav a:hover {
  background-color: transparent; }

#multiscroll-nav a:not(.active):hover span {
  background-color: #fff09b; }

.multiscroll-tooltip {
  background-color: #fff09b;
  color: #000;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  font-family: "Alegreya Sans";
  padding: .25em .5em;
  overflow: hidden;
  margin-top: -.25em; }

#multiscroll .pattern {
  top: 20px;
  height: 100%;
  width: 100%; }

.home-section .monogram {
  width: 200px; }
  .home-section .monogram path {
    fill: #ed6751; }

.home-section h1.name {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 1em;
  font-family: "Crimson Text";
  text-align: center;
  color: #ed6751; }

.home-section .icons {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1.2em;
  padding: 0 50px; }
  .home-section .icons a {
    margin-right: .5em;
    border-bottom: 0; }
    .home-section .icons a.mail {
      font-family: "Alegreya Sans";
      font-size: 1.2em;
      position: relative;
      top: -6px;
      color: #ed6751; }
    .home-section .icons a svg {
      max-width: 20px;
      max-height: 20px; }
      .home-section .icons a svg path {
        fill: #ed6751; }

.ms-left .home-section .section-content {
  margin-right: 75px;
  right: 0;
  left: auto; }

.projects .project {
  left: 0;
  margin-bottom: 3em;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .projects .project:hover {
    left: -120px; }
    .projects .project:hover .content {
      left: 150px; }
    .projects .project:hover .image {
      width: 150px; }
  .projects .project .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .projects .project .content {
    padding: 0 0 0 2em;
    border-style: solid;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 20px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0px; }
  .projects .project h2 {
    margin-top: 0; }
    .projects .project h2 a {
      border-bottom: 0; }

article.project header .pattern {
  height: 200px; }

.superheader {
  margin-bottom: 2em; }
  .superheader > span {
    margin-right: 1em; }

section.other-projects {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Alegreya Sans"; }
  section.other-projects a {
    display: block;
    border-bottom: 0; }
    section.other-projects a .arrow {
      font-weight: bold;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    section.other-projects a:hover .arrow {
      margin-left: .5em;
      margin-right: .5em; }
  section.other-projects .prev .arrow {
    margin-right: 1em; }
  section.other-projects .next .arrow {
    margin-left: 1em; }

.slideshow.collapse .images {
  height: 100px; }

.slideshow.collapse .nav {
  opacity: 0; }

.slideshow.collapse:hover .images {
  height: 150px; }

.slideshow.collapse.active .images {
  height: 400px;
  z-index: 9999; }

.slideshow.collapse.active .handles {
  height: 30px; }

.slideshow.collapse.active .nav {
  opacity: 1; }

.slideshow .images {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
  height: 100%; }
  .slideshow .images .image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }
    .slideshow .images .image.hidden {
      opacity: 0; }

.slideshow .nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
  line-height: 1.05;
  color: #fff;
  font-family: "Alegreya Sans";
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .slideshow .nav.next {
    right: 0; }
  .slideshow .nav span {
    font-size: 5em;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: .2;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  .slideshow .nav:hover span {
    opacity: 1; }

.slideshow .handles {
  height: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: inherit; }
  .slideshow .handles > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slideshow .handles .handle {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #fff; }
    .slideshow .handles .handle:hover, .slideshow .handles .handle.active {
      background-color: #fff; }

/**************/
/* BASE RULES */
/**************/
.post .date {
  font-style: italic;
  color: #efeee9; }

::-moz-selection {
  background: #fff09b; }

::selection {
  background: #fff09b; }

section.topic {
  margin-bottom: 2em; }
  section.topic:not(.other) {
    border-top: 5px solid #000;
    background-color: #fff09b;
    padding: 30px; }
  section.topic > header h1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 2em; }
  section.topic article header h2 {
    font-size: 1em;
    margin-bottom: .5em; }
  section.topic article header p.subtitle {
    font-style: italic;
    margin-top: 0; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZXMuY3NzIiwic291cmNlUm9vdCI6IiJ9*/