@charset "UTF-8";
/* Icon font setup: http://jaydenseric.com/blog/font-icons-like-a-boss-with-sass-and-font-custom */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons/icons.svg#icons") format("svg"); } }
/* Font icon pseudo-element base styles */
.not-found > .heading:before, .main > .heading:before, .recent-work > .heading:before, .research-and-development > .heading:before, .skills > .heading:before, .history > .heading:before, .testimonials > .heading:before, .contact > .heading:before, .browser-warning:before, .global-messages .message:before, .recent-work:before, .recent-work .slider .examples .example .details .tech:before, .contact .contact-details .accounts .accounts-list .account a:before, .contact .contact-details .contact-form .send:before {
  speak: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: none;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'icons'; }

/* -------------------------------------------- Remove whitespace */
/* -------------------------------------------- Vertical align middle */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-regular.woff") format("woff"); }
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/lato/lato-regular.woff") format("woff"); }
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/lato/lato-regular-italic.woff") format("woff"); }
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato/lato-light.woff") format("woff"); }
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato/lato-light-italic.woff") format("woff"); }
@-webkit-keyframes load {
  0% {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.35); }
  50% {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0.15); }
  100% {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0); } }
@-moz-keyframes load {
  0% {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.35); }
  50% {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0.15); }
  100% {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0); } }
@keyframes load {
  0% {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.35); }
  50% {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0.15); }
  100% {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0); } }
@-webkit-keyframes draw {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    stroke-dashoffset: 300; } }
@-moz-keyframes draw {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    stroke-dashoffset: 300; } }
@keyframes draw {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    stroke-dashoffset: 300; } }
@-webkit-keyframes fill {
  0% {
    right: 100%; }
  100% {
    right: 0; } }
@-moz-keyframes fill {
  0% {
    right: 100%; }
  100% {
    right: 0; } }
@keyframes fill {
  0% {
    right: 100%; }
  100% {
    right: 0; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes swipeIndicator {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg); }
  100% {
    -webkit-transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg); } }
@-moz-keyframes swipeIndicator {
  0% {
    -moz-transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg); }
  100% {
    -moz-transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg); } }
@keyframes swipeIndicator {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg);
    -moz-transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg);
    -ms-transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg);
    -o-transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg);
    transform: translate3d(-50px, 0, 0) rotate3d(0, 0, 1, -35deg); }
  100% {
    -webkit-transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg);
    -moz-transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg);
    -ms-transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg);
    -o-transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg);
    transform: translate3d(50px, 0, 0) rotate3d(0, 0, 1, 35deg); } }
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  right: 0;
  left: 0;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 600px;
  height: 100%;
  background: #666666;
  color: #666666;
  font-size: 16px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  line-height: 1.8; }
  body *::-moz-selection {
    background: #666666;
    color: #FFFFFF; }
  body *::selection {
    background: #666666;
    color: #FFFFFF; }
  body.menu-active header {
    right: 0;
    left: 30%;
    z-index: 100;
    background: rgba(102, 102, 102, 0.9);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 50em) {
      body.menu-active header {
        left: 0;
        box-shadow: none; } }
  body.menu-active .navicon-button {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
    body.menu-active .navicon-button .navicon:before, body.menu-active .navicon-button .navicon:after {
      top: 0 !important;
      left: 0;
      width: 13.8888888889px; }
    body.menu-active .navicon-button .navicon:before {
      -webkit-transform: rotate3d(0, 0, 1, -35deg) scale3d(0.8, 0.8, 0.8);
      -moz-transform: rotate3d(0, 0, 1, -35deg) scale3d(0.8, 0.8, 0.8);
      -ms-transform: rotate3d(0, 0, 1, -35deg) scale3d(0.8, 0.8, 0.8);
      -o-transform: rotate3d(0, 0, 1, -35deg) scale3d(0.8, 0.8, 0.8);
      transform: rotate3d(0, 0, 1, -35deg) scale3d(0.8, 0.8, 0.8); }
    body.menu-active .navicon-button .navicon:after {
      -webkit-transform: rotate3d(0, 0, 1, 35deg) scale3d(0.8, 0.8, 0.8);
      -moz-transform: rotate3d(0, 0, 1, 35deg) scale3d(0.8, 0.8, 0.8);
      -ms-transform: rotate3d(0, 0, 1, 35deg) scale3d(0.8, 0.8, 0.8);
      -o-transform: rotate3d(0, 0, 1, 35deg) scale3d(0.8, 0.8, 0.8);
      transform: rotate3d(0, 0, 1, 35deg) scale3d(0.8, 0.8, 0.8); }

h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  padding: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  p a {
    position: relative;
    text-decoration: none; }
    h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after,
    p a:after {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.7);
      content: ""; }
    h1 a:hover:after, h2 a:hover:after, h3 a:hover:after, h4 a:hover:after, h5 a:hover:after, h6 a:hover:after,
    p a:hover:after {
      background: white; }

p {
  font-size: 16px;
  font-family: "Lato", "Helvetica", sans-serif; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea,
select {
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0 0 1em 0;
  padding: 1em;
  max-width: 100%;
  width: 100%;
  border: solid 1px #b3b3b3;
  font-weight: 300;
  font-size: 14px;
  font-family: "Lato", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  /* Fix broken inheritance */
  -moz-osx-font-smoothing: grayscale; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #a380ff !important; }
    input[type="color"]:focus:invalid, input[type="date"]:focus:invalid, input[type="datetime"]:focus:invalid, input[type="datetime-local"]:focus:invalid, input[type="email"]:focus:invalid, input[type="month"]:focus:invalid, input[type="number"]:focus:invalid, input[type="password"]:focus:invalid, input[type="search"]:focus:invalid, input[type="tel"]:focus:invalid, input[type="text"]:focus:invalid, input[type="time"]:focus:invalid, input[type="url"]:focus:invalid, input[type="week"]:focus:invalid, input:not([type]):focus:invalid, textarea:focus:invalid,
    textarea:focus:invalid,
    select:focus:invalid {
      border-color: #ee2f71;
      box-shadow: none; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #999999;
    text-overflow: ellipsis;
    font-style: italic; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    text-overflow: ellipsis;
    font-style: italic;
    /* Firefox 19+ */
    color: #999999; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #999999;
    text-overflow: ellipsis;
    font-style: italic; }
  input[type="color"][placeholder], input[type="date"][placeholder], input[type="datetime"][placeholder], input[type="datetime-local"][placeholder], input[type="email"][placeholder], input[type="month"][placeholder], input[type="number"][placeholder], input[type="password"][placeholder], input[type="search"][placeholder], input[type="tel"][placeholder], input[type="text"][placeholder], input[type="time"][placeholder], input[type="url"][placeholder], input[type="week"][placeholder], input:not([type])[placeholder], textarea[placeholder],
  textarea[placeholder],
  select[placeholder] {
    text-overflow: ellipsis; }

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: solid 1px #e6e6e6;
  font-style: italic; }
input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
textarea::-moz-placeholder {
  color: solid 1px #e6e6e6;
  font-style: italic; }
input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
textarea:-moz-placeholder {
  color: solid 1px #e6e6e6;
  font-style: italic; }
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: solid 1px #e6e6e6;
  font-style: italic; }

textarea {
  height: 8em;
  line-height: 1.5;
  resize: vertical; }

select {
  color: #b3b3b3; }
  select.set {
    color: inherit; }

label {
  font-size: 0; }
  label input[type="color"], label input[type="date"], label input[type="datetime"], label input[type="datetime-local"], label input[type="email"], label input[type="month"], label input[type="number"], label input[type="password"], label input[type="search"], label input[type="tel"], label input[type="text"], label input[type="time"], label input[type="url"], label input[type="week"], label input:not([type]), label textarea,
  label textarea {
    font-size: 16px; }

.button {
  display: inline-block; }

button,
input[type=submit] {
  width: 50%;
  border: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button,
input[type=submit],
.button {
  padding: 1.5em 2em;
  background-color: #666666;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), inset 0 -3px 0 0 #4d4d4d;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin: 0; }
  button:hover, button:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  .button:hover,
  .button:focus {
    background-color: #666666;
    background-image: -webkit-linear-gradient(#666666, #595959);
    background-image: linear-gradient(#666666, #595959);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), inset 0 -3px 0 0 #404040; }
  button:active,
  input[type=submit]:active,
  .button:active {
    background-color: #595959;
    background-image: -webkit-linear-gradient(#595959, #666666);
    background-image: linear-gradient(#595959, #666666); }

.not-found, .main, .recent-work, .research-and-development, .skills, .history, .testimonials, .contact {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px;
  min-height: 100.01%;
  background-color: white;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (min-width: 50em) {
    .not-found, .main, .recent-work, .research-and-development, .skills, .history, .testimonials, .contact {
      padding-top: 120px; } }
  .not-found .heading, .main .heading, .recent-work .heading, .research-and-development .heading, .skills .heading, .history .heading, .testimonials .heading, .contact .heading {
    font-weight: 400;
    font-family: "Montserrat", "Helvetica", sans-serif; }
  .not-found .section-introduction, .main .section-introduction, .recent-work .section-introduction, .research-and-development .section-introduction, .skills .section-introduction, .history .section-introduction, .testimonials .section-introduction, .contact .section-introduction {
    position: relative;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    max-width: 800px; }
  .not-found > .heading, .main > .heading, .recent-work > .heading, .research-and-development > .heading, .skills > .heading, .history > .heading, .testimonials > .heading, .contact > .heading {
    position: relative;
    margin: 0 auto 30px auto;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 20px; }
    @media screen and (min-width: 32em) {
      .not-found > .heading, .main > .heading, .recent-work > .heading, .research-and-development > .heading, .skills > .heading, .history > .heading, .testimonials > .heading, .contact > .heading {
        display: inline-block;
        letter-spacing: 10px;
        font-size: 30px;
        opacity: 0;
        margin-bottom: 100px;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: all 1s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 1s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 1s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } }
    .not-found > .heading:before, .main > .heading:before, .recent-work > .heading:before, .research-and-development > .heading:before, .skills > .heading:before, .history > .heading:before, .testimonials > .heading:before, .contact > .heading:before {
      display: block;
      margin-bottom: 10px;
      font-size: 50px;
      text-align: center; }
      @media screen and (min-width: 32em) {
        .not-found > .heading:before, .main > .heading:before, .recent-work > .heading:before, .research-and-development > .heading:before, .skills > .heading:before, .history > .heading:before, .testimonials > .heading:before, .contact > .heading:before {
          opacity: 0;
          -webkit-transform: translateY(30%);
          -moz-transform: translateY(30%);
          -ms-transform: translateY(30%);
          -o-transform: translateY(30%);
          transform: translateY(30%);
          -webkit-transition: all 2s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          -moz-transition: all 2s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 2s 1s cubic-bezier(0.215, 0.61, 0.355, 1); } }
    .not-found > .heading:after, .main > .heading:after, .recent-work > .heading:after, .research-and-development > .heading:after, .skills > .heading:after, .history > .heading:after, .testimonials > .heading:after, .contact > .heading:after {
      content: "";
      position: absolute;
      height: 1px;
      background-color: white;
      left: -10%;
      right: -10%;
      top: 110%; }
  .not-found p, .main p, .recent-work p, .research-and-development p, .skills p, .history p, .testimonials p, .contact p {
    margin-bottom: 1.5em; }
  .seen.not-found > .heading, .seen.main > .heading, .seen.recent-work > .heading, .seen.research-and-development > .heading, .seen.skills > .heading, .seen.history > .heading, .seen.testimonials > .heading, .seen.contact > .heading {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
    .seen.not-found > .heading:before, .seen.main > .heading:before, .seen.recent-work > .heading:before, .seen.research-and-development > .heading:before, .seen.skills > .heading:before, .seen.history > .heading:before, .seen.testimonials > .heading:before, .seen.contact > .heading:before {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1; }

@media screen and (min-width: 50em) {
  .testimonials .testimonial-list .testimonial, .contact .contact-details {
    margin: auto;
    max-width: 800px; } }

header {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -100%;
  z-index: 2;
  overflow: hidden;
  overflow: visible;
  padding-top: 20px;
  text-align: left; }
  @media screen and (min-width: 50em) {
    header {
      position: fixed;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 10;
      padding: 0; }
      header.nav-up {
        transform: translateY(-100%); } }
  header .nick-spiel-logo {
    -webkit-transition: top 2s 4.5s;
    -moz-transition: top 2s 4.5s;
    transition: top 2s 4.5s;
    position: fixed;
    top: -65px;
    left: 10px;
    width: 50px;
    height: 50px;
    opacity: 0; }
    @media screen and (min-width: 50em) {
      header .nick-spiel-logo {
        opacity: 1; } }
    header .nick-spiel-logo svg {
      width: 50px;
      height: 50px; }
  header .menu-toggle {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: -10px;
    right: 0;
    z-index: 2;
    color: white; }
    @media screen and (min-width: 50em) {
      header .menu-toggle {
        display: none; } }
    header .menu-toggle .navicon-button {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      display: inline-block;
      float: left;
      padding: 10px 10px 10px 7px;
      cursor: pointer;
      user-select: none; }
      header .menu-toggle .navicon-button:hover {
        opacity: 1; }
      header .menu-toggle .navicon-button .navicon {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        width: 25px;
        height: 2.0833333333px;
        border-radius: 1.0416666667px;
        background-color: white;
        background-size: 2.0833333333px 2.0833333333px;
        background-repeat: no-repeat;
        user-select: none;
        position: relative; }
        header .menu-toggle .navicon-button .navicon:before, header .menu-toggle .navicon-button .navicon:after {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          display: inline-block;
          width: 25px;
          height: 2.0833333333px;
          border-radius: 1.0416666667px;
          background-color: white;
          background-size: 2.0833333333px 2.0833333333px;
          background-repeat: no-repeat;
          user-select: none;
          -webkit-transform-origin: 1.0416666667px center;
          -moz-transform-origin: 1.0416666667px center;
          -ms-transform-origin: 1.0416666667px center;
          -o-transform-origin: 1.0416666667px center;
          transform-origin: 1.0416666667px center;
          position: absolute;
          left: 0;
          color: #666666;
          content: ""; }
        header .menu-toggle .navicon-button .navicon:before {
          top: -6.25px; }
        header .menu-toggle .navicon-button .navicon:after {
          top: 6.25px; }
  header .logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    opacity: 0.2; }
  header nav {
    display: block;
    vertical-align: middle;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "Lato", "Helvetica", sans-serif; }
    @media screen and (min-width: 50em) {
      header nav {
        display: block;
        text-align: right; } }
    header nav ul {
      margin: 8px 20px;
      padding: 0; }
      header nav ul li {
        display: block;
        margin: 1px 0; }
        @media screen and (min-width: 50em) {
          header nav ul li {
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
            display: inline-block;
            opacity: 0; }
            header nav ul li:nth-child(1) {
              -webkit-transition-delay: 4.7s;
              -moz-transition-delay: 4.7s;
              transition-delay: 4.7s; }
            header nav ul li:nth-child(2) {
              -webkit-transition-delay: 4.9s;
              -moz-transition-delay: 4.9s;
              transition-delay: 4.9s; }
            header nav ul li:nth-child(3) {
              -webkit-transition-delay: 5.1s;
              -moz-transition-delay: 5.1s;
              transition-delay: 5.1s; }
            header nav ul li:nth-child(4) {
              -webkit-transition-delay: 5.3s;
              -moz-transition-delay: 5.3s;
              transition-delay: 5.3s; }
            header nav ul li:nth-child(5) {
              -webkit-transition-delay: 5.5s;
              -moz-transition-delay: 5.5s;
              transition-delay: 5.5s; }
            header nav ul li:nth-child(6) {
              -webkit-transition-delay: 5.7s;
              -moz-transition-delay: 5.7s;
              transition-delay: 5.7s; } }
        header nav ul li a {
          -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          position: relative;
          display: block;
          padding: 20px 20px;
          color: white;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 12px; }
          @media screen and (min-width: 50em) {
            header nav ul li a {
              display: inline-block;
              margin: 0 5px;
              padding: 15px 10px; } }
          header nav ul li a:after {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
            position: absolute;
            right: 50%;
            bottom: 0;
            left: 50%;
            display: block;
            height: 1px;
            background-color: white;
            content: "";
            opacity: 0; }
  @media screen and (min-width: 50em) {
    header.show .nick-spiel-logo {
      top: 10px; } }
  header.show ul li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s 4s;
    -moz-transition: all 1s 4s;
    transition: all 1s 4s;
    opacity: 1; }
  header nav li a:hover {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    padding-left: 15px; }
    @media screen and (min-width: 50em) {
      header nav li a:hover {
        padding-left: 10px; } }
    header nav li a:hover:after {
      right: 0;
      left: 0;
      opacity: 0.2; }
      @media screen and (min-width: 50em) {
        header nav li a:hover:after {
          right: 20%;
          left: 20%; } }
  header.scrolled .nick-spiel-logo {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  header.scrolled nav ul li:nth-child(1) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  header.scrolled nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  header.scrolled nav ul li:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  header.scrolled nav ul li:nth-child(4) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  header.scrolled nav ul li:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  header.scrolled nav ul li:nth-child(6) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    transition-delay: 1.7s; }

.browser-warning {
  padding: 40px;
  background: #fb9a00;
  color: white;
  text-align: center;
  font-weight: 300;
  font-family: "Lato", "Helvetica", sans-serif; }
  .browser-warning:before {
    content: "";
    display: block;
    margin-bottom: 20px;
    font-size: 40px; }
  .browser-warning a {
    color: white; }

.global-messages {
  position: fixed;
  top: 100%;
  bottom: 0;
  z-index: -1;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }
  @media screen and (min-width: 50em) {
    .global-messages {
      left: 40px;
      height: 100px; } }
  .global-messages .message {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: block;
    margin: auto;
    padding: 20px 20px;
    opacity: 0; }
    .global-messages .message:before {
      content: "";
      -webkit-transition: all 1s 1s;
      -moz-transition: all 1s 1s;
      transition: all 1s 1s;
      -webkit-transform: translateY(60px);
      -moz-transform: translateY(60px);
      -ms-transform: translateY(60px);
      -o-transform: translateY(60px);
      transform: translateY(60px);
      display: block;
      margin-bottom: 20px;
      vertical-align: middle;
      font-size: 50px;
      opacity: 0; }
      @media screen and (min-width: 50em) {
        .global-messages .message:before {
          display: inline-block;
          margin: 0 20px 0 0; } }
  .global-messages a {
    position: absolute;
    right: 20px;
    bottom: 160px;
    color: white; }
    @media screen and (min-width: 50em) {
      .global-messages a {
        bottom: 60px; } }
  .global-messages.active {
    z-index: 100;
    opacity: 1;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px); }
    @media screen and (min-width: 50em) {
      .global-messages.active {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px); } }
    .global-messages.active .message {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      transition-delay: 1s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
      .global-messages.active .message:before {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }

.not-found {
  padding-top: 2rem;
  background-size: cover;
  background-position: center center; }
  .not-found .heading {
    color: white; }
  .not-found .derp-cat {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    max-width: 100%;
    opacity: 0; }
  .not-found.draw .derp-cat {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .not-found .button {
    box-shadow: none;
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 1rem;
    left: 0;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem; }
    .not-found .button:hover, .not-found .button:focus {
      background-color: rgba(0, 0, 0, 0.9); }
    .not-found .button:before {
      content: "\2039";
      font-size: 1.4rem;
      margin-right: 0.5rem; }

.main {
  background-color: #a380ff;
  color: white;
  padding: 0 40px;
  min-height: 400px;
  height: 100%;
  font-size: 20px; }
  @media screen and (min-width: 32em) {
    .main {
      background-image: -webkit-linear-gradient( top left, #a380ff, #fb9a00);
      background-image: linear-gradient(to bottom right, #a380ff, #fb9a00);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .main > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .main.seen > .background.loaded {
    opacity: 0.1; }
  .main a {
    color: white;
    text-decoration: none; }
  .main *::-moz-selection {
    background: #624d99;
    color: #FFFFFF; }
  .main *::selection {
    background: #624d99;
    color: #FFFFFF; }
  .main .nick-spiel-logo {
    -webkit-transition: all 1.5s 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1.5s 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.5s 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-top: -100px;
    margin-left: -100px;
    padding: 10px;
    width: 200px;
    height: 200px; }
    .main .nick-spiel-logo svg {
      -webkit-transition: all 2s 2.5s;
      -moz-transition: all 2s 2.5s;
      transition: all 2s 2.5s;
      width: 100%;
      height: 100%; }
      .main .nick-spiel-logo svg polyline {
        -webkit-transition: all 1.5s 1s ease-in-out;
        -moz-transition: all 1.5s 1s ease-in-out;
        transition: all 1.5s 1s ease-in-out;
        stroke-dasharray: 185;
        stroke-dashoffset: -185; }
      .main .nick-spiel-logo svg polygon {
        -webkit-transition: all 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: all 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        opacity: 0; }
        .main .nick-spiel-logo svg polygon.chevron-left {
          -webkit-transform: translateX(-10px) translateY(-20px);
          -moz-transform: translateX(-10px) translateY(-20px);
          -ms-transform: translateX(-10px) translateY(-20px);
          -o-transform: translateX(-10px) translateY(-20px);
          transform: translateX(-10px) translateY(-20px); }
        .main .nick-spiel-logo svg polygon.chevron-right {
          -webkit-transform: translateX(10px) translateY(20px);
          -moz-transform: translateX(10px) translateY(20px);
          -ms-transform: translateX(10px) translateY(20px);
          -o-transform: translateX(10px) translateY(20px);
          transform: translateX(10px) translateY(20px); }
  .main .introduction {
    -webkit-transition: opacity 1s 4s;
    -moz-transition: opacity 1s 4s;
    transition: opacity 1s 4s;
    display: block;
    margin-top: 37%;
    color: white;
    text-transform: uppercase;
    line-height: 1.2em;
    perspective: 100; }
    @media screen and (min-width: 50em) {
      .main .introduction {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin-top: -100px; } }
    .main .introduction .main-heading {
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      -o-transform: translateY(-50px);
      transform: translateY(-50px);
      -webkit-transition: all 1s 4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1s 4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1s 4s cubic-bezier(0.645, 0.045, 0.355, 1);
      position: relative;
      margin-bottom: 0;
      letter-spacing: 10;
      font-weight: 400;
      font-size: 60px;
      font-family: "Montserrat", "Helvetica", sans-serif;
      line-height: 1;
      opacity: 0; }
      .main .introduction .main-heading:after {
        -webkit-transition: all 1s 5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 1s 5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 1s 5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: absolute;
        right: 50%;
        bottom: -15px;
        left: 50%;
        height: 1px;
        background-color: white;
        content: ""; }
    .main .introduction .tagline {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all 1s 4s;
      -moz-transition: all 1s 4s;
      transition: all 1s 4s;
      margin-top: 40px;
      margin-bottom: 0;
      letter-spacing: 10px;
      font-weight: 300;
      font-style: italic;
      opacity: 0; }
    .main .introduction .avatar {
      display: inline-block;
      border-radius: 3rem;
      height: 6rem;
      width: 6rem;
      overflow: hidden;
      opacity: 0;
      margin-bottom: 1rem;
      -webkit-transition: all 1s 4.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1s 4.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1s 4.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: rotateY(90deg) translateY(-50px);
      -moz-transform: rotateY(90deg) translateY(-50px);
      -ms-transform: rotateY(90deg) translateY(-50px);
      -o-transform: rotateY(90deg) translateY(-50px);
      transform: rotateY(90deg) translateY(-50px); }
      .main .introduction .avatar img {
        max-width: 100%; }
  .main.draw svg polyline {
    stroke-dashoffset: 0; }
  .main.draw svg polygon {
    opacity: 1; }
    .main.draw svg polygon.chevron-left {
      -webkit-transform: translateX(0) translateY(0);
      -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
      -o-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0); }
    .main.draw svg polygon.chevron-right {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .main.draw .nick-spiel-logo {
    opacity: 0; }
  .main.draw .background {
    opacity: 0.1; }
    @media screen and (min-width: 32em) {
      .main.draw .background {
        -webkit-transition: opacity 2s 0.25s;
        -moz-transition: opacity 2s 0.25s;
        transition: opacity 2s 0.25s; } }
  .main.draw .introduction .main-heading,
  .main.draw .introduction .tagline,
  .main.draw .introduction .avatar {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .main.draw .introduction .main-heading:after {
    right: 0;
    left: 0; }
    @media screen and (min-width: 32em) {
      .main.draw .introduction .main-heading:after {
        right: 30%;
        left: 30%; } }

.recent-work {
  background-color: #6ad8f2;
  color: white;
  padding-right: 0;
  padding-bottom: 100px;
  padding-left: 0; }
  @media screen and (min-width: 32em) {
    .recent-work {
      background-image: -webkit-linear-gradient( top left, #6ad8f2, #a380ff);
      background-image: linear-gradient(to bottom right, #6ad8f2, #a380ff);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .recent-work > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .recent-work.seen > .background.loaded {
    opacity: 0.1; }
  .recent-work a {
    color: white;
    text-decoration: none; }
  .recent-work *::-moz-selection {
    background: #408291;
    color: #FFFFFF; }
  .recent-work *::selection {
    background: #408291;
    color: #FFFFFF; }
  .recent-work:before {
    content: "";
    position: absolute;
    bottom: 80px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    color: white;
    display: block;
    font-size: 50px;
    opacity: 0.75;
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    transition: left 2s;
    -webkit-animation: swipeIndicator 2s infinite both alternate ease-in-out;
    -moz-animation: swipeIndicator 2s infinite both alternate ease-in-out;
    animation: swipeIndicator 2s infinite both alternate ease-in-out; }
    @media screen and (min-width: 32em) {
      .recent-work:before {
        display: none; } }
  .recent-work.swiped:before {
    left: -100%; }
  .recent-work > .backgorund {
    background-position: top left; }
  .recent-work .heading:before {
    content: "";
    display: block; }
  .recent-work .slider .examples {
    -webkit-transition: 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(0);
    margin-top: 40px;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .recent-work .slider .examples.touching {
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      transition-duration: 0s; }
    @media screen and (min-width: 32em) {
      .recent-work .slider .examples {
        padding-bottom: 80px; } }
    .recent-work .slider .examples .example {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      position: relative;
      display: inline-block;
      color: white;
      vertical-align: top;
      text-align: left;
      white-space: normal;
      opacity: 0.2;
      width: 100%;
      -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media screen and (min-width: 50em) {
        .recent-work .slider .examples .example {
          -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(-20%, 100px, 0);
          -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(-20%, 100px, 0);
          -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(-20%, 100px, 0);
          -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(-20%, 100px, 0);
          transform: scale3d(0.5, 0.5, 0.5) translate3d(-20%, 100px, 0); } }
      .recent-work .slider .examples .example .showcase {
        position: relative;
        display: block;
        margin: 0 40px;
        height: 200px; }
        @media screen and (min-width: 32em) {
          .recent-work .slider .examples .example .showcase {
            height: 250px; } }
        @media screen and (min-width: 50em) {
          .recent-work .slider .examples .example .showcase {
            display: inline-block;
            margin: 0;
            margin-left: 5%;
            width: 45%;
            height: 350px;
            vertical-align: top; } }
        .recent-work .slider .examples .example .showcase .desktop {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-position: top left;
          background-size: cover;
          background-repeat: no-repeat;
          opacity: 0;
          border-top: solid 20px #efefef;
          background-color: #222222;
          border-radius: 3px;
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
          max-width: 600px;
          max-height: 400px;
          margin: 0 auto;
          -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -moz-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
          @media screen and (min-width: 50em) {
            .recent-work .slider .examples .example .showcase .desktop {
              background-position: top left; } }
          .recent-work .slider .examples .example .showcase .desktop:hover {
            -webkit-transition: none;
            -moz-transition: none;
            transition: none; }
          .recent-work .slider .examples .example .showcase .desktop:before, .recent-work .slider .examples .example .showcase .desktop:after {
            content: "";
            position: absolute;
            width: 9px;
            height: 9px;
            border-radius: 9px;
            top: -15px;
            left: 5px; }
          .recent-work .slider .examples .example .showcase .desktop:before {
            background-color: #df552e; }
          .recent-work .slider .examples .example .showcase .desktop:after {
            background-color: #7ec114;
            left: 18px; }
        .recent-work .slider .examples .example .showcase .mobile {
          -webkit-transition: all 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -moz-transition: all 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          position: absolute;
          top: 70px;
          right: 0;
          width: 150px;
          opacity: 0; }
          @media screen and (min-width: 32em) {
            .recent-work .slider .examples .example .showcase .mobile {
              top: 140px;
              width: 250px; } }
          @media screen and (min-width: 50em) {
            .recent-work .slider .examples .example .showcase .mobile {
              -webkit-transform: translate3d(100px, -60px, 0) scale3d(0.8, 0.8, 0.8);
              -moz-transform: translate3d(100px, -60px, 0) scale3d(0.8, 0.8, 0.8);
              -ms-transform: translate3d(100px, -60px, 0) scale3d(0.8, 0.8, 0.8);
              -o-transform: translate3d(100px, -60px, 0) scale3d(0.8, 0.8, 0.8);
              transform: translate3d(100px, -60px, 0) scale3d(0.8, 0.8, 0.8);
              top: 55%;
              right: -20px;
              width: 50%; } }
      .recent-work .slider .examples .example .details {
        margin: 20px 40px 0 40px;
        font-size: 16px; }
        @media screen and (min-width: 32em) {
          .recent-work .slider .examples .example .details {
            margin: 40px 40px 0 40px; } }
        @media screen and (min-width: 50em) {
          .recent-work .slider .examples .example .details {
            display: inline-block;
            margin: 0 0 0 4%;
            width: 40%;
            vertical-align: top; } }
        .recent-work .slider .examples .example .details .work-heading {
          display: inline-block; }
        .recent-work .slider .examples .example .details .built-with {
          display: inline-block;
          margin: 1.2em 0;
          font-size: 14px; }
        .recent-work .slider .examples .example .details .tech {
          margin-left: 10px;
          font-weight: 300;
          font-style: normal; }
          .recent-work .slider .examples .example .details .tech:before {
            position: inline-block;
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
            font-size: 30px; }
          .recent-work .slider .examples .example .details .tech.silverstripe:before {
            content: ""; }
          .recent-work .slider .examples .example .details .tech.magento:before {
            content: ""; }
          .recent-work .slider .examples .example .details .tech.laravel:before {
            content: ""; }
        .recent-work .slider .examples .example .details .work-heading {
          color: whIte; }
        .recent-work .slider .examples .example .details .description {
          color: white; }
          .recent-work .slider .examples .example .details .description > p:first-child {
            margin-bottom: 0.5em;
            font-weight: 300;
            font-size: 25px; }
          .recent-work .slider .examples .example .details .description .name {
            font-weight: bold; }
          .recent-work .slider .examples .example .details .description .title {
            font-style: italic; }
      .recent-work .slider .examples .example.active {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1; }
        .recent-work .slider .examples .example.active .desktop {
          -webkit-transition-delay: 1.5s;
          -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
          opacity: 1; }
        .recent-work .slider .examples .example.active .mobile {
          -webkit-transition-delay: 1s;
          -moz-transition-delay: 1s;
          transition-delay: 1s;
          -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          opacity: 1; }
  .recent-work .slider nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: 90px;
    left: 0;
    text-align: center; }
    @media screen and (min-width: 32em) {
      .recent-work .slider nav {
        display: block; } }
    .recent-work .slider nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .recent-work .slider nav ul li {
        display: inline-block;
        padding: 0;
        list-style: none; }
        .recent-work .slider nav ul li a {
          -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -webkit-transform: scale3d(0.6, 0.6, 0.6);
          -moz-transform: scale3d(0.6, 0.6, 0.6);
          -ms-transform: scale3d(0.6, 0.6, 0.6);
          -o-transform: scale3d(0.6, 0.6, 0.6);
          transform: scale3d(0.6, 0.6, 0.6);
          display: block;
          width: 20px;
          height: 20px;
          border: solid 1px white;
          border-radius: 20px; }
          .recent-work .slider nav ul li a:hover {
            -webkit-transform: scale3d(1, 1, 1);
            -moz-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
            -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            background-color: rgba(255, 255, 255, 0.5); }
          .recent-work .slider nav ul li a:active {
            background-color: white; }
        .recent-work .slider nav ul li.active a {
          -webkit-transform: scale3d(1, 1, 1);
          -moz-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          -o-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          background-color: rgba(255, 255, 255, 0.8); }
  .recent-work .all-projects {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 50%;
    display: block;
    margin: 0 auto;
    padding: 6px 20px;
    border: solid 1px white;
    border-radius: 3px;
    font-size: 0.8rem;
    text-transform: uppercase;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .recent-work .all-projects.loading {
      -webkit-animation: load 1s infinite;
      -moz-animation: load 1s infinite;
      animation: load 1s infinite; }
    .recent-work .all-projects:hover, .recent-work .all-projects:focus {
      background-color: rgba(255, 255, 255, 0.1); }
    .recent-work .all-projects:active {
      -webkit-transform: translateX(-50%) translateY(2px);
      -moz-transform: translateX(-50%) translateY(2px);
      -ms-transform: translateX(-50%) translateY(2px);
      -o-transform: translateX(-50%) translateY(2px);
      transform: translateX(-50%) translateY(2px);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }

.project-overlay {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 10px 0 0 rgba(0, 0, 0, 0.2);
  text-align: center; }
  .project-overlay .project-list {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .project-overlay .project-list .project {
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      transition: all 1s;
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      margin-left: 0;
      height: 0;
      opacity: 0; }
      .project-overlay .project-list .project:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .project-overlay .project-list .project:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .project-overlay .project-list .project:nth-child(3) {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        transition-delay: 1.2s; }
      .project-overlay .project-list .project:nth-child(4) {
        -webkit-transition-delay: 1.6s;
        -moz-transition-delay: 1.6s;
        transition-delay: 1.6s; }
      .project-overlay .project-list .project:nth-child(5) {
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s; }
      @media screen and (min-width: 32em) {
        .project-overlay .project-list .project {
          display: inline-block;
          width: 40%; } }
      @media screen and (min-width: 50em) {
        .project-overlay .project-list .project {
          width: 25%; } }
      .project-overlay .project-list .project .background {
        -webkit-transition: all 1s 0s;
        -moz-transition: all 1s 0s;
        transition: all 1s 0s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat; }
      .project-overlay .project-list .project a {
        -webkit-transition: all 0.5s 1s;
        -moz-transition: all 0.5s 1s;
        transition: all 0.5s 1s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        text-align: center;
        text-decoration: none; }
      .project-overlay .project-list .project:hover .background, .project-overlay .project-list .project:focus .background {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 1, 5deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 1, 5deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 1, 5deg);
        -o-transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 1, 5deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 1, 5deg);
        -webkit-transition: all 1s 0.5s;
        -moz-transition: all 1s 0.5s;
        transition: all 1s 0.5s; }
      .project-overlay .project-list .project:hover a, .project-overlay .project-list .project:focus a {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0; }
  .project-overlay.loading {
    min-height: 100px; }
    .project-overlay.loading.loaded .project-list {
      margin: 40px; }
      .project-overlay.loading.loaded .project-list .project {
        margin: 10px;
        height: 150px;
        opacity: 1; }
        @media screen and (min-width: 32em) {
          .project-overlay.loading.loaded .project-list .project {
            height: 200px; } }
        .project-overlay.loading.loaded .project-list .project a {
          padding-top: 40px;
          text-transform: uppercase;
          text-shadow: 0px 0px 20px black;
          letter-spacing: 4px; }
          @media screen and (min-width: 32em) {
            .project-overlay.loading.loaded .project-list .project a {
              padding-top: 80px; } }

.research-and-development {
  background-color: #fb9a00;
  color: white;
  padding-bottom: 8rem; }
  @media screen and (min-width: 32em) {
    .research-and-development {
      background-image: -webkit-linear-gradient( top left, #fb9a00, #6ad8f2);
      background-image: linear-gradient(to bottom right, #fb9a00, #6ad8f2);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .research-and-development > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .research-and-development.seen > .background.loaded {
    opacity: 0.1; }
  .research-and-development a {
    color: white;
    text-decoration: none; }
  .research-and-development *::-moz-selection {
    background: #975c00;
    color: #FFFFFF; }
  .research-and-development *::selection {
    background: #975c00;
    color: #FFFFFF; }
  .research-and-development .heading:before {
    content: "";
    display: block; }
  .research-and-development .technology-list {
    list-style: none;
    position: relative;
    padding-left: 0; }
    .research-and-development .technology-list .technology {
      display: inline-block;
      vertical-align: middle;
      margin: 1rem;
      opacity: 0;
      position: relative;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition-property: opacity, -webkit-transform;
      -moz-transition-property: opacity, -moz-transform;
      transition-property: opacity, transform; }
      .research-and-development .technology-list .technology:nth-child(1), .research-and-development .technology-list .technology:nth-child(2) {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px); }
      .research-and-development .technology-list .technology:nth-child(3), .research-and-development .technology-list .technology:nth-child(4), .research-and-development .technology-list .technology:nth-child(5) {
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px); }
      .research-and-development .technology-list .technology img {
        width: 100px;
        height: 100px;
        display: block;
        margin-bottom: 0.5rem;
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .research-and-development .technology-list .technology:hover {
        z-index: 1; }
        .research-and-development .technology-list .technology:hover img {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px); }
        .research-and-development .technology-list .technology:hover .tooltip {
          opacity: 1;
          -webkit-transform: translateX(-50%) translateY(0%);
          -moz-transform: translateX(-50%) translateY(0%);
          -ms-transform: translateX(-50%) translateY(0%);
          -o-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%); }
      .research-and-development .technology-list .technology .tooltip {
        position: absolute;
        top: 95%;
        background-color: white;
        border-radius: 4px;
        width: 200px;
        left: 50%;
        padding: 10px;
        opacity: 0;
        color: #666666;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
        .research-and-development .technology-list .technology .tooltip:before {
          content: "";
          position: absolute;
          bottom: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 0;
          width: 0;
          border-bottom: 5px solid white;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }
  .research-and-development.seen .technology {
    opacity: 1; }
    .research-and-development.seen .technology:nth-child(1) {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      transition-delay: 1s; }
    .research-and-development.seen .technology:nth-child(2) {
      -webkit-transition-delay: 1.5s;
      -moz-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .research-and-development.seen .technology:nth-child(3) {
      -webkit-transition-delay: 2s;
      -moz-transition-delay: 2s;
      transition-delay: 2s; }
    .research-and-development.seen .technology:nth-child(4) {
      -webkit-transition-delay: 2.5s;
      -moz-transition-delay: 2.5s;
      transition-delay: 2.5s; }
    .research-and-development.seen .technology:nth-child(5) {
      -webkit-transition-delay: 3s;
      -moz-transition-delay: 3s;
      transition-delay: 3s; }
    .research-and-development.seen .technology:nth-child(6) {
      -webkit-transition-delay: 3.5s;
      -moz-transition-delay: 3.5s;
      transition-delay: 3.5s; }
    .research-and-development.seen .technology:nth-child(1), .research-and-development.seen .technology:nth-child(2), .research-and-development.seen .technology:nth-child(3), .research-and-development.seen .technology:nth-child(4), .research-and-development.seen .technology:nth-child(5) {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

.skills {
  background-color: #aae200;
  color: white; }
  @media screen and (min-width: 32em) {
    .skills {
      background-image: -webkit-linear-gradient( top left, #aae200, #6ad8f2);
      background-image: linear-gradient(to bottom right, #aae200, #6ad8f2);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .skills > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .skills.seen > .background.loaded {
    opacity: 0.1; }
  .skills a {
    color: white;
    text-decoration: none; }
  .skills *::-moz-selection {
    background: #668800;
    color: #FFFFFF; }
  .skills *::selection {
    background: #668800;
    color: #FFFFFF; }
  .skills > .background {
    background-position: 52% 100%; }
  .skills .heading:before {
    content: "";
    display: block; }
  .skills .skillset {
    margin: 0;
    padding: 0;
    list-style: none; }
    .skills .skillset .skill {
      position: relative;
      position: relative;
      display: inline-block;
      margin: 15px 5px;
      width: 100px;
      height: 100px;
      text-align: center;
      font-size: 15px;
      line-height: 100px; }
      @media screen and (min-width: 32em) {
        .skills .skillset .skill {
          margin: 20px 10px;
          width: 150px;
          height: 150px;
          font-size: 20px;
          line-height: 150px; }
          .skills .skillset .skill:nth-child(1) svg path.skill-fill {
            -webkit-transition-delay: 0.45s;
            -moz-transition-delay: 0.45s;
            transition-delay: 0.45s;
            opacity: 0.8; }
          .skills .skillset .skill:nth-child(2) svg path.skill-fill {
            -webkit-transition-delay: 0.65s;
            -moz-transition-delay: 0.65s;
            transition-delay: 0.65s;
            opacity: 0.8; }
          .skills .skillset .skill:nth-child(3) svg path.skill-fill {
            -webkit-transition-delay: 0.85s;
            -moz-transition-delay: 0.85s;
            transition-delay: 0.85s;
            opacity: 0.8; }
          .skills .skillset .skill:nth-child(4) svg path.skill-fill {
            -webkit-transition-delay: 1.05s;
            -moz-transition-delay: 1.05s;
            transition-delay: 1.05s;
            opacity: 0.8; }
          .skills .skillset .skill:nth-child(5) svg path.skill-fill {
            -webkit-transition-delay: 1.25s;
            -moz-transition-delay: 1.25s;
            transition-delay: 1.25s;
            opacity: 0.8; }
          .skills .skillset .skill:nth-child(6) svg path.skill-fill {
            -webkit-transition-delay: 1.45s;
            -moz-transition-delay: 1.45s;
            transition-delay: 1.45s;
            opacity: 0.8; } }
      .skills .skillset .skill svg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100px;
        max-height: 100px; }
        @media screen and (min-width: 32em) {
          .skills .skillset .skill svg {
            max-width: 150px;
            max-height: 150px; } }
        .skills .skillset .skill svg path {
          stroke: white;
          fill: transparent; }
          .skills .skillset .skill svg path.skill-fill {
            -webkit-transition: all 2s;
            -moz-transition: all 2s;
            transition: all 2s;
            stroke-width: 7px;
            stroke-dashoffset: 314;
            stroke-dasharray: 314; }
          .skills .skillset .skill svg path.skill-background {
            opacity: 0.3;
            stroke-width: 14px; }
      .skills .skillset .skill.seen[aria-label="pro"] svg path.skill-fill {
        stroke-dashoffset: 20; }
      .skills .skillset .skill.seen[aria-label="elite"] svg path.skill-fill {
        stroke-dashoffset: 40; }
      .skills .skillset .skill.seen[aria-label="advanced"] svg path.skill-fill {
        stroke-dashoffset: 100; }
      .skills .skillset .skill.seen[aria-label="moderate"] svg path.skill-fill {
        stroke-dashoffset: 157; }
      .skills .skillset .skill.seen[aria-label="basic"] svg path.skill-fill {
        stroke-dashoffset: 235; }
      .skills .skillset .skill.seen[aria-label="none"] svg path.skill-fill {
        stroke-dashoffset: 314; }
    .skills .skillset .skill-name {
      display: block;
      width: 100px;
      font-size: 11px; }
      @media screen and (min-width: 32em) {
        .skills .skillset .skill-name {
          width: 150px;
          font-size: 14px; } }

.history {
  background-color: #ee2f71;
  color: white; }
  @media screen and (min-width: 32em) {
    .history {
      background-image: -webkit-linear-gradient( top left, #ee2f71, #fb9a00);
      background-image: linear-gradient(to bottom right, #ee2f71, #fb9a00);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .history > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .history.seen > .background.loaded {
    opacity: 0.1; }
  .history a {
    color: white;
    text-decoration: none; }
  .history *::-moz-selection {
    background: #8f1c44;
    color: #FFFFFF; }
  .history *::selection {
    background: #8f1c44;
    color: #FFFFFF; }
  .history > .background {
    background-position: 39% 100%; }
  .history > .heading:before {
    content: "";
    display: block; }
  .history .timeline {
    position: relative;
    padding: 0; }
    @media screen and (min-width: 32em) {
      .history .timeline {
        display: inline-block;
        max-width: 800px; } }
    .history .timeline .event {
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      transition: all 1s;
      position: relative;
      display: block;
      float: left;
      margin: 10px 0 10px 0;
      padding: 1.5em 1em 1.5em 1em;
      border-bottom: dashed 1px rgba(255, 255, 255, 0.75);
      text-align: left; }
      @media screen and (min-width: 32em) {
        .history .timeline .event {
          margin-left: 60px;
          opacity: 0; } }
      .history .timeline .event:first-child {
        border-top: dashed 1px rgba(255, 255, 255, 0.75); }
      .history .timeline .event .heading {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 16px; }
      .history .timeline .event .detail {
        display: none; }
      .history .timeline .event:before, .history .timeline .event:after {
        position: absolute;
        display: none;
        padding: 0 5px;
        height: 30px;
        font-size: 14px;
        line-height: 30px; }
        @media screen and (min-width: 32em) {
          .history .timeline .event:before, .history .timeline .event:after {
            -webkit-transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
            -o-transform: translateX(-30px);
            transform: translateX(-30px);
            -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); } }
        @media screen and (min-width: 1100px) {
          .history .timeline .event:before, .history .timeline .event:after {
            left: -180px;
            display: block;
            width: 115px;
            text-align: right;
            opacity: 0; } }
      .history .timeline .event:before {
        top: -18px;
        content: attr(data-end); }
      .history .timeline .event:after {
        bottom: -18px;
        content: attr(data-start); }
      .history .timeline .event.seen {
        opacity: 1; }
        .history .timeline .event.seen:before, .history .timeline .event.seen:after {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          opacity: 1; }
        @media screen and (min-width: 32em) {
          .history .timeline .event.seen:hover:before, .history .timeline .event.seen:hover:after {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px); } }

.testimonials {
  background-color: #a380ff;
  color: white; }
  @media screen and (min-width: 32em) {
    .testimonials {
      background-image: -webkit-linear-gradient( top left, #a380ff, #fb9a00);
      background-image: linear-gradient(to bottom right, #a380ff, #fb9a00);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .testimonials > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .testimonials.seen > .background.loaded {
    opacity: 0.1; }
  .testimonials a {
    color: white;
    text-decoration: none; }
  .testimonials *::-moz-selection {
    background: #624d99;
    color: #FFFFFF; }
  .testimonials *::selection {
    background: #624d99;
    color: #FFFFFF; }
  .testimonials > .background {
    background-position: 76% 100%; }
  .testimonials .heading:before {
    content: "";
    display: block; }
  .testimonials .testimonial-list {
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 32em) {
      .testimonials .testimonial-list {
        margin: auto;
        max-width: 800px;
        text-align: left; } }
    .testimonials .testimonial-list .testimonial {
      display: inline-block;
      margin: 15px auto;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 32em) {
        .testimonials .testimonial-list .testimonial {
          -webkit-transform: translateX(100px);
          -moz-transform: translateX(100px);
          -ms-transform: translateX(100px);
          -o-transform: translateX(100px);
          transform: translateX(100px);
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          transition: all 1s;
          opacity: 0; } }
      @media screen and (min-width: 60em) {
        .testimonials .testimonial-list .testimonial {
          width: 45%;
          text-align: center; } }
      .testimonials .testimonial-list .testimonial .photo {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        margin: 0 auto 20px auto;
        width: 100px;
        height: 100px;
        border: 1px solid transparent;
        border-radius: 100px;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
        @media screen and (min-width: 32em) {
          .testimonials .testimonial-list .testimonial .photo {
            -webkit-transition: all 1s 0s;
            -moz-transition: all 1s 0s;
            transition: all 1s 0s;
            opacity: 0; } }
        @media screen and (min-width: 60em) {
          .testimonials .testimonial-list .testimonial .photo {
            width: 100px; } }
        .testimonials .testimonial-list .testimonial .photo .background {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-size: cover; }
          @media screen and (min-width: 32em) {
            .testimonials .testimonial-list .testimonial .photo .background {
              -webkit-transition: all 1s ease-in-out;
              -moz-transition: all 1s ease-in-out;
              transition: all 1s ease-in-out; } }
      .testimonials .testimonial-list .testimonial .detail {
        max-width: 600px;
        margin: 0 auto;
        display: block; }
        .testimonials .testimonial-list .testimonial .detail .content {
          position: relative; }
          .testimonials .testimonial-list .testimonial .detail .content:before, .testimonials .testimonial-list .testimonial .detail .content:after {
            top: -30px;
            font-size: 50px;
            opacity: 0.5;
            position: absolute;
            font-family: serif; }
          .testimonials .testimonial-list .testimonial .detail .content:before {
            left: -20px;
            content: '\201C'; }
          .testimonials .testimonial-list .testimonial .detail .content:after {
            right: -20px;
            content: '\201D'; }
        .testimonials .testimonial-list .testimonial .detail .name {
          font-size: 14px; }
        .testimonials .testimonial-list .testimonial .detail .title {
          font-weight: 300;
          font-size: 14px; }
      .testimonials .testimonial-list .testimonial:hover .photo .background {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        -o-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg); }
      @media screen and (min-width: 60em) {
        .testimonials .testimonial-list .testimonial:nth-child(even) {
          display: block;
          float: right; } }
      .testimonials .testimonial-list .testimonial:nth-child(3n) {
        clear: both; }
      .testimonials .testimonial-list .testimonial.seen {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
        .testimonials .testimonial-list .testimonial.seen .photo {
          -webkit-transition-delay: 1s;
          -moz-transition-delay: 1s;
          transition-delay: 1s;
          opacity: 1; }

.contact {
  background-color: #6ad8f2;
  color: white; }
  @media screen and (min-width: 32em) {
    .contact {
      background-image: -webkit-linear-gradient( top left, #6ad8f2, #a380ff);
      background-image: linear-gradient(to bottom right, #6ad8f2, #a380ff);
      -webkit-transition: 2s;
      -moz-transition: 2s;
      transition: 2s; } }
  .contact > .background {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .contact.seen > .background.loaded {
    opacity: 0.1; }
  .contact a {
    color: white;
    text-decoration: none; }
  .contact *::-moz-selection {
    background: #408291;
    color: #FFFFFF; }
  .contact *::selection {
    background: #408291;
    color: #FFFFFF; }
  .contact > .background {
    background-position: 50%; }
  .contact .heading:before {
    content: "";
    display: block; }
  .contact .contact-details .accounts {
    display: block;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 50em) {
      .contact .contact-details .accounts {
        float: left;
        margin-top: 0;
        width: 40%; } }
    .contact .contact-details .accounts .accounts-list {
      padding: 0; }
      .contact .contact-details .accounts .accounts-list .account {
        display: inline-block;
        margin: 20px;
        margin-top: 0;
        width: 75px;
        vertical-align: top;
        font-weight: 300;
        line-height: 1.2; }
        @media screen and (min-width: 32em) {
          .contact .contact-details .accounts .accounts-list .account {
            width: auto; } }
        .contact .contact-details .accounts .accounts-list .account a {
          position: relative;
          display: block;
          color: white; }
          .contact .contact-details .accounts .accounts-list .account a:before {
            -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            display: block;
            margin-bottom: 15px;
            font-size: 40px; }
          .contact .contact-details .accounts .accounts-list .account a.codepen:before {
            content: ""; }
          .contact .contact-details .accounts .accounts-list .account a.stackoverflow:before {
            content: ""; }
          .contact .contact-details .accounts .accounts-list .account a.github:before {
            content: ""; }
          .contact .contact-details .accounts .accounts-list .account a.twitter:before {
            content: ""; }
          .contact .contact-details .accounts .accounts-list .account a.email:before {
            content: ""; }
          .contact .contact-details .accounts .accounts-list .account a.linked-in:before {
            content: ""; }
        .contact .contact-details .accounts .accounts-list .account:hover a:before {
          -webkit-transform: translateY(-10px) scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg);
          -moz-transform: translateY(-10px) scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg);
          -ms-transform: translateY(-10px) scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg);
          -o-transform: translateY(-10px) scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg);
          transform: translateY(-10px) scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg); }
    .contact .contact-details .accounts .contact-introduction {
      font-family: "Montserrat", sans-serif;
      font-size: 1.2rem; }
  .contact .contact-details .contact-form {
    display: block; }
    @media screen and (min-width: 50em) {
      .contact .contact-details .contact-form {
        float: right;
        width: 50%; } }
    .contact .contact-details .contact-form .message,
    .contact .contact-details .contact-form .email {
      position: relative;
      border-radius: 4px;
      font-size: 14px;
      min-width: 240px;
      display: block; }
      @media screen and (min-width: 50em) {
        .contact .contact-details .contact-form .message,
        .contact .contact-details .contact-form .email {
          display: block;
          float: right; } }
    .contact .contact-details .contact-form .message {
      min-height: 150px;
      resize: vertical; }
    .contact .contact-details .contact-form .send {
      outline: none;
      position: relative;
      margin-bottom: 30px;
      padding: 1em 2em;
      width: 200px;
      border: none;
      border-radius: 3px;
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.5s, color 0.2s;
      -moz-transition: all 0.5s, color 0.2s;
      transition: all 0.5s, color 0.2s; }
      .contact .contact-details .contact-form .send:before {
        content: "";
        -webkit-transition: all 0s 0.5s linear, opacity 0.5s 0.2s;
        -moz-transition: all 0s 0.5s linear, opacity 0.5s 0.2s;
        transition: all 0s 0.5s linear, opacity 0.5s 0.2s;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        margin-top: -16px;
        margin-left: -16px;
        color: white;
        font-size: 30px;
        opacity: 0; }
    .contact .contact-details .contact-form.sending .message-wrap {
      position: relative;
      overflow: hidden; }
      .contact .contact-details .contact-form.sending .message-wrap .message,
      .contact .contact-details .contact-form.sending .message-wrap .email {
        opacity: 0.2; }
    .contact .contact-details .contact-form.sending .send {
      box-sizing: border-box;
      -webkit-transition: all 0.5s, color 0.2s;
      -moz-transition: all 0.5s, color 0.2s;
      transition: all 0.5s, color 0.2s;
      padding: 0;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #666666;
      box-shadow: 0 0 0 0 transparent;
      color: transparent; }
      .contact .contact-details .contact-form.sending .send:before {
        -webkit-transform: rotate(5000deg);
        -moz-transform: rotate(5000deg);
        -ms-transform: rotate(5000deg);
        -o-transform: rotate(5000deg);
        transform: rotate(5000deg);
        -webkit-transition: all 30s 0s linear, opacity 0.5s 0.5s;
        -moz-transition: all 30s 0s linear, opacity 0.5s 0.5s;
        transition: all 30s 0s linear, opacity 0.5s 0.5s;
        opacity: 1; }
    .contact .contact-details .contact-form.sent .message {
      color: #b3b3b3;
      text-align: center;
      font-style: italic; }
    .contact .contact-details .contact-form.sent .send {
      background: transparent;
      box-shadow: 0 0 0 0 transparent;
      text-align: center; }
