@import url("https://fonts.googleapis.com/css?family=Lato|Roboto|Muli|Open+Sans");
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v5/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono"), local("FiraMono"), url(https://fonts.gstatic.com/s/firamono/v3/SlRWfq1zeqXiYWAN-lnG-pBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather"), local("Merriweather-Regular"), url(https://fonts.gstatic.com/s/merriweather/v15/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  width: 100vw;
  height: 100vh; }

html, body {
  overflow-x: hidden; }

body {
  position: relative;
  z-index: -2;
  background-color: #eee;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Fira Sans", sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/* width */
::-webkit-scrollbar {
  width: 0px; }

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

img {
  pointer-events: none; }

section {
  padding: 50px 50px;
  background-color: #eee;
  position: relative; }
  section h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px; }
  section .no-margin {
    margin-top: 75px;
    margin-bottom: -35px; }

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

::selection {
  background: #FFF498; }

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

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #40a6ff; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: black;
    background-color: white;
    outline: 0; }

.button-website {
  margin-top: 10px; }

.button-resume {
  margin-top: 30px;
  margin-bottom: 5px;
  color: #222;
  border-color: #222;
  height: 50px;
  padding: 0 55px;
  font-size: 13px;
  font-weight: 600;
  line-height: 52px; }
  .button-resume:hover {
    color: white;
    background-color: #222; }

.name-lockup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.fork-tag {
  position: absolute;
  top: 10px;
  right: -10px;
  background: #0074D9;
  color: white;
  padding: 2px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }
  .fork-tag:hover {
    color: white;
    -webkit-animation: wiggle 0.4s linear 1;
    animation: wiggle 0.4s linear 1; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

#intro {
  background-color: #eee;
  color: #222; }
  #intro p {
    text-align: justify;
    font-size: 16px;
    margin: 0 auto;
    -webkit-column-count: 1;
    column-count: 1;
    max-width: 480px; }

.load_page {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999; }
  .load_page .loadbg_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #eee;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .load_page .loadbg_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #eee;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .load_page .slide-up {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .load_page .slide-down {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .load_page .load_container {
    position: relative; }
    .load_page .load_container .load_text {
      text-align: center; }
      .load_page .load_container .load_text::after {
        content: '.';
        -moz-animation: dots 1.3s steps(5, end) infinite;
        -o-animation: dots 1.3s steps(5, end) infinite;
        -ms-animation: dots 1.3s steps(5, end) infinite;
        -webkit-animation: dots 1.3s steps(5, end) infinite;
        animation: dots 1.3s steps(5, end) infinite; }

@-webkit-keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: #444;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 #444; } }

@-moz-keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: #444;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 #444; } }

@-ms-keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: #444;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 #444; } }

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: #444;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: 0.25em 0 0 #444, 0.5em 0 0 #444; } }

.load_animation {
  margin-bottom: 30px;
  height: 10vh;
  width: 10vh;
  background-color: #444;
  -moz-animation: loading 3s ease infinite;
  -o-animation: loading 3s ease infinite;
  -ms-animation: loading 3s ease infinite;
  -webkit-animation: loading 3s ease infinite;
  animation: loading 3s ease infinite; }

@-webkit-keyframes loading {
  0% {
    -moz-transform: translate(-150%) rotate(0deg);
    -o-transform: translate(-150%) rotate(0deg);
    -ms-transform: translate(-150%) rotate(0deg);
    -webkit-transform: translate(-150%) rotate(0deg);
    transform: translate(-150%) rotate(0deg); }
  50% {
    border-radius: 50%; }
  100% {
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transform: translate(150%, 0) rotate(360deg);
    -o-transform: translate(150%, 0) rotate(360deg);
    -ms-transform: translate(150%, 0) rotate(360deg);
    -webkit-transform: translate(150%, 0) rotate(360deg);
    transform: translate(150%, 0) rotate(360deg); } }

@-moz-keyframes loading {
  0% {
    -moz-transform: translate(-150%) rotate(0deg);
    -o-transform: translate(-150%) rotate(0deg);
    -ms-transform: translate(-150%) rotate(0deg);
    -webkit-transform: translate(-150%) rotate(0deg);
    transform: translate(-150%) rotate(0deg); }
  50% {
    border-radius: 50%; }
  100% {
    border-radius: 50%;
    transform-origin: center;
    -moz-transform: translate(150%, 0) rotate(360deg);
    -o-transform: translate(150%, 0) rotate(360deg);
    -ms-transform: translate(150%, 0) rotate(360deg);
    -webkit-transform: translate(150%, 0) rotate(360deg);
    transform: translate(150%, 0) rotate(360deg); } }

@-ms-keyframes loading {
  0% {
    -moz-transform: translate(-150%) rotate(0deg);
    -o-transform: translate(-150%) rotate(0deg);
    -ms-transform: translate(-150%) rotate(0deg);
    -webkit-transform: translate(-150%) rotate(0deg);
    transform: translate(-150%) rotate(0deg); }
  50% {
    border-radius: 50%; }
  100% {
    border-radius: 50%;
    -ms-transform-origin: center;
    transform-origin: center;
    -moz-transform: translate(150%, 0) rotate(360deg);
    -o-transform: translate(150%, 0) rotate(360deg);
    -ms-transform: translate(150%, 0) rotate(360deg);
    -webkit-transform: translate(150%, 0) rotate(360deg);
    transform: translate(150%, 0) rotate(360deg); } }

@keyframes loading {
  0% {
    -moz-transform: translate(-150%) rotate(0deg);
    -o-transform: translate(-150%) rotate(0deg);
    -ms-transform: translate(-150%) rotate(0deg);
    -webkit-transform: translate(-150%) rotate(0deg);
    transform: translate(-150%) rotate(0deg); }
  50% {
    border-radius: 50%; }
  100% {
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transform: translate(150%, 0) rotate(360deg);
    -o-transform: translate(150%, 0) rotate(360deg);
    -ms-transform: translate(150%, 0) rotate(360deg);
    -webkit-transform: translate(150%, 0) rotate(360deg);
    transform: translate(150%, 0) rotate(360deg); } }

.loaded {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important; }

nav {
  position: fixed;
  display: inline-block;
  text-align: center;
  z-index: 9999; }
  @media screen and (max-width: 800px) {
    nav {
      display: none; } }
  nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    width: 100vw;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    nav > ul > li {
      float: right;
      margin-left: 20px;
      margin-right: 20px;
      height: 80px;
      line-height: 80px;
      position: relative;
      -moz-transition: all 0.7s;
      -o-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      transition: all 0.7s; }
      nav > ul > li:first-child {
        margin-right: 50px; }
      nav > ul > li > a {
        position: relative;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        nav > ul > li > a::before {
          content: "";
          position: absolute;
          width: 98%;
          height: 2.3px;
          bottom: 0;
          left: 0;
          background-color: white;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          z-index: 99999; }
        nav > ul > li > a:hover, nav > ul > li > a:focus {
          color: #fff; }
        nav > ul > li > a:hover::before {
          visibility: visible;
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }

.alt-nav > ul {
  background-color: white; }
  .alt-nav > ul > li {
    height: 50px;
    line-height: 50px; }
    .alt-nav > ul > li > a {
      color: black; }
      .alt-nav > ul > li > a::before {
        background-color: black; }
      .alt-nav > ul > li > a:hover, .alt-nav > ul > li > a:focus {
        color: black; }

#contact {
  cursor: pointer; }

body {
  background-overflow-x: hidden; }

@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes scaling {
  from {
    transform: scale(1.2); }
  to {
    transform: scale(1); } }

@-ms-keyframes scaling {
  from {
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes scaling {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header .wrap {
    top: 0;
    left: 0;
    position: fixed;
    height: calc(100vh);
    width: calc(100vw);
    z-index: -3; }
  header .landing-pic {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -9999;
    background-image: url("../img/landing.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  header div {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 5px;
    z-index: 1; }
    header div .picture {
      max-width: 250px;
      width: 30vh;
      background-color: white;
      border-radius: 50%;
      border-color: white;
      border-style: solid;
      border-width: 10px; }
  header h1, header h2 {
    margin: 0;
    color: white; }
  header h3, header h4, header h5 {
    margin: 0;
    color: white;
    font-family: "Merriweather", serif; }

.arrow-down {
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 15px;
  left: 50%;
  clear: both; }
  .arrow-down img {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    width: 4vh; }

#examples {
  background-color: #222;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  height: 75vh; }
  @media screen and (max-width: 1000px) {
    #examples {
      height: 125vh; } }
  @media screen and (max-width: 600px) {
    #examples {
      height: 300vh; } }
  #examples .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 999; }
  #examples .text {
    text-align: center;
    width: 80%;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #examples .text h3 {
      margin: 0;
        margin-bottom: 9px; }
  #examples .box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 33.33333333333333333%;
    width: calc(100% / 3);
    height: 25vh;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      #examples .box {
        width: 50%;
        height: 25vh; } }
    @media screen and (max-width: 600px) {
      #examples .box {
        width: 100%;
        height: 33.333333333vh;
        -webkit-tap-highlight-color: rgba(186, 186, 186, 0); } }
    #examples .box:hover > .inner-box {
      -moz-transform: scale(1.35);
      -o-transform: scale(1.35);
      -ms-transform: scale(1.35);
      -webkit-transform: scale(1.35);
      transform: scale(1.35); }
    #examples .box:hover > .overlay {
      opacity: 1; }
  #examples .inner-box {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  #examples #box1 .inner-box {
    background-image: url("../img/boxes/drone-small.jpg"); }
  #examples #box2 .inner-box {
    background-image: url("../img/boxes/ikea-small.jpg"); }
  #examples #box3 .inner-box {
    background-image: url("../img/boxes/steerwheel-small.jpg"); }
  #examples #box4 .inner-box {
    background-image: url("../img/boxes/dinner-small.jpg"); }
  #examples #box5 .inner-box {
    background-image: url("../img/boxes/ds1-small.jpg"); }
  #examples #box6 .inner-box {
    background-image: url("../img/boxes/batarang-small.jpg"); }
  #examples #box7 .inner-box {
    background-image: url("../img/boxes/conceptboard-small.jpg"); }
  #examples #box8 .inner-box {
    background-image: url("../img/boxes/besturendag-small.jpg"); }
  #examples #box9 .inner-box {
    background-image: url("../img/boxes/studentworden-small.jpg"); }
  #examples #box10 .inner-box {
    background-image: url("../img/boxes/daedalusgame-small.jpg"); }
  #examples #box11 .inner-box {
    background-image: url("../img/boxes/bachelorassignment-small.jpg"); }
  #examples #box12 .inner-box {
    background-image: url("../img/boxes/vr-small.jpg"); }
  #examples #box13 .inner-box {
    background-image: url("../img/boxes/packaging-small.jpg"); }
  #examples #box14 .inner-box {
    background-image: url("../img/boxes/dhof-small.jpg"); }
  #examples #box15 .inner-box {
    background-image: url("../img/boxes/campsight-small.jpg"); }
  #examples #box16 .inner-box {
    background-image: url("../img/boxes/advanced3d-small.jpg"); }
  #examples #box17 .inner-box {
    background-image: url("../img/boxes/desie-small.jpg"); }
  #examples #box18 .inner-box {
    background-image: url("../img/boxes/teamup-small.jpg"); }

#skills {
  padding: 100px 0px 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    #skills {
      padding: 50px 0px 50px 0px; } }
  #skills h2 {
    margin-bottom: 20px; }

.skills-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .skills-container {
      width: 580px; } }
  @media screen and (max-width: 600px) {
    .skills-container {
      width: 340px; } }
  .skills-container h4 {
    font-weight: 400;
    position: relative;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 45px; }
  .skills-container hr {
    position: relative;
    margin-top: -2px;
    margin-bottom: 10px;
    margin-left: 45px;
    width: 755px; }
    @media screen and (max-width: 1000px) {
      .skills-container hr {
        width: 535px; } }
    @media screen and (max-width: 600px) {
      .skills-container hr {
        width: 295px; } }

.skill {
  height: 100px;
  width: 100px;
  position: relative;
  margin: 30px; }
  .skill .ps {
    background-image: url("../img/icons/ps.png"); }
  .skill .ai {
    background-image: url("../img/icons/ai.png"); }
  .skill .id {
    background-image: url("../img/icons/id.png"); }
  .skill .xd {
    background-image: url("../img/icons/xd.png"); }
  .skill .sw {
    background-image: url("../img/icons/sw.png"); }
  .skill .ks {
    background-image: url("../img/icons/ks.png"); }
  .skill .html {
    background-image: url("../img/icons/html.png"); }
  .skill .css {
    background-image: url("../img/icons/css.png"); }
  .skill .js {
    background-image: url("../img/icons/js.png"); }
  .skill .php {
    background-image: url("../img/icons/php.png"); }
  .skill .office {
    background-image: url("../img/icons/office.png"); }
  .skill .sketch {
    background-image: url("../img/icons/sketch.png"); }
  .skill .unity {
    background-image: url("../img/icons/unity.png"); }
  .skill .csharp {
    background-image: url("../img/icons/csharp.png"); }
  .skill .skill-pic {
    position: relative;
    float: left;
    height: 100px;
    width: 100px;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .skill .skill-pic.pic-show {
      -moz-animation: picfadein 0.6s ease-out forwards;
      -o-animation: picfadein 0.6s ease-out forwards;
      -ms-animation: picfadein 0.6s ease-out forwards;
      -webkit-animation: picfadein 0.6s ease-out forwards;
      animation: picfadein 0.6s ease-out forwards; }

@-webkit-keyframes picfadein {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  90% {
    opacity: 0.9;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes picfadein {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  90% {
    opacity: 0.9;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes picfadein {
  .skill 0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .skill 90% {
    opacity: 0.9;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .skill 100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes picfadein {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  90% {
    opacity: 0.9;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .skill .skill-text {
    padding-left: 55px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    z-index: 101;
    color: #eee;
    opacity: 0; }
  .skill .skill-rating {
    -moz-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    -ms-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
    margin-left: 45px;
    position: relative;
    height: 100%;
    z-index: 100;
    background-color: #222; }
  .skill .rating-10 {
    width: 0px; }
    .skill .rating-10.skill-show {
      width: 755px; }
  .skill .rating-9 {
    width: 0px; }
    .skill .rating-9.skill-show {
      width: 679.5px; }
  .skill .rating-8 {
    width: 0px; }
    .skill .rating-8.skill-show {
      width: 604px; }
  .skill .rating-7 {
    width: 0px; }
    .skill .rating-7.skill-show {
      width: 528.5px; }
  .skill .rating-6 {
    width: 0px; }
    .skill .rating-6.skill-show {
      width: 453px; }
  .skill .rating-5 {
    width: 0px; }
    .skill .rating-5.skill-show {
      width: 377.5px; }
  @media screen and (max-width: 1000px) {
    .skill .rating-10 {
      width: 0px; }
      .skill .rating-10.skill-show {
        width: 535px; }
    .skill .rating-9 {
      width: 0px; }
      .skill .rating-9.skill-show {
        width: 481.5px; }
    .skill .rating-8 {
      width: 0px; }
      .skill .rating-8.skill-show {
        width: 428px; }
    .skill .rating-7 {
      width: 0px; }
      .skill .rating-7.skill-show {
        width: 374.5px; }
    .skill .rating-6 {
      width: 0px; }
      .skill .rating-6.skill-show {
        width: 321px; }
    .skill .rating-5 {
      width: 0px; }
      .skill .rating-5.skill-show {
        width: 267.5px; } }
  @media screen and (max-width: 600px) {
    .skill .rating-10 {
      width: 0px; }
      .skill .rating-10.skill-show {
        width: 295px; }
    .skill .rating-9 {
      width: 0px; }
      .skill .rating-9.skill-show {
        width: 265.5px; }
    .skill .rating-8 {
      width: 0px; }
      .skill .rating-8.skill-show {
        width: 236px; }
    .skill .rating-7 {
      width: 0px; }
      .skill .rating-7.skill-show {
        width: 206.5px; }
    .skill .rating-6 {
      width: 0px; }
      .skill .rating-6.skill-show {
        width: 177px; }
    .skill .rating-5 {
      width: 0px; }
      .skill .rating-5.skill-show {
        width: 147.5px; } }
  .skill .skill-background {
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
    width: 755px;
    height: 100%;
    background-color: #aaa; }
    @media screen and (max-width: 1000px) {
      .skill .skill-background {
        width: 535px; } }
    @media screen and (max-width: 600px) {
      .skill .skill-background {
        width: 295px; } }

footer {
  display: none;
  background: #222;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 600px) {
    footer {
      position: relative;
      display: block;
      z-index: 0; } }
  @media screen and (max-height: 720px) {
    footer {
      position: relative;
      display: block;
      z-index: 0; } }
  footer .footer-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    color: #eee; }
  footer h3 {
    color: #eee; }
  footer a {
    color: #eee; }

.margin-footer {
  margin-bottom: 685px; }
  @media screen and (max-width: 600px) {
    .margin-footer {
      margin-bottom: 0; } }
  @media screen and (max-height: 720px) {
    .margin-footer {
      margin-bottom: 0; } }

#emailform {
  margin: 0 auto;
  position: relative;
  width: 480px;
  -moz-placeholder-color: #222;
  -ms-input-placeholder-color: #222; }
  @media screen and (max-width: 600px) {
    #emailform {
      width: 100%; } }
  #emailform textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 12px 7px;
    min-height: 300px;
    resize: none;
    background-color: #eee;
    border: none;
    color: #222; }
  #emailform input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 12px 7px;
    background-color: #eee;
    border: none;
    color: #222; }
  #emailform button {
    float: right;
    margin: 0; }
  #emailform ::-webkit-input-placeholder {
    color: #222; }
  #emailform ::-moz-placeholder {
    color: #222; }

.contact-info {
  position: relative;
  margin-top: 50px;
  font-size: 12px; }

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  .footer-content {
    max-width: 340px !important; }
    .footer-content textarea {
      max-width: 340px !important; }
    .footer-content input {
      max-width: 340px !important; }
    .footer-content .contact-info {
      margin-top: 25px; } }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /* Enable scroll if needed */
  background-color: 0, 0, 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* Modal Content/Box */
.modal-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  /* Could be more or less, depending on screen size */ }
  .modal-content .model-content-text {
    position: relative;
    width: 400px;
    height: 100%;
    padding: 35px;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(40, 40, 40, 0.7); }
    .modal-content .model-content-text .modal-content-text-centered {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .modal-content .model-content-text {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        padding: 15px;
        margin: 0 !important; }
        .modal-content .model-content-text .modal-content-text-centered {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: calc(100% - 30px); } }
  .modal-content h3 {
    margin: 0;
      margin-bottom: 7px;
    color: white;
    text-decoration: underline;
    text-align: left;
    width: 400px; }
    @media screen and (max-width: 600px) {
      .modal-content h3 {
        width: 100%; } }
  .modal-content p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    color: white;
    width: 400px; }
    @media screen and (max-width: 600px) {
      .modal-content p {
        width: 100%;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 1.6; } }

/* The Close Button */
.close {
  position: absolute;
  color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  font-size: 38px;
  font-weight: bold;
  z-index: 9999;
  margin-right: 47px;
  margin-top: 20px; }
  .close:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    right: -15px;
    top: 4px;
    background: white;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .close:after {
        height: 32px;
        width: 32px;
        right: -6px;
        top: 13px; } }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  @media screen and (max-width: 600px) {
    .close {
      margin: 0 20px 0 0; } }

.close_alt {
  position: fixed;
  color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  font-size: 38px;
  font-weight: bold;
  z-index: 9999;
  margin-right: 47px;
  margin-top: 20px; }
  .close_alt:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    right: -15px;
    top: 4px;
    background: black;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .close_alt:after {
        height: 32px;
        width: 32px;
        right: -6px;
        top: 13px; } }
  .close_alt:hover, .close_alt:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  @media screen and (max-width: 600px) {
    .close_alt {
      margin: 0 20px 0 0; } }

#myModal1 {
  background-image: url("../img/boxes/drone.jpg"); }

#myModal2 {
  background-image: url("../img/boxes/ikea.jpg"); }
  @media screen and (max-width: 600px) {
    #myModal2 {
      background-position: right; } }
  #myModal2 .model-content-text {
    float: none;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#myModal3 {
  background-image: url("../img/boxes/steerwheel.jpg"); }
  #myModal3 .model-content-text {
    float: left; }

#myModal4 {
  background-image: url("../img/boxes/dinner.jpg"); }

#myModal5 {
  background-image: url("../img/boxes/ds1.jpg"); }
  #myModal5 .model-content-text {
    float: right; }
  @media screen and (max-width: 600px) {
    #myModal5 {
      background-position: 23%; } }

#myModal6 {
  background-image: url("../img/boxes/batarang.jpg"); }

#myModal7 {
  background-image: url("../img/boxes/conceptboard.jpg"); }
  #myModal7 .model-content-text {
    float: right; }

#myModal8 {
  background-image: url("../img/boxes/besturendag.png"); }

#myModal9 {
  background-image: url("../img/boxes/studentworden.jpg"); }
  #myModal9 .model-content-text {
    background-color: rgba(0, 0, 0, 0.65); }

#myModal10 {
  background-image: url("../img/boxes/daedalusgame.jpg"); }

#myModal11 {
  background-image: url("../img/boxes/bachelorassignment.jpg"); }
  #myModal11 .model-content-text {
    float: right; }

#myModal12 {
  background-image: url("../img/boxes/vr.jpg"); }
  #myModal12 .model-content-text {
    float: right; }
  @media screen and (max-width: 600px) {
    #myModal12 {
      background-position: 70%; } }

#myModal13 {
  background-image: url("../img/boxes/packaging.jpg"); }
  @media screen and (max-width: 600px) {
    #myModal13 {
      background-position: 65%; } }

#myModal14 {
  background-image: url("../img/boxes/dhof.jpg"); }
  #myModal14 .model-content-text {
    background-color: rgba(0, 0, 0, 0.65); }
  @media screen and (max-width: 600px) {
    #myModal14 {
      background-position: right; } }

#myModal15 {
  background-image: url("../img/boxes/campsight.jpg"); }
  @media screen and (max-width: 600px) {
    #myModal15 {
      background-position: 60%; }
      #myModal15 .model-content-text {
        background-color: rgba(0, 0, 0, 0.65); } }

#myModal16 {
  background-image: url("../img/boxes/advanced3d.jpg"); }
  @media screen and (max-width: 600px) {
    #myModal16 {
      background-position: 25%; } }

#myModal17 {
  background-image: url("../img/boxes/desie.jpg"); }
  #myModal17 .model-content-text {
    float: right; }
  @media screen and (max-width: 600px) {
    #myModal17 {
      background-position: 25%; } }

#myModal18 {
  background-image: url("../img/boxes/teamup.png"); }
  @media screen and (max-width: 600px) {
    #myModal18 {
      background-position: 25%; } }

.resume {
  margin-top: -1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding-top: 76px;
  padding-bottom: 75px; }
