@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: local("☺"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("☺"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("☺"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: local("☺"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  overflow: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow: hidden;
}

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 {
  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] {
  appearance: button;
  -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] {
  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] {
  appearance: textfield;
  -webkit-appearance: textfield;
  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;
}

::-moz-selection {
  background: #393c4c;
}

::selection {
  background: #393c4c;
}

::-moz-selection {
  background: #393c4c;
}

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

img::selection {
  background: transparent;
}

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

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

body {
  background-color: #070707;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.color-bright-gray {
  color: #4b6b89;
}

.preloader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #0b0b0b;
  overflow: hidden;
  z-index: 9999;
  transform: translateX(0vw);
}

.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.l-wrapper {
  position: relative;
  width: 1366px;
  max-width: 95%;
  height: 100%;
  margin: 0 auto;
}

.l-side-nav {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-side-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  max-height: 750px;
  background-color: #555;
  opacity: 0.35;
  z-index: 10;
}

@media (max-width: 1180px) {
  .l-side-nav {
    display: none;
  }
}
.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-section {
  position: absolute;
  width: 100%;
  height: 100%;
}

.device-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0c0c0c;
  z-index: 12;
}

.device-notification--message {
  width: 70%;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 314px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-height: 449px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section--is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}

.section--next {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.section--prev {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

.header--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background: #222;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 2px 4px 0px #000;
}

.header--logo img {
  width: 30px;
}

.header--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.header--logo p.status::after {
  content: "";
  position: relative;
  left: 5px;
  top: 0px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.header--logo p.status-online::after {
  background-color: #1e7f1e;
}

.header--nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
  content: "";
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.header--nav-toggle::before {
  bottom: 5px;
  width: 23px;
}

.header--nav-toggle::after {
  top: 5px;
  width: 23px;
}

@media (min-width: 768px) {
  .header:hover .header--nav-toggle {
    will-change: transform;
  }
  .header--nav-toggle:hover {
    background-color: #222;
    transform: rotate(360deg);
  }
}
.header--theme-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4.5rem;
  right: 0;
  font-size: 1.5rem;
}
.header--theme-toggle .fa-moon {
  padding: 13px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.header--theme-toggle .fa-moon:hover {
  color: yellow;
}
.header--theme-toggle .fa-sun {
  display: none;
  padding: 9px;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.header--theme-toggle .fa-sun:hover {
  color: #aaa;
}

.header--cloud {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8.1rem;
  right: 0;
  font-size: 1.4rem;
}
.header--cloud a {
  padding: 11px;
  color: white;
  overflow: hidden;
}
.header--cloud a:hover .fa-cloud {
  animation: cloudSlide 1.2s linear forwards;
}

@keyframes cloudSlide {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-200%);
  }
  50.01% {
    transform: translateX(200%);
  }
}
.header--cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  background-color: #393c4c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  box-shadow: 0px 1px 4px 0px #000;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.header--cta:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header--cta:focus {
  outline: none;
}

.header--cta.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline: 1px solid;
  outline-color: #393c4c;
}

.header--cta.cta.is-active:hover {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}

@media (max-width: 767px) {
  .header--cta {
    display: none;
  }
}
.side-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70%;
  max-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  z-index: 10;
}

.side-nav > li {
  position: relative;
  top: -5px;
  color: #fff;
  font-size: 6px;
  cursor: pointer;
}

.side-nav > li:hover::before {
  color: #fff;
}

.side-nav > li::before {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #555;
  font: normal normal normal 21px/1 FontAwesome;
  transition: all 0.2s linear;
}

.side-nav li:nth-child(1)::before {
  content: "\f015";
  left: 11px;
}

.side-nav li:nth-child(2)::before {
  content: "\f21b";
  left: 11px;
}

.side-nav li:nth-child(3)::before {
  content: "\f121";
}

.side-nav li:nth-child(4)::before {
  content: "\f0c1";
}

.side-nav li:nth-child(5)::before {
  content: "\f279";
}

.side-nav li:nth-child(6)::before {
  content: "\f4ad";
}

.side-nav li.is-active {
  color: #393c4c;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.side-nav li.is-active span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.side-nav li.is-active::before {
  left: -28px;
  color: #fff;
  font-size: 13px;
  top: 8px;
}

.side-nav > li span {
  position: relative;
  top: 3px;
  left: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}
.intro--banner {
  position: relative;
  height: 360px;
}

.intro--banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  right: 0;
  height: 2px;
  background-color: #282828;
  z-index: 10;
}

.intro--banner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #393c4c;
}

@media (min-width: 768px) {
  .intro--banner .intro--banner-text {
    margin-left: 50px;
  }
}
.intro--banner span.myname {
  display: block;
  margin-top: 3.5em;
}

.intro--banner h1 {
  position: relative;
  margin-top: 0;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.intro--banner button {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 10;
  padding: 5px 17px 5px 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.intro--banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: #393c4c;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.intro--banner button:hover .btn-background {
  left: 0;
}

.intro--banner button:focus {
  outline: none;
}

.intro--banner button svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
}

.svg_caricature {
  display: none;
  position: absolute !important;
  bottom: 21px;
  right: 15px;
  width: 380px;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
}

.intro--skills {
  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;
  margin-top: 5px;
}

.skills-wrapper {
  display: inherit;
  width: 900px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0.55;
  -webkit-filter: url(#goo);
  filter: url(#goo);
}

.skills-wrapper .mr_blob {
  z-index: -1;
  background: #2a2a2a;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 40px #2a2a2a;
  transition: left 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.skills-wrapper > div {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  transition: all 0.5s ease-in-out;
}

.skills-wrapper > div img {
  width: 100px;
  max-width: 100px;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.25s;
}

.skills-wrapper .icon-fa {
  margin: 5px auto;
  max-width: 90%;
  background: #333;
  font-size: 55px;
  text-align: center;
  border-radius: 60px 10px 60px 60px;
}

.skills-wrapper > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  height: 0;
  background: #2a2a2a;
  font-size: 14px;
  color: #d5d5d5;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.skills-wrapper > div:hover span {
  height: 22px;
  padding: 3px 5px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px 0px #000;
}

.skills-wrapper > div:nth-child(1):hover ~ .mr_blob {
  left: 5%;
}

.skills-wrapper > div:nth-child(2):hover ~ .mr_blob {
  left: 20%;
}

.skills-wrapper > div:nth-child(3):hover ~ .mr_blob {
  left: 35%;
}

.skills-wrapper > div:nth-child(4):hover ~ .mr_blob {
  left: 50%;
}

.skills-wrapper > div:nth-child(5):hover ~ .mr_blob {
  left: 65%;
}

.skills-wrapper > div:nth-child(6):hover ~ .mr_blob {
  left: 80%;
}

.skills-wrapper > div:nth-child(7):hover ~ .mr_blob {
  left: 95%;
}

#svg_goo {
  display: none;
}

@media (max-width: 767px) {
  .intro--skills {
    display: none;
  }
}
.intro--options > div:hover img {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  transform: scale(0.9);
}

.intro--options > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  height: 0;
  background: #222;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.intro--options > div:hover span {
  height: 18px;
  padding: 3px 5px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px 0px #000;
}

.intro--options h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.intro--options p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .intro--banner {
    height: 380px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  /*.intro--banner .intro--banner-image,*/
  .svg_caricature {
    right: 0;
  }
  .intro--options > a {
    margin-right: 30px;
  }
  .intro--options > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .intro--banner {
    height: 305px;
  }
  .intro--banner span.myname {
    margin-top: 0;
  }
  .intro--banner button {
    position: relative;
    bottom: 0;
    right: 0;
  }
  /*.intro--banner .intro--banner-image,*/
  .svg_caricature {
    display: none !important;
  }
  .intro--banner::before,
  .intro--banner::after {
    display: none;
  }
  .intro--options {
    display: none;
  }
  .intro--options > a {
    display: block;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .intro--options > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .intro--banner {
    height: 360px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
}
@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto;
  }
  .intro--banner::before,
  .intro--banner::after {
    display: none;
  }
  .intro--banner h1 {
    margin-top: 0;
  }
  .intro--options {
    display: none;
  }
}
.background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .background {
    max-width: 100%;
  }
}
.background .background-wrapper {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  width: calc(100% + 360px);
  transform: translateX(-360px);
  transition: transform 0.5s ease-in-out;
}
.background .background-wrapper .background-logo-wrapper {
  flex: 1;
  padding-left: 1rem;
}
.background .background-wrapper .background-content-wrapper {
  flex-basis: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
  box-sizing: border-box;
}
.background .background-wrapper .background-content-wrapper > div {
  display: none;
}
.background .background-wrapper .background-content-wrapper .content-logo img {
  max-width: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .background .background-wrapper .background-content-wrapper .content-logo img {
    max-width: 50px;
  }
}
.background .background-wrapper .background-content-wrapper h2 {
  margin: 1.5rem 0 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: none;
}
.background .background-wrapper .background-content-wrapper h3 {
  margin: 0 0 1rem;
  color: #4b6b89;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}
.background .background-wrapper .background-content-wrapper ul {
  margin: 2.5rem 0;
  padding-left: 20px;
  list-style-type: square;
}
.background .background-wrapper .background-content-wrapper p {
  color: #808080;
  font-style: italic;
}
.background .background-wrapper .content-close {
  background: black;
  border: 2px solid white;
  font-size: 1rem;
  padding: 0.5rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .background .background-wrapper .content-close {
    display: none;
  }
}
.background h2 {
  position: relative;
  margin: 2rem 0 1.5rem;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .background h2 {
    font-size: 36px;
  }
}
.background h2 span {
  font-size: 1.5em;
  line-height: 0;
}
.background .background-employment .logo-wrapper,
.background .background-education .logo-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.background .background-employment .logo-wrapper > div,
.background .background-education .logo-wrapper > div {
  flex-basis: 13.5%;
  z-index: 1;
  transition: z-index 0.3s ease-in-out;
}
.background .background-employment .logo-wrapper > div:hover,
.background .background-education .logo-wrapper > div:hover {
  z-index: 2;
}
.background .background-employment .logo-wrapper > div img,
.background .background-education .logo-wrapper > div img {
  max-width: 100%;
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.background .background-employment .logo-wrapper > div img:hover,
.background .background-education .logo-wrapper > div img:hover {
  cursor: pointer;
  transform: scale(1.15);
  filter: grayscale(0);
}
.background .background-wrapper:not(.background-content-visible) .background-employment h2 {
  left: -100vw;
  transition: left 1s ease-in-out;
}
.section--is-active .background .background-wrapper:not(.background-content-visible) .background-employment h2 {
  left: 0;
}
.background .background-wrapper:not(.background-content-visible) .background-education h2 {
  right: -100vw;
  transition: right 1s ease-in-out;
}
.section--is-active .background .background-wrapper:not(.background-content-visible) .background-education h2 {
  right: 0;
}
.background .background-content-visible {
  transform: translateX(0);
}
.background .background-content-visible .background-logo-wrapper {
  cursor: pointer;
  opacity: 0.2;
}
.background .background-content-visible .logo-wrapper {
  pointer-events: none;
}

.work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  max-width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.work h2 {
  margin: 0;
  font-size: 30px;
  text-align: center;
}
.work .projects {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.work .projects .projects-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  .work .projects .projects-wrapper {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 230px);
  }
}
.work .project-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 3rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .work .project-item {
    flex-direction: column;
    gap: 0;
  }
}
.work .project-item.slide-visible {
  opacity: 1;
  pointer-events: auto;
}
.work .project-item--media {
  flex: 1;
}
.work .project-item--media .project-item--image a {
  display: block;
}
.work .project-item--media .project-item--image img {
  max-width: 100%;
  border: 14px solid #222;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .work .project-item--media {
    display: none;
  }
}
.work .project-item--desc {
  flex-basis: 280px;
}
.work .project-item--desc h3 {
  margin: 1rem 0 1.5rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .work .project-item--desc h3 {
    font-size: 1.5rem;
  }
}
.work .project-item--desc p {
  font-size: 1rem;
}
.work .project-item--desc ul {
  list-style-type: square;
  margin: 2rem 0 1rem;
  padding-left: 20px;
  color: #808080;
  font-size: 0.9rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .work .project-item--desc ul {
    display: none;
  }
}
.work .project-item--desc .project-item--links {
  margin: 2rem 0;
}
@media screen and (max-width: 479px) {
  .work .project-item--desc .project-item--links {
    display: flex;
    justify-content: space-between;
  }
}
.work .project-item--desc .project-item--links a {
  display: block;
  color: #36a2eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.4;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.work .project-item--desc .project-item--links a:hover {
  color: white;
}
@media screen and (max-width: 479px) {
  .work .project-item--desc .project-item--links a {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .work .project-item--desc {
    text-align: center;
  }
}
.work .project-item--tech {
  flex-basis: 50px;
}
.work .project-item--tech ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .work .project-item--tech ul {
    flex-flow: row wrap;
    gap: 0.75rem;
  }
}
.work .project-item--tech ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work .project-item--tech ul li {
    flex-basis: 35px;
  }
}
.work .project-item--tech ul li img {
  max-width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.work .project-item--tech ul li img:hover {
  transform: scale(1.3);
}
.work .projects-nav {
  display: flex;
  align-items: center;
}
.work .projects-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: auto;
  padding-left: 0;
}
@media screen and (max-width: 479px) {
  .work .projects-nav ul {
    gap: 0;
  }
}
.work .projects-nav ul li {
  position: relative;
  bottom: -100vh;
  flex-basis: 70px;
  transition: bottom 0.75s ease-in-out;
}
.work .projects-nav ul li:nth-child(2) {
  transition-delay: 0.05s;
}
.work .projects-nav ul li:nth-child(3) {
  transition-delay: 0.1s;
}
.work .projects-nav ul li:nth-child(4) {
  transition-delay: 0.15s;
}
.work .projects-nav ul li:nth-child(5) {
  transition-delay: 0.2s;
}
.section--is-active .work .projects-nav ul li {
  bottom: 0;
}
.work .projects-nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #4b6b89;
  transition: bottom 0.3s ease-in-out;
}
.work .projects-nav ul li:hover::before {
  bottom: -11px;
}
.work .projects-nav ul li a {
  display: block;
}
.work .projects-nav ul li a img {
  display: block;
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.work .projects-nav ul li a img:hover {
  filter: grayscale(0);
}
.work .projects-nav ul li.projects-nav--item-current::before {
  bottom: -11px;
}
.work .projects-nav ul li.projects-nav--item-current img {
  filter: grayscale(0);
}

.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .about {
    max-width: 100%;
  }
}
.about--banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.about--banner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 200px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border: 5px solid #393c4c;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.about--banner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 400px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #393c4c;
}

.about--banner h2 {
  position: relative;
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.about--banner h2::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 190px;
  width: 25px;
  height: 25px;
  background-color: #393c4c;
  border-radius: 50%;
}

.about--banner h2::after {
  content: "";
  position: absolute;
  top: 255px;
  left: 230px;
  width: 10px;
  height: 10px;
  background-color: #393c4c;
}

.about--banner a {
  padding: 5px 17px 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}

.about--banner a:hover svg {
  left: 10px;
}

.about--banner a svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.about--banner .animation-phone {
  position: absolute;
  bottom: 0;
  width: 330px;
  right: 100px;
  transform-origin: bottom left;
  transition: all 0.5s ease-in-out;
  transform: translateY(200px) rotate(90deg);
  transition-delay: 0.35s;
}

.about--banner .animation-phone img {
  display: block;
  width: 100%;
}

.section--is-active .about--banner .animation-phone {
  transform: translateY(0px) rotate(0deg) !important;
}

@media (min-width: 768px) and (max-width: 900px) {
  .about--banner .animation-phone {
    right: 10px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .about--banner .animation-phone {
    right: 10px;
    width: 250px;
  }
}
@media (max-width: 600px) {
  .about--banner .animation-phone {
    display: none;
  }
}
.about--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about--options > a {
  position: relative;
  width: 150px;
  height: 75px;
  text-decoration: none;
  color: #fff;
  border: 10px solid #1a1a1a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
}

.about--options .about--options-linkedin {
  background-image: url("../img/featured/linkedin.png");
}

.about--options .about--options-github {
  background-image: url("../img/featured/github.png");
}

.about--options .about--options-codepen {
  background-image: url("../img/featured/codepen.png");
}

.about--options > a:hover h3 {
  bottom: -50px;
}

.about--options h3 {
  position: absolute;
  bottom: -38px;
  left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .about--banner {
    height: 305px;
  }
  .about--banner::before {
    top: 0;
    left: 125px;
  }
  .about--banner::after {
    top: 35px;
    left: 260px;
  }
  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px;
  }
  .about--banner h2::before {
    top: 40px;
    left: 123px;
    width: 18px;
    height: 18px;
  }
  .about--banner h2::after {
    top: 163px;
    left: 150px;
  }
  /*.about--banner .about--animation {
          width: 315px
      }*/
}
@media (max-width: 600px) {
  .about--banner {
    height: auto;
  }
  .about--banner::before {
    left: 155px;
  }
  .about--banner::after {
    left: 310px;
  }
  .about--banner h2 {
    margin-top: 0;
    font-size: 55px;
  }
  .about--banner h2::before {
    top: 55px;
    left: 155px;
  }
  .about--banner h2::after {
    top: 205px;
    left: 185px;
  }
  /*.about--banner .about--animation {
          display: none
      }*/
  .about--options {
    margin-top: 10px;
  }
  .about--options h3 {
    left: 0;
    font-size: 11px;
  }
}
.contact {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#map-canvas {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 0;
  width: 150%;
  height: 150%;
}

@media (max-width: 767px) {
  #map-canvas {
    display: none;
  }
}
.contact--lockup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  perspective: 1000px;
}

@media (max-width: 1180px) {
  .contact--lockup {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .contact--lockup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact--lockup .modal {
  padding: 45px;
  text-align: center;
  background-color: #1e1e1e;
  box-shadow: -15px 15px 10px 0 rgba(0, 0, 0, 0.25);
  transform: rotateY(120deg);
  transform-origin: right center;
  transition: all 0.75s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contact--lockup .modal {
    padding: 45px 20px;
    background-color: transparent;
    font-size: 1rem;
    box-shadow: none;
  }
}

.section--is-active .contact--lockup .modal {
  transform: rotateY(0deg);
}

.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
  display: block;
  margin: 14px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.contact--lockup .modal--information a:hover {
  text-decoration: underline;
}

.contact--lockup .modal--information p {
  margin-top: 0;
}

.contact--lockup .modal--experience {
  margin: 1.5rem 0 0;
}

.contact--lockup .modal--experience > div {
  position: relative;
  width: 100%;
  margin: 0.75rem 0 0;
}

.contact--lockup .modal--experience .modal--experience-heading {
  margin: 5px 0;
  width: 100%;
  background: #555;
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .contact--lockup .modal--experience .modal--experience-heading {
    font-size: 14px;
  }
}

.contact--lockup .modal--experience .fab {
  margin: 5px;
  font-size: 28px;
  cursor: pointer;
}

.contact--lockup .modal--experience .fas {
  margin: 5px;
  font-size: 24px;
  cursor: pointer;
}

.contact--lockup .modal--experience i:hover {
  color: #4b6b89;
}

.contact--lockup .modal--projects {
  max-width: 215px;
}
@media screen and (max-width: 767px) {
  .contact--lockup .modal--projects {
    max-width: 100%;
  }
}

.contact--lockup .modal--projects p {
  margin-bottom: 0;
}

.contact--lockup .modal--projects p a {
  color: #fff;
}

.contact--lockup .modal--options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact--lockup .modal--options > li {
  width: 130px;
  margin: 0 auto 20px auto;
}

.contact--lockup .modal--options li:nth-child(1) {
  background-color: #24292e;
}

.contact--lockup .modal--options li:nth-child(2) {
  background-color: #393c4c;
}

.contact--lockup .modal--options li:nth-child(3) {
  margin-bottom: 0;
  background-color: #1769ff;
}

.contact--lockup .modal--options a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.contact--lockup .modal--options a .fa {
  position: relative;
  top: 2px;
  width: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}

.contact--lockup .modal--options a:hover .fa {
  width: 20px;
}

.contact--lockup .modal--options a span {
  transition: all 0.2s linear;
}

.contact--lockup .modal--options a:hover span {
  margin-left: 3px;
}

.hire {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .hire {
    max-width: 100%;
  }
}
.hire h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 700px) {
  .hire h2 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .hire h2 {
    margin: 50px 0 0 0;
    font-size: 18px;
  }
}
.work-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.work-request input[type=submit] {
  width: 400px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #393c4c;
  border: none;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.work-request input[type=submit]:focus {
  outline: none;
}

.work-request.btn-loading input[type=submit] {
  width: 50px;
  color: transparent;
  -webkit-animation: spin 0.75s linear infinite;
  -moz-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.work-request input[type=submit].error-response {
  background-color: #c12f2f;
  animation: shake 0.5s ease-in-out;
}

.work-request input[type=submit].success-response {
  background-color: #37a94a;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-5px);
  }
  40%, 80% {
    transform: translateX(5px);
  }
}
.work-request--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.work-request--options .options-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-request--options .options-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.work-request--options label {
  display: block;
  width: 200px;
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.work-request--options label svg {
  position: relative;
  left: -5px;
  width: 0;
  fill: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.work-request--options input[type=checkbox] {
  display: none;
}

.work-request--options input[type=checkbox]:checked + label {
  background-color: #393c4c;
  border-color: #393c4c;
}

.work-request--options input[type=checkbox]:checked + label svg {
  width: 15px;
}

.work-request--information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.work-request--information .information-name,
.work-request--information .information-email {
  position: relative;
  width: 45%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}

.work-request--information input[type=text],
.work-request--information input[type=email] {
  width: 100%;
  padding: 0 0 5px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.work-request--information input[type=text]::selection,
.work-request--information input[type=email]::selection {
  background: #4b6b89;
}

.work-request--information input[type=text]:focus,
.work-request--information input[type=email]:focus {
  outline: none;
}

.work-request--information label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.work-request--information input:focus + label,
.work-request--information input.has-value + label {
  top: -15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .work-request--options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .work-request--options .options-a,
  .work-request--options .options-b {
    display: block;
    width: auto;
  }
}
@media (max-width: 600px) {
  .work-request--options {
    margin: 20px 0;
  }
}
@media (max-width: 600px) and (max-width: 415px) {
  .work-request--options {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .work-request--options label {
    width: 150px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .work-request--options input[type=checkbox]:checked + label svg {
    width: 12px;
  }
  .work-request--information {
    margin-bottom: 30px;
  }
  .work-request--information .information-name,
  .work-request--information .information-email {
    height: 40px;
    font-size: 24px;
  }
}
.perspective {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translateX(100vw);
}

.perspective--modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.container {
  position: relative;
  background: linear-gradient(to bottom right, white 50%, #0b0b0b 0);
  background-position: 100% 100%;
  background-size: 200vw 200vh;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  outline: 30px solid #393c4c;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: background-color 0.4s, background-position 0.6s ease-in-out, transform 0.4s, -webkit-transform 0.4s;
}

.modalview .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-rotate-left .container {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  /*-webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: background-color .4s, transform .4s, -webkit-transform .4s*/
}

.effect-rotate-left--animate .container {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid #393c4c;
}

.outer-nav {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.2s;
  transition: visibility 0s 0.2s;
}

.outer-nav.is-vis {
  visibility: visible;
}

.outer-nav--return {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  z-index: 11;
}

.outer-nav--return.is-vis {
  display: block;
}

.outer-nav > li {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(350px) translateZ(-1000px);
  transform: translateX(350px) translateZ(-1000px);
  font-size: 55px;
  font-weight: 900;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.outer-nav > li.is-vis {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.outer-nav > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: 110%;
  height: 15px;
  opacity: 0;
  background-color: #393c4c;
}

.outer-nav > li.is-active::before {
  opacity: 1;
}

@media (max-width: 767px) {
  .outer-nav > li {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .outer-nav > li {
    font-size: 34px;
  }
}
.outer-nav li.is-vis:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.outer-nav li.is-vis:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.outer-nav li.is-vis:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.outer-nav li.is-vis:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.outer-nav li.is-vis:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (max-width: 400px) {
  .intro--banner h1,
  .about--banner h2 {
    font-size: 40px;
  }
  .work h2 {
    font-size: 26px;
  }
  .work--lockup .slider--item-center .slider--item-image {
    width: 160px;
    height: 160px;
  }
  .about--banner h2::before {
    top: 39px;
    left: 113px;
    width: 14px;
    height: 14px;
  }
  .about--banner h2::after {
    top: 147px;
    left: 136px;
  }
  .work-request--options label {
    width: 135px;
    font-size: 12px;
    line-height: 40px;
  }
}
.preloaded_images {
  display: none;
}

.glitch-text {
  position: relative;
  animation: glitch1 2.5s infinite;
}

.glitch-text:before {
  position: absolute;
  content: "phone";
  color: #67f3da;
  animation: glitch2 2.5s infinite;
}

.glitch-text:after {
  position: absolute;
  content: "phone";
  color: #f16f6f;
  animation: glitch3 2.5s infinite;
}

.glitch-text span {
  position: absolute;
  color: #fff;
}

/*Keyframes*/
@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}
@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}
.gamer {
  display: inline-block;
  position: relative;
}

.gamer:before,
.gamer:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ddd;
  clip: rect(0, 0, 0, 0);
}

.gamer:before {
  left: -1px;
  text-shadow: 2px 0 blue;
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}

.gamer:after {
  left: 1px;
  text-shadow: -1px 0 red;
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}

@keyframes glitch-anim-1 {
  0% {
    clip: rect(57px, 1084px, 12px, 0);
  }
  5.88235% {
    clip: rect(73px, 1084px, 56px, 0);
  }
  11.76471% {
    clip: rect(16px, 1084px, 92px, 0);
  }
  17.64706% {
    clip: rect(21px, 1084px, 115px, 0);
  }
  23.52941% {
    clip: rect(45px, 1084px, 104px, 0);
  }
  29.41176% {
    clip: rect(30px, 1084px, 66px, 0);
  }
  35.29412% {
    clip: rect(108px, 1084px, 76px, 0);
  }
  41.17647% {
    clip: rect(68px, 1084px, 71px, 0);
  }
  47.05882% {
    clip: rect(1px, 1084px, 68px, 0);
  }
  52.94118% {
    clip: rect(1px, 1084px, 40px, 0);
  }
  58.82353% {
    clip: rect(113px, 1084px, 19px, 0);
  }
  64.70588% {
    clip: rect(83px, 1084px, 87px, 0);
  }
  70.58824% {
    clip: rect(95px, 1084px, 61px, 0);
  }
  76.47059% {
    clip: rect(88px, 1084px, 81px, 0);
  }
  82.35294% {
    clip: rect(30px, 1084px, 55px, 0);
  }
  88.23529% {
    clip: rect(87px, 1084px, 60px, 0);
  }
  94.11765% {
    clip: rect(71px, 1084px, 38px, 0);
  }
  100% {
    clip: rect(80px, 1084px, 37px, 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip: rect(99px, 1084px, 1px, 0);
  }
  5.88235% {
    clip: rect(44px, 1084px, 30px, 0);
  }
  11.76471% {
    clip: rect(49px, 1084px, 58px, 0);
  }
  17.64706% {
    clip: rect(29px, 1084px, 74px, 0);
  }
  23.52941% {
    clip: rect(8px, 1084px, 57px, 0);
  }
  29.41176% {
    clip: rect(87px, 1084px, 95px, 0);
  }
  35.29412% {
    clip: rect(105px, 1084px, 62px, 0);
  }
  41.17647% {
    clip: rect(48px, 1084px, 68px, 0);
  }
  47.05882% {
    clip: rect(3px, 1084px, 54px, 0);
  }
  52.94118% {
    clip: rect(28px, 1084px, 69px, 0);
  }
  58.82353% {
    clip: rect(75px, 1084px, 44px, 0);
  }
  64.70588% {
    clip: rect(23px, 1084px, 13px, 0);
  }
  70.58824% {
    clip: rect(64px, 1084px, 34px, 0);
  }
  76.47059% {
    clip: rect(20px, 1084px, 84px, 0);
  }
  82.35294% {
    clip: rect(91px, 1084px, 4px, 0);
  }
  88.23529% {
    clip: rect(29px, 1084px, 43px, 0);
  }
  94.11765% {
    clip: rect(41px, 1084px, 18px, 0);
  }
  100% {
    clip: rect(67px, 1084px, 40px, 0);
  }
}
.willchange {
  will-change: transform;
}

.preloader.loaded {
  transform: translateX(-100vw);
  transition: transform 1.2s ease-in-out;
}

.perspective.loaded {
  transform: translateX(0vw);
  transition: transform 1.2s ease-in-out;
}

/* SVG Preloader */
.preloader .canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: transform 1.2s ease;
}

.preloader .canvas.loaded {
  transform: translateX(-50%) translateY(-50%) rotate(-360deg);
}

.preloader .canvas svg {
  max-width: 100%;
}

.preloader #path3704 {
  stroke: #4b6b89;
  stroke-dasharray: 107;
  fill: transparent;
  animation: dash 2s linear infinite;
  transition: fill 0.5s ease-in, stroke 0.5s ease-out;
}

.preloader #path3706 {
  stroke: #4b6b89;
  stroke-dasharray: 79;
  fill: transparent;
  animation: dash2 2s linear infinite;
  transition: fill 0.5s ease-in, stroke 0.5s ease-out;
}

.preloader #path3712,
.preloader #path3714 {
  stroke: #4b6b89;
  stroke-dasharray: 23;
  fill: #070707;
  animation: dash3 2s linear infinite;
}

.svg-success {
  fill: #4b6b89 !important;
}

.svg-clear-lines {
  stroke: transparent !important;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 215;
  }
  50% {
    stroke-dashoffset: 107;
  }
}
@keyframes dash2 {
  0% {
    stroke-dashoffset: 158;
  }
  50% {
    stroke-dashoffset: 79;
  }
}
@keyframes dash3 {
  0% {
    stroke-dashoffset: 46;
  }
  50% {
    stroke-dashoffset: 23;
  }
}
@media (max-width: 479px) {
  .section > div {
    top: -15px;
  }
  .preloader .canvas {
    top: 45%;
  }
}
/* LIGHT MODE ========================= */
body.theme-light {
  background-color: #f5f5f5;
  color: black;
}
body.theme-light .outer-nav > li {
  color: black;
}
body.theme-light .outer-nav > li::before {
  background-color: #4b6b89;
}
body.theme-light .container {
  background-position: 0 0;
}
body.theme-light .contact--lockup .modal {
  background-color: white;
}
body.theme-light .header--nav-toggle,
body.theme-light .header--cta {
  background-color: black;
}
body.theme-light .header--cloud .fa-cloud {
  color: black;
}
body.theme-light .intro--banner-text,
body.theme-light .side-nav > li,
body.theme-light .side-nav > li::before,
body.theme-light .side-nav > li span,
body.theme-light .side-nav li.is-active::before,
body.theme-light .modal--information p,
body.theme-light .modal--information a,
body.theme-light .modal--projects p a,
body.theme-light .work-request,
body.theme-light .about--banner a {
  color: black;
}
body.theme-light .about--banner a svg {
  fill: black;
}
body.theme-light .skills-wrapper {
  opacity: 0.7;
}
body.theme-light .skills-wrapper .icon-fa {
  color: white;
}
body.theme-light .skills-wrapper > div span {
  background: black;
}
body.theme-light .intro--banner button {
  color: white;
}
body.theme-light .intro--banner button .btn-background {
  left: 0;
}
body.theme-light .project-item--links a:hover {
  color: black !important;
}
body.theme-light .about--options > a {
  color: black;
  border-color: #ddd;
}
body.theme-light .logo-wrapper img,
body.theme-light .projects-nav a {
  outline: 1px solid #aaa;
}
body.theme-light .background-wrapper .content-close {
  color: white;
}
body.theme-light .modal--experience .modal--experience-heading {
  background-color: transparent;
}
body.theme-light .work-request--options label,
body.theme-light .work-request--information input[type=text],
body.theme-light .work-request--information input[type=email] {
  border-color: black;
}
body.theme-light .work-request--options input[type=checkbox]:checked + label {
  background-color: black;
  border-color: black;
  color: white;
}
body.theme-light .work-request input[type=submit] {
  color: white;
}

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