@charset "UTF-8";
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,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  box-sizing: border-box;
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8a8mtl");
  src: url("../fonts/icomoon.eot?8a8mtl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8a8mtl") format("truetype"), url("../fonts/icomoon.woff?8a8mtl") format("woff"), url("../fonts/icomoon.svg?8a8mtl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  font-size: 2em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  line-height: 1;
}

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

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

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

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

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

.icon-linkedin:before {
  content: "";
}

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

.grid-row {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.grid-row:after {
  clear: both;
  content: "";
  display: table;
}

.grid-col {
  box-sizing: border-box;
  float: left;
  position: relative;
}

.small-1 {
  width: 8.3333333333%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-12 {
  width: 100%;
}

@media (min-width: 40.063em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }
}
@media (min-width: 64.063em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }
}
body,
html {
  color: #333;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}

#home a {
  transition: all 0.3s ease-out;
}

a:link,
a:visited,
a:focus {
  color: #046B99;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

.center {
  text-align: center;
}

.header {
  font-size: 1.4em;
  font-weight: 600;
}

.subheader {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.container, .error-container {
  margin: 0 auto;
  max-width: 800px;
  padding: 1em 0;
  position: relative;
  width: 90%;
}
@media (min-width: 40.063em) {
  .container, .error-container {
    padding: 2.5em 0;
  }
}

@media (min-width: 40.063em) {
  .section {
    padding: 0 1em;
  }
}

.subsection {
  padding: 1em 0;
}

p + p {
  margin-top: 1rem;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  7% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes unblink {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes minimize {
  0% {
    max-width: 25em;
  }
  100% {
    max-width: 8em;
  }
}
.fade-in-right {
  -webkit-animation: fade-in-right 1s both cubic-bezier(0.22, 0.44, 0, 1) 3s;
  -moz-animation: fade-in-right 1s both cubic-bezier(0.22, 0.44, 0, 1) 3s;
  -o-animation: fade-in-right 1s both cubic-bezier(0.22, 0.44, 0, 1) 3s;
  animation: fade-in-right 1s both cubic-bezier(0.22, 0.44, 0, 1) 3s;
}

.fade-in-left {
  -webkit-animation: fade-in-left 1s both cubic-bezier(0.22, 0.44, 0, 1) 2.5s;
  -moz-animation: fade-in-left 1s both cubic-bezier(0.22, 0.44, 0, 1) 2.5s;
  -o-animation: fade-in-left 1s both cubic-bezier(0.22, 0.44, 0, 1) 2.5s;
  animation: fade-in-left 1s both cubic-bezier(0.22, 0.44, 0, 1) 2.5s;
}

.open {
  -webkit-animation: unblink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
  -moz-animation: unblink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
  -o-animation: unblink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
  animation: unblink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
}

.closed {
  -webkit-animation: blink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
  -moz-animation: blink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
  -o-animation: blink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
  animation: blink 10s both cubic-bezier(0.22, 0.44, 0, 1) 1s infinite;
}

.self-portrait {
  -webkit-animation: fade-in-top 0.3s both cubic-bezier(0.175, 0.885, 0.32, 1.875) 0.5s, minimize 0.5s both cubic-bezier(0.22, 0.44, 0, 1) 2s;
  -moz-animation: fade-in-top 0.3s both cubic-bezier(0.175, 0.885, 0.32, 1.875) 0.5s, minimize 0.5s both cubic-bezier(0.22, 0.44, 0, 1) 2s;
  -o-animation: fade-in-top 0.3s both cubic-bezier(0.175, 0.885, 0.32, 1.875) 0.5s, minimize 0.5s both cubic-bezier(0.22, 0.44, 0, 1) 2s;
  animation: fade-in-top 0.3s both cubic-bezier(0.175, 0.885, 0.32, 1.875) 0.5s, minimize 0.5s both cubic-bezier(0.22, 0.44, 0, 1) 2s;
}

.self-portrait {
  max-width: 25em;
}

.st0, .st1, .st2, .st3, .st4, .st6 {
  fill: none;
  stroke: #333;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.st0, .st2 {
  stroke-width: 3;
}

.st1, .st4, .st6 {
  stroke-width: 2;
}

.st6 {
  stroke: #046B99;
}

.st5 {
  fill: #333;
}

.error-container {
  height: 100%;
}

.error-image {
  max-width: 800px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.error-image img {
  max-width: 31em;
}
.error-image figcaption {
  margin: 1em 0;
}
.error-image .back-btn {
  border: 1px solid #046B99;
  padding: 0.3em 0.5em;
  border-radius: 4px;
}

.project-list {
  list-style-type: none;
}

.project {
  display: inline;
  font-size: 1.2em;
  transition: all 0.3s ease-out;
}
.project:before {
  content: "- ";
}
.project:first-child:before {
  content: "";
}

.project-header {
  font-size: 2.5rem;
}

.project-description,
.project-header {
  margin: 2rem 0;
}

img {
  width: 100%;
}

.video iframe {
  width: 100%;
}
@media (min-width: 40.063em) {
  .video iframe {
    min-height: 28em;
  }
}

.blockquote {
  border-left: 7px solid #ccc;
  color: #046B99;
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.outline {
  border: 7px solid #046B99;
}

.social-media {
  margin: 1em 0 0;
}
@media (min-width: 40.063em) {
  .social-media {
    margin: 0;
  }
}

.social-media__caption {
  display: none;
  transition: all 0.3s ease-out;
}
@media (min-width: 40.063em) {
  .social-media__caption {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.social-media__link {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.3em;
  position: relative;
  transition: all 0.3s ease-out;
}
.social-media__link a {
  text-decoration: none;
}
.social-media__link a:hover .social-media__caption,
.social-media__link a:focus .social-media__caption {
  color: #333;
  opacity: 1;
}
.social-media__link a:hover .icon,
.social-media__link a:focus .icon {
  opacity: 0.2;
}
@media (min-width: 40.063em) {
  .social-media__link {
    display: block;
    height: 2.3em;
    margin: 0.7em 0;
  }
}

.currently {
  padding-left: 1em;
  list-style-type: square;
}

/*# sourceMappingURL=style.css.map */
