@import url("https://fonts.googleapis.com/css?family=Lato|Open+Sans");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.main-menu {
  list-style: none;
  display: inline-block;
  font-size: 1rem; }

.main-menu .title-wrapper {
  font-size: 1rem;
  padding-bottom: 0; }
  .main-menu .title-wrapper .title-bottom {
    white-space: nowrap; }

.logo {
  font-size: 1rem;
  padding-left: 2rem; }
  .logo:hover {
    -webkit-transform: scale(-1, -1) translateY(-1em);
            transform: scale(-1, -1) translateY(-1em); }
  .logo .title-wrapper:hover {
    -webkit-transform: none !important;
            transform: none !important; }

@media (min-width: 767px) {
  body {
    padding-top: calc(65px + 4rem); } }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1001;
  padding: 1rem;
  background: white; }
  @media (min-width: 767px) {
    .main-menu {
      padding: .5rem 1rem 2rem;
      top: 0;
      left: 0;
      right: 0;
      position: fixed; }
      .main-menu > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .main-menu ul {
        padding-left: 2rem; }
      .main-menu a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: calc(2rem - 2px); } }
  @media (max-width: 767px) {
    .main-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        overflow: auto;
        padding-bottom: 1.5rem;
        -webkit-overflow-scrolling: auto; }
      .main-menu li {
        padding: 0 .5rem; }
      .main-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.project-details > div:not(:last-child) {
  margin-bottom: 1rem; }

.project-title {
  font-size: 1.5em;
  margin-bottom: 0; }

.project-container:not(:last-child) {
  border-bottom: solid 1px rgba(86, 86, 86, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 767px) {
    .project-container:not(:last-child) {
      margin-bottom: 3rem; } }
@media (min-width: 767px) {
  .project-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem; }
    .project-container:not(:last-child) {
      border-bottom: none; }
    .project-container:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      text-align: right; }
    .project-container:after {
      content: none; }
    .project-container .project-details {
      max-width: 75ch;
      padding: 0 1rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
.project-container .project-not-title {
  margin-top: 1rem; }
.project-container .project-text {
  margin-top: .5rem; }
.project-container .links {
  margin-bottom: .5rem; }
  .project-container .links a {
    color: #565656;
    padding-left: 0; }
    .project-container .links a:before {
      color: inherit; }
    .project-container .links a:hover {
      color: #fe0526; }

@media (min-width: 767px) {
  .project-images-container {
    max-width: 65vw; } }
@media (min-width: 991px) {
  .project-images-container {
    max-width: 50vw; } }

.project-titles {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }
  @media (min-width: 767px) {
    .project-titles {
      position: relative; } }

@media (min-width: 767px) {
  main {
    max-width: 1200px;
    margin: auto; }
    main .project-images-container {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      main .project-images-container img {
        margin: auto;
        display: block; } }
.slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .slick-dots li {
    display: inline-block;
    cursor: pointer;
    padding: 0 .5rem;
    color: white; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      color: #fe0526; }
  .slick-dots a:before {
    content: none; }

@media (max-width: 767px) {
  .project-images-container .carousel {
    margin-left: -10px;
    margin-right: -10px; } }
.project-images-container .carousel img {
  margin-left: auto;
  margin-right: auto; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .grid .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50%);
            flex: 0 0 calc(50%);
    text-align: center; }

.exhibitions-table {
  margin: auto; }
  .exhibitions-table .table-title td:not(:last-child) {
    border-top: 1px solid #565656; }
  @media (min-width: 767px) {
    .exhibitions-table .table-title td {
      border-top: 1px solid #565656; } }
  .exhibitions-table td:first-child {
    font-weight: bold; }
  @media (min-width: 767px) {
    .exhibitions-table td:first-child {
      font-weight: normal; } }
  .exhibitions-table .last-item td:last-child {
    padding-bottom: 2rem; }
  @media (min-width: 767px) {
    .exhibitions-table .last-item td {
      padding-bottom: 2rem; } }
  .exhibitions-table h1 {
    font-weight: bold; }
    @media (min-width: 767px) {
      .exhibitions-table h1 {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .exhibitions-table tr {
      display: block;
      margin-bottom: .5rem; }
    .exhibitions-table td {
      display: block; } }
  .exhibitions-table td {
    padding: 0 .5rem; }

body {
  font-family: 'Helvetica', sans-serif;
  color: #565656;
  max-width: 100vw;
  font-size: 14px;
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  letter-spacing: .02rem; }
  @media (min-width: 767px) {
    body {
      font-size: 16px;
      padding-left: 0;
      padding-right: 0; } }

a {
  color: #fe0526;
  padding-left: .5rem;
  text-decoration: none; }
  a:before {
    color: transparent; }
  a:hover:before, a.active:before, .active a:before {
    color: #565656; }

ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }

h1, h2 {
  font-weight: normal;
  font-size: inherit; }

.section {
  min-height: 100vh; }
  @media (min-width: 767px) {
    .section {
      min-height: calc(100vh - 65px); } }
  .section:not(:last-child) {
    padding-bottom: 8rem; }

.section-title, .project-title {
  color: #fe0526; }

.title-wrapper {
  font-size: 1.8rem;
  padding-left: .5rem;
  padding-right: .5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 2.5em; }
  .title-wrapper:hover {
    -webkit-transform: scale(-1, -1) translateY(0.5em);
            transform: scale(-1, -1) translateY(0.5em); }

@media (min-width: 767px) {
  .title-wrapper {
    text-align: center;
    padding-bottom: 1.5em; }

  .title-container {
    display: inline; }

  .title-bottom {
    position: absolute;
    text-align: left;
    z-index: -1; } }
.title-container {
  position: relative; }

.title-top {
  color: #fe0526; }
  .title-top:before {
    content: '// ';
    color: #565656; }

a:before, .title-top:before, .title-bottom:before {
  content: "// ";
  display: inline-block;
  margin-right: .2em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px); }

.title-bottom {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  right: -.5em;
  top: 1em;
  display: block;
  width: 100%; }
  .title-bottom:before {
    content: '// ';
    color: #fe0526; }

#biography {
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #biography .content {
    max-width: 100%; }
  #biography .details {
    max-width: 85ch;
    margin: auto; }
  @media (min-width: 767px) {
    #biography .title-bottom {
      white-space: nowrap; } }
  #biography p {
    font-size: 1.2rem;
    text-indent: 2rem; }
  @media (max-width: 767px) {
    #biography a {
      display: block;
      padding: .25rem 0;
      margin: .25rem 0; } }

@media (min-width: 767px) {
  .centered {
    margin: auto;
    max-width: 90vw; } }
@media (min-width: 991px) {
  .centered {
    max-width: 700px; } }

img {
  max-width: 100%;
  height: auto;
  max-height: 100vh; }
  @media (min-width: 767px) {
    img {
      max-height: calc(100vh - 65px); } }
  .project-images-container img {
    margin-left: -10px;
    margin-right: -10px;
    max-width: calc(100% + 20px); }
    @media (min-width: 767px) {
      .project-images-container img {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }

ul {
  list-style: none; }
  ul li {
    display: inline-block; }

button, html [type=button] {
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: none; }
