@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

/*
	Copyright (C) Production Type
	This software is the property of Production Type.
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and Production Type. If no such agreement exists,
	you may not access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of Production Type.
	For more information, please visit us at www.productiontype.com
*/
@font-face {
  font-family: 'stratos-semibold';
  src: url("../fonts/stratos/stratosweb-semibold.eot");
  src: url("../fonts/stratos/stratosweb-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/stratos/stratosweb-semibold.woff") format("woff"); }

@font-face {
  font-family: 'stratos-bold';
  src: url("../fonts/stratos/stratosweb-bold.eot");
  src: url("../fonts/stratos/stratosweb-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/stratos/stratosweb-bold.woff") format("woff"); }

@font-face {
  font-family: 'stratos-extrabold';
  src: url("../fonts/stratos/stratosweb-extrabold.eot");
  src: url("../fonts/stratos/stratosweb-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/stratos/stratosweb-extrabold.woff") format("woff"); }

@font-face {
  font-family: 'jackmulholland_icons';
  src: url("../fonts/icons/jackmulholland_icons.eot?wd7w0m");
  src: url("../fonts/icons/jackmulholland_icons.eot?wd7w0m#iefix") format("embedded-opentype"), url("../fonts/icons/jackmulholland_icons.ttf?wd7w0m") format("truetype"), url("../fonts/icons/jackmulholland_icons.woff?wd7w0m") format("woff"), url("../fonts/icons/jackmulholland_icons.svg?wd7w0m#jackmulholland_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jackmulholland_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter::before {
  content: ""; }

.icon-dribbble::before {
  content: ""; }

.icon-behance::before {
  content: ""; }

.icon-instagram::before {
  content: ""; }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    -ms-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    -o-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    -ms-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    -o-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

body {
  background: #FBFBFB;
  color: #2C2C2C; }
  body.pageTransition main, body.pageTransition footer {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  body.pageTransition nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  body.pageTransition header .nav-button {
    display: none; }
  body.pageTransition header .site-title {
    color: #FCE0E3; }
  body.pageTransition header nav a {
    color: #FCE0E3; }
    body.pageTransition header nav a.active {
      background: #FCE0E3;
      color: #FF495C; }
  body.pageTransition header #header-backdrop::before {
    background: #FF495C; }
  body.pageTransition #header-backdrop {
    /*
			&::before {
				content: "";
				@include box(100%, 2000px);
				opacity: 1;
				background: $color-header;
			}
*/ }
    body.pageTransition #header-backdrop .stretch {
      fill: #FF495C;
      -webkit-transform: scale(1, 10);
      -moz-transform: scale(1, 10);
      -ms-transform: scale(1, 10);
      -o-transform: scale(1, 10);
      transform: scale(1, 10); }

/*
@keyframes reelInHeader {
	0% {
		@include transform(scale(1, 10));
	}
	100% {
		@include transform(scale(1, 1));
	}
}
*/
@keyframes fadeInContent {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOutColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
.stretch {
	animation-name: reelInHeader;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-duration: 0.6s;
}
*/
main, footer, nav {
  animation-name: fadeInContent;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 0.6s; }

#header-backdrop::before {
  animation-name: fadeOutColor;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 1s; }

body {
  font-family: "fira-sans", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

main {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0px;
  opacity: 1;
  animation-name: fadeInContent;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 0.6s; }

.project-cards {
  overflow: hidden;
  margin: 0px -42.5px; }

.card a {
  display: block;
  width: 270px;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  float: left;
  margin: 0px 42.5px 75px 42.5px;
  -webkit-transition: transform 0.18s, background 0.18s;
  -moz-transition: transform 0.18s, background 0.18s;
  -ms-transition: transform 0.18s, background 0.18s;
  -o-transition: transform 0.18s, background 0.18s;
  transition: transform 0.18s, background 0.18s;
  text-decoration: none;
  color: #2C2C2C;
  overflow: hidden; }
  .card a:hover {
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
    /* border-radius: 1000px;
		.card-thumbnail { border-radius: 1000px - $card-padding; } */ }
  .card a:active {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -ms-transform: scale(0.89);
    -o-transform: scale(0.89);
    transform: scale(0.89);
    background: rgba(255, 255, 255, 0.36); }
  .card a .card-thumbnail {
    -webkit-transition: all 0.09s;
    -moz-transition: all 0.09s;
    -ms-transition: all 0.09s;
    -o-transition: all 0.09s;
    transition: all 0.09s;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    border-radius: 18px;
    background-color: #eeeeee; }
    .card a .card-thumbnail::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 64%; }
  .card a .card-title, .card a .card-description {
    display: none; }

footer {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: #af0012;
  padding: 40px;
  clear: both; }
  footer .follow-me.home-follow .social-link:not(:hover) {
    color: #af0012; }
  footer .archive-link {
    margin-bottom: 0.7em; }
    footer .archive-link a {
      color: inherit; }

.follow-me {
  margin-bottom: 0.4em;
  font-size: 32px;
  text-decoration: none; }

.social-link {
  -webkit-transition: color 0.09s;
  -moz-transition: color 0.09s;
  -ms-transition: color 0.09s;
  -o-transition: color 0.09s;
  transition: color 0.09s; }

.icon-twitter {
  color: #50b3f2; }
  .icon-twitter:hover {
    color: #0f7dc3; }

.icon-dribbble {
  color: #ee71a1; }
  .icon-dribbble:hover {
    color: #d61962; }

.icon-instagram {
  color: #f59a64; }
  .icon-instagram:hover {
    color: #da5a0f; }

.icon-behance {
  color: #397cfc; }
  .icon-behance:hover {
    color: #0345c1; }

header {
  display: block;
  max-width: 980px;
  margin: 44px auto;
  text-decoration: none;
  overflow: hidden; }
  header a:hover {
    opacity: 0.9;
    /* @include transform(scale(0.94)); */ }
  header a:active {
    opacity: 0.83;
    /* @include transition(none); @include transform(scale(0.89)); */ }
  header .site-title {
    float: left;
    color: #FCE0E3;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    text-decoration: none;
    font-family: "stratos-extrabold", helvetica, arial, sans-serif; }
  header nav {
    float: right;
    margin-top: 5px;
    text-transform: lowercase; }
    header nav a {
      display: inline-block;
      color: #FCE0E3;
      text-decoration: none;
      font-style: italic;
      font-weight: 500;
      font-size: 18px;
      padding: 0.2em 0.9em 0.3em 1em; }
      header nav a:not(:last-child) {
        margin-right: 1em; }
      header nav a:last-child:not(.active) {
        padding-right: 0; }
      header nav a.active {
        background: #FCE0E3;
        border-radius: 8px;
        color: #FF495C; }

#header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /*
	.colorChanger {
		content: "";
		@include box(100%, 126px);
		background: $color-header;
		position: absolute;
		top: 0;
	}
*/ }
  #header-backdrop::before {
    content: "";
    display: block;
    width: 100%;
    height: 2000px;
    position: absolute;
    opacity: 0;
    background: #FF495C; }
  #header-backdrop #stretchWrapper {
    height: 100%;
    width: 100%; }
  #header-backdrop .stretch {
    -webkit-transform: translate3d(0, 0, 0);
    fill: #FF495C;
    margin-top: -1px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }

.project {
  margin: 0 auto;
  margin-bottom: 7em; }
  .project a {
    color: inherit; }
  .project .intro {
    text-align: left; }
    .project .intro .heading-text {
      position: absolute;
      vertical-align: baseline;
      display: inline-block; }
    .project .intro .heading-rule {
      color: transparent;
      visibility: hidden;
      vertical-align: baseline;
      display: inline-block;
      width: 100%;
      border-radius: 8px;
      height: 0.74em;
      overflow: hidden; }
      .project .intro .heading-rule::after {
        content: "";
        display: inline-block;
        visibility: visible;
        vertical-align: top;
        height: 100%;
        background: #FCE0E3;
        border-radius: 8px;
        width: 100%;
        margin-right: -100%;
        margin-left: 1em; }
    .project .intro h1 {
      font-weight: 700;
      font-size: 38px;
      font-family: "stratos-bold", helvetica, arial, sans-serif;
      text-align: left;
      margin-top: 1.4em; }
    .project .intro h2 {
      font-size: 28px;
      text-align: left;
      font-family: "stratos-semibold";
      margin-top: 0.7em; }
      .project .intro h2 span {
        font-family: "fira-sans", helvetica, arial, sans-serif;
        font-style: italic; }
    .project .intro time {
      font-style: italic;
      font-size: 18px;
      text-align: left;
      margin-top: 1em;
      display: block; }
  .project section {
    margin-bottom: 3.5em; }
  .project figcaption {
    margin-top: 1.5em;
    font-size: 14px;
    text-align: center;
    font-style: italic; }
    .project figcaption .caption-link {
      font-style: normal;
      font-size: 16px;
      display: block;
      margin-top: 0.1em; }
    .project figcaption .sub-caption {
      font-style: italic;
      font-size: 12.8px;
      font-weight: normal; }
  .project .img-wrapper {
    border-radius: 8px;
    overflow: hidden; }
    .project .img-wrapper:not(:first-child) {
      margin-top: 3.5em; }
    .project .img-wrapper .ratio-container {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
      border-radius: 8px;
      cursor: zoom-in; }
    .project .img-wrapper img {
      border-radius: 8px;
      box-sizing: border-box; }
    .project .img-wrapper.img-25 .ratio-container {
      max-width: 25%;
      border-radius: 8px; }
    .project .img-wrapper.img-50 .ratio-container {
      max-width: 50%;
      border-radius: 8px; }
    .project .img-wrapper.img-75 .ratio-container {
      max-width: 75%;
      border-radius: 8px; }
    .project .img-wrapper.img-bg-color {
      padding: 3.5em 0px; }
      .project .img-wrapper.img-bg-color.img-bordered {
        padding: 3.5em 0px; }
    .project .img-wrapper.img-bordered {
      padding: 2px; }
      .project .img-wrapper.img-bordered .ratio-container {
        border-radius: 8px; }
    .project .img-wrapper.side-by-side {
      margin-left: -1%;
      margin-right: -1%; }
    .project .img-wrapper.web-screen img {
      border-radius: 0px 0px 8px 8px; }
  .project .html-embed iframe {
    display: block; }
  .project .web-screen {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12); }
    .project .web-screen::before {
      content: "";
      display: block;
      width: 100%;
      height: 32px;
      background: #E8E8E8; }
    .project .web-screen::after {
      content: "";
      display: block;
      width: 35%;
      height: 17px;
      background: #fff;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      border-radius: 8px;
      position: absolute;
      margin: 0 auto;
      top: 7px;
      left: 0;
      right: 0; }
    .project .web-screen .ratio-container {
      border-radius: 0;
      margin: 0; }
  .project .html-embed > figure > div {
    border-radius: 8px; }
  .project .date {
    font-weight: 700;
    font-size: 12px; }
  .project .information {
    width: 50%;
    float: left;
    font-size: 14px;
    text-transform: lowercase; }
    .project .information p:first-child {
      font-family: "stratos-bold", helvetica, arial, sans-serif; }
    .project .information .medium .dimensions {
      display: inline-block;
      margin-left: 1em; }
    .project .information .categories {
      margin: initial;
      text-align: left;
      margin-top: 1.2em;
      max-width: initial; }
  .project .description {
    width: 50%;
    float: right;
    line-height: 1.8em;
    font-weight: 500;
    font-size: 16px; }
  .project .project-information, .project .details {
    font-size: 18px;
    line-height: 1.5em; }
  .project .details {
    overflow: hidden; }
    .project .details p {
      margin-bottom: 0.6em; }

.ratio-container {
  position: relative; }

.ratio-container::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 42.86%; }

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
  background: rgba(220, 219, 220, 0.3); }

.lazyloaded {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: all 300ms; }

.categories {
  margin-top: 3.5em;
  margin-bottom: 0px;
  font-size: 12px;
  list-style: none;
  cursor: default;
  max-width: 60%;
  margin: 0; }
  .categories li {
    display: inline-block;
    margin-bottom: 1em; }
    .categories li:hover a {
      opacity: 0.7;
      -webkit-transform: scale(0.94);
      -moz-transform: scale(0.94);
      -ms-transform: scale(0.94);
      -o-transform: scale(0.94);
      transform: scale(0.94); }
    .categories li a {
      cursor: pointer;
      color: #FCE0E3;
      text-decoration: none;
      display: block;
      background: #FF495C;
      padding: 0.4em 0.6em;
      border-radius: 8px;
      margin-right: 0.3em;
      opacity: 0.85;
      line-height: 1em; }
      .categories li a.active-category {
        color: #FF495C;
        background: #FCE0E3;
        opacity: 1;
        border: 1px solid #FF495C; }
  .categories.categories-filtering {
    margin-bottom: 3.5em; }
    .categories.categories-filtering li a {
      border: 1px solid #FBFBFB; }
      .categories.categories-filtering li a.active-category {
        border: 1px solid #FF495C; }

.info {
  overflow: hidden;
  margin: 0 auto; }
  .info img {
    display: block;
    border-radius: 8px;
    margin-bottom: 3em;
    float: right;
    width: 25%;
    height: auto;
    margin-left: 5%;
    margin-right: 22%; }
  .info .about {
    line-height: 1.8em;
    margin-bottom: 6em;
    float: right;
    font-weight: 500;
    width: 48%; }
    .info .about p {
      margin-bottom: 1em; }
  .info .info-column {
    width: 50%;
    float: left; }
    .info .info-column:first-child {
      width: 47%;
      margin-right: 6%; }
    .info .info-column:last-child {
      margin-right: -3%; }
    .info .info-column::after {
      content: "";
      display: table;
      clear: both; }
    .info .info-column em {
      font-size: 0.5em;
      margin-left: 0.6em; }
    .info .info-column h1 {
      text-transform: lowercase;
      font-family: "stratos-extrabold", helvetica, arial, sans-serif;
      margin-bottom: 1.8em;
      font-size: 25px; }
    .info .info-column .info-list {
      line-height: 1.25em;
      margin-bottom: 5em;
      overflow: hidden; }
      .info .info-column .info-list li {
        float: left;
        width: 50%;
        margin-bottom: 0.8em; }
    .info .info-column #education, .info .info-column #experience-list {
      line-height: 1.8em; }
      .info .info-column #education li, .info .info-column #experience-list li {
        font-size: 18px;
        margin-bottom: 2em; }
        .info .info-column #education li .edu-headline, .info .info-column #education li .exp-role, .info .info-column #experience-list li .edu-headline, .info .info-column #experience-list li .exp-role {
          font-weight: 700; }
        .info .info-column #education li .edu-details, .info .info-column #experience-list li .edu-details {
          font-weight: 400;
          font-style: italic; }
        .info .info-column #education li .exp-employer, .info .info-column #experience-list li .exp-employer {
          font-weight: 500;
          font-style: italic; }
          .info .info-column #education li .exp-employer::before, .info .info-column #experience-list li .exp-employer::before {
            content: " | ";
            font-weight: 500; }
        .info .info-column #education li .exp-details, .info .info-column #experience-list li .exp-details {
          margin-top: 1.2em;
          font-size: 0.78em;
          line-height: 1.7em; }
          .info .info-column #education li .exp-details ul, .info .info-column #experience-list li .exp-details ul {
            list-style: circle; }
            .info .info-column #education li .exp-details ul li, .info .info-column #experience-list li .exp-details ul li {
              font-size: 1em;
              line-height: 1.7em;
              margin-bottom: 0.4em;
              margin-left: 1.3em; }

.hire {
  text-align: center;
  margin-top: 4em; }
  .hire .email {
    display: block;
    font-weight: 600;
    font-size: 28px;
    border-radius: 28px;
    padding: 0.7em;
    max-width: 320px;
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 1.5em;
    -webkit-transition: all 0.18s;
    -moz-transition: all 0.18s;
    -ms-transition: all 0.18s;
    -o-transition: all 0.18s;
    transition: all 0.18s; }
    .hire .email:hover {
      -webkit-transform: scale(0.94);
      -moz-transform: scale(0.94);
      -ms-transform: scale(0.94);
      -o-transform: scale(0.94);
      transform: scale(0.94);
      opacity: 0.7; }
    .hire .email:active {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0.5;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  .hire .hire-link {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3em;
    display: block; }

@media screen and (max-width: 1149px) {
  header, main, footer {
    max-width: 850px; }
  .card a {
    width: 250px; }
  .project-cards {
    margin: 0px -25px; }
  .card a {
    margin: 0px 25px 75px 25px; }
  .info .info-column .info-list, .info .about {
    font-size: 0.9em; } }

@media screen and (max-width: 849px) {
  header, main, footer {
    max-width: 550px; }
  header #header-backdrop {
    bottom: 0; }
  .card a {
    width: 48%; }
  .project-cards {
    margin: 0px; }
  .card a {
    margin: 0px 4% 75px 0px;
    padding: 6px;
    border-radius: 10.3703703704% / 16.2037037037%; }
    .card a .card-thumbnail {
      border-radius: 8.1481481481% / 12.7314814815%; }
  .card:nth-of-type(2n) a {
    margin: 0px 0px 75px 0px; }
  .info .about {
    width: 58%;
    font-size: 0.9em; }
  .info img {
    width: 37%;
    /* width: 203px; */
    margin-left: 5%;
    margin-right: 0; }
  .info .info-column:first-child {
    width: 57%; }
  .info .info-column:last-child {
    width: 40%; }
  .info .info-column .info-list li {
    width: initial;
    float: none; } }

@media screen and (max-width: 549px) {
  body {
    padding: 16px; }
  header, main, footer {
    max-width: none; }
  main {
    clear: both; }
  header {
    text-align: center;
    margin-top: 18px;
    overflow: visible;
    margin: 16px auto;
    margin-top: 0;
    position: relative;
    height: 77px; }
    header .site-title {
      float: none;
      font-size: 30px;
      position: fixed;
      width: 200px;
      left: 16px;
      z-index: 1;
      text-align: left;
      line-height: 1.1em; }
    header nav {
      margin-top: 0; }
      header nav a {
        display: block;
        margin-right: 0; }
        header nav a:not(:last-child) {
          margin-right: 0; }
        header nav a:not(.active) {
          padding-right: 0; }
  main {
    padding: 20px 0px; }
  .card a {
    margin-bottom: 16px; }
  .card:nth-of-type(2n) a {
    margin-bottom: 16px; }
  .project {
    margin-bottom: 2.5em; }
    .project section {
      margin-bottom: 2em; }
    .project .intro h1 {
      margin-top: 0px;
      font-size: 27px; }
    .project .intro h2 {
      font-size: 20px; }
    .project .intro .heading-text {
      position: static; }
    .project .intro .heading-rule {
      border-radius: 6px;
      display: block;
      margin-top: -1em; }
      .project .intro .heading-rule::after {
        border-radius: 6px;
        margin-left: 0.6em; }
    .project .intro time {
      font-size: 16px; }
    .project .img-wrapper:not(:first-child) {
      margin-top: 2.5em; }
    .project .img-wrapper.img-25 .ratio-container, .project .img-wrapper.img-50 .ratio-container, .project .img-wrapper.img-75 .ratio-container {
      max-width: none; }
    .project .img-wrapper.side-by-side .ratio-container {
      float: none !important;
      width: initial !important;
      margin: 0 auto !important; }
      .project .img-wrapper.side-by-side .ratio-container:not(:last-child) {
        margin-bottom: 2.5em !important; }
    .project .information {
      width: auto;
      float: none;
      margin-top: 2.5em; }
    .project .description {
      width: auto;
      float: none;
      font-size: 13px; }
  .categories {
    font-size: 14px;
    max-width: none;
    text-align: justify; }
    .categories li {
      margin-bottom: 1em; }
      .categories li a {
        padding: 0.4em 0.6em;
        margin-right: 0.3em; }
  .info .about {
    width: 100%;
    font-size: 0.8em;
    float: none;
    margin-bottom: 5em; }
  .info img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1.4em;
    float: none; }
  .info .info-column {
    margin-bottom: 2em; }
    .info .info-column:first-child {
      width: 100%;
      margin-right: 0; }
    .info .info-column:last-child {
      width: 100%;
      margin-right: 0; }
    .info .info-column h1 {
      font-size: 19px; }
    .info .info-column .info-list {
      font-size: 0.7em; }
      .info .info-column .info-list li {
        width: 50%;
        float: left; }
        .info .info-column .info-list li:nth-child(odd) {
          width: 60%; }
        .info .info-column .info-list li:nth-child(even) {
          width: 40%; }
    .info .info-column #education li, .info .info-column #experience-list li {
      font-size: 16px; }
  body header::after {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: black;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease; }
  body header .nav-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 33px;
    cursor: pointer;
    z-index: 3; }
    body header .nav-button div {
      display: block;
      width: 100%;
      border-radius: 8px;
      background: #FCE0E3;
      height: 7px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      body header .nav-button div::before, body header .nav-button div::after {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        content: "";
        position: absolute;
        top: 13px;
        right: 0;
        background: #FCE0E3;
        width: 36px;
        height: 7px;
        border-radius: 8px; }
      body header .nav-button div::after {
        top: 26px; }
  body header nav {
    width: 100%;
    cursor: auto;
    z-index: 3;
    position: absolute;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    body header nav a {
      font-size: 24px;
      height: auto;
      padding: 0.7em 0.9em 0.8em 1em !important;
      background: none;
      margin-bottom: 0.7em;
      color: #FCE0E3;
      border: 1px solid #FCE0E3;
      pointer-events: auto;
      cursor: auto;
      border-radius: 8px; }
      body header nav a.active {
        color: #FF495C;
        background: #FCE0E3;
        border: 0; }
  body.nav-closed header #header-backdrop {
    -webkit-animation: z-index-reverse 0.8s 0s 1 normal ease;
    animation: z-index-reverse 0.8s 0s 1 normal ease forwards; }
    body.nav-closed header #header-backdrop .stretch {
      -webkit-animation: up-down-header-reverse 0.8s 0s 1 normal ease;
      animation: up-down-header-reverse 0.8s 0s 1 normal ease; }
  body.nav-open header::after {
    display: block;
    opacity: 0.2; }
  body.nav-open header nav {
    margin-top: 39px;
    -webkit-transition: all 0.4s ease 0.4s;
    -moz-transition: all 0.4s ease 0.4s;
    -ms-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  body.nav-open header .nav-button div {
    -webkit-transform: rotate(45deg) translate(10px, 4px);
    -moz-transform: rotate(45deg) translate(10px, 4px);
    -ms-transform: rotate(45deg) translate(10px, 4px);
    -o-transform: rotate(45deg) translate(10px, 4px);
    transform: rotate(45deg) translate(10px, 4px); }
    body.nav-open header .nav-button div::before {
      opacity: 0; }
    body.nav-open header .nav-button div::after {
      -webkit-transform: rotate(-90deg) translateX(26px);
      -moz-transform: rotate(-90deg) translateX(26px);
      -ms-transform: rotate(-90deg) translateX(26px);
      -o-transform: rotate(-90deg) translateX(26px);
      transform: rotate(-90deg) translateX(26px); }
  body.nav-open:not(.pageTransition) header #header-backdrop {
    -webkit-animation: z-index-halfway 0.8s 0s 1 normal ease forwards;
    animation: z-index-halfway 0.8s 0s 1 normal ease forwards; }
    body.nav-open:not(.pageTransition) header #header-backdrop .stretch {
      -webkit-animation: up-down-header 0.8s 0s 1 normal ease forwards;
      animation: up-down-header 0.8s 0s 1 normal ease forwards; }
  body.nav-open.pageTransition header #header-backdrop {
    z-index: 2; } }

@keyframes z-index-halfway {
  0% {
    z-index: -1; }
  50% {
    z-index: 2; }
  100% {
    z-index: 2; } }

@keyframes z-index-reverse {
  0% {
    z-index: 2; }
  50% {
    z-index: 2; }
  100% {
    z-index: -1; } }

@keyframes up-down-header {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale(1, -0.5);
    -moz-transform: scale(1, -0.5);
    -ms-transform: scale(1, -0.5);
    -o-transform: scale(1, -0.5);
    transform: scale(1, -0.5); }
  100% {
    -webkit-transform: scale(1, 3.3);
    -moz-transform: scale(1, 3.3);
    -ms-transform: scale(1, 3.3);
    -o-transform: scale(1, 3.3);
    transform: scale(1, 3.3); } }

@keyframes up-down-header-reverse {
  0% {
    -webkit-transform: scale(1, 3.3);
    -moz-transform: scale(1, 3.3);
    -ms-transform: scale(1, 3.3);
    -o-transform: scale(1, 3.3);
    transform: scale(1, 3.3); }
  50% {
    -webkit-transform: scale(1, -0.5);
    -moz-transform: scale(1, -0.5);
    -ms-transform: scale(1, -0.5);
    -o-transform: scale(1, -0.5);
    transform: scale(1, -0.5); }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
