/* ===== APERCU ===== */
/* - Light 300
** - Light Italic 300
** - Regular 400
** - Regular Italic 400
** - Medium 500
** - Medium Italic 500
** - Bold  700
** - Bold Italic  700
*/
@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-Light.eot");
  src: url("../fonts/apercu/Apercu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-Light.woff2") format("woff2"), url("../fonts/apercu/Apercu-Light.woff") format("woff"), url("../fonts/apercu/Apercu-Light.ttf") format("truetype"), url("../fonts/apercu/Apercu-Light.svg#Apercu-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-LightItalic.eot");
  src: url("../fonts/apercu/Apercu-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-LightItalic.woff2") format("woff2"), url("../fonts/apercu/Apercu-LightItalic.woff") format("woff"), url("../fonts/apercu/Apercu-LightItalic.ttf") format("truetype"), url("../fonts/apercu/Apercu-LightItalic.svg#Apercu-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-Regular.eot");
  src: url("../fonts/apercu/Apercu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-Regular.woff2") format("woff2"), url("../fonts/apercu/Apercu-Regular.woff") format("woff"), url("../fonts/apercu/Apercu-Regular.ttf") format("truetype"), url("../fonts/apercu/Apercu-Regular.svg#Apercu-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-Italic.eot");
  src: url("../fonts/apercu/Apercu-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-Italic.woff2") format("woff2"), url("../fonts/apercu/Apercu-Italic.woff") format("woff"), url("../fonts/apercu/Apercu-Italic.ttf") format("truetype"), url("../fonts/apercu/Apercu-Italic.svg#Apercu-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-Medium.eot");
  src: url("../fonts/apercu/Apercu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-Medium.woff2") format("woff2"), url("../fonts/apercu/Apercu-Medium.woff") format("woff"), url("../fonts/apercu/Apercu-Medium.ttf") format("truetype"), url("../fonts/apercu/Apercu-Medium.svg#Apercu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-MediumItalic.eot");
  src: url("../fonts/apercu/Apercu-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-MediumItalic.woff2") format("woff2"), url("../fonts/apercu/Apercu-MediumItalic.woff") format("woff"), url("../fonts/apercu/Apercu-MediumItalic.ttf") format("truetype"), url("../fonts/apercu/Apercu-MediumItalic.svg#Apercu-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-Bold.eot");
  src: url("../fonts/apercu/Apercu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-Bold.woff2") format("woff2"), url("../fonts/apercu/Apercu-Bold.woff") format("woff"), url("../fonts/apercu/Apercu-Bold.ttf") format("truetype"), url("../fonts/apercu/Apercu-Bold.svg#Apercu-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/Apercu-BoldItalic.eot");
  src: url("../fonts/apercu/Apercu-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/Apercu-BoldItalic.woff2") format("woff2"), url("../fonts/apercu/Apercu-BoldItalic.woff") format("woff"), url("../fonts/apercu/Apercu-BoldItalic.ttf") format("truetype"), url("../fonts/apercu/Apercu-BoldItalic.svg#Apercu-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

::selection {
  background: #ffdc00;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #444452;
  font-family: "Apercu", "Source Sans Pro", system, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  width: 100%;
}

html.night,
body.night {
  background-color: #171c28;
  color: #afafbf;
}

html.night ::-moz-selection,
body.night ::-moz-selection {
  color: #36363c;
  background: #ffdc00;
}

html.night ::selection,
body.night ::selection {
  color: #36363c;
  background: #ffdc00;
}

html.night a,
html.night strong,
html.night .intro,
html.night .experience .job__time,
html.night .footer__copyright,
body.night a,
body.night strong,
body.night .intro,
body.night .experience .job__time,
body.night .footer__copyright {
  color: #e7e7e7;
}

html.night .section__content .underline-link:after,
body.night .section__content .underline-link:after {
  background: #e7e7e7;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 700;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: 700;
  color: #36363c;
}

.emoji {
  display: inline-block;
  vertical-align: text-top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 170px;
}

@media screen and (max-width: 1280px) {
  .section {
    padding: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .section {
    padding: 50px 35px;
  }
}

.section__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 70px;
  color: #4a94ff;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .section__title {
    margin-right: 50px;
  }
}

@media screen and (max-width: 850px) {
  .section__title {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .section__title {
    text-align: left;
    width: auto;
  }
}

.section__content {
  font-weight: 300;
  font-size: 1rem;
  width: 100%;
  max-width: 650px;
}

@media screen and (max-width: 768px) {
  .section__content {
    padding-top: 30px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 480px) {
  .section__content {
    padding-left: 30px;
  }
}

.section__content p {
  margin-top: 0;
  margin-bottom: 25px;
}

.section__content .underline-link {
  position: relative;
  display: inline-block;
}

.section__content .underline-link:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #36363c;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.section__content .underline-link:hover:after, .section__content .underline-link:focus:after {
  height: 2px;
  border-radius: 3px;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.arrow-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  display: inline-block;
  background-color: transparent;
  white-space: nowrap;
}

.arrow-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  bottom: 2px;
  margin-left: 15px;
  content: "";
  background: url("../img/arrow.png") no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.arrow-link:hover:after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.small {
  font-family: "Inconsolata", monospace;
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 15px;
}

.small:after {
  display: none;
}

.waypoint {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.6s cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.6s cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1), transform 0.6s cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1), transform 0.6s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.6s cubic-bezier(0.694, 0, 0.335, 1);
}

.in-view {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.intro {
  padding: 120px 100px;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 630px) {
  .intro {
    padding: 120px 70px;
  }
}

@media screen and (max-width: 550px) {
  .intro {
    padding: 120px 50px;
  }
}

@media screen and (max-width: 480px) {
  .intro {
    padding: 70px 50px;
  }
}

.intro__hello, .intro__tagline {
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .intro__hello, .intro__tagline {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .intro__hello, .intro__tagline {
    font-size: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .intro__hello, .intro__tagline {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 360px) {
  .intro__hello, .intro__tagline {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 330px) {
  .intro__hello, .intro__tagline {
    font-size: 1.4rem;
  }
}

.intro__hello .emoji, .intro__tagline .emoji {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1024px) {
  .intro__hello .emoji, .intro__tagline .emoji {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .intro__hello .emoji, .intro__tagline .emoji {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 360px) {
  .intro__hello .emoji, .intro__tagline .emoji {
    width: 25px;
    height: 25px;
  }
}

.intro__hello {
  font-weight: 300;
}

.intro__hello .wave-hand {
  background-image: url("../img/emojis/wave.png");
  margin-left: 10px;
  cursor: pointer;
}

.intro__hello .wave-hand.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.intro__hello .wave-hand.wave {
  -webkit-animation-name: wave;
          animation-name: wave;
}

@-webkit-keyframes wave {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
  }
  30% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wave {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
  }
  30% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.intro__tagline {
  font-weight: 300;
  max-width: 700px;
}

.intro__tagline .name {
  font-weight: 700;
}

.intro__tagline .technologist {
  background-image: url("../img/emojis/technologist.png");
}

.intro__contact {
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 550px) {
  .intro__contact {
    font-size: 1rem;
  }
}

.intro__contact .emoji.pointer {
  background-image: url("../img/emojis/pointright.png");
  width: 30px;
  height: 30px;
  margin: 0 5px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 550px) {
  .intro__contact .emoji.pointer {
    width: 25px;
    height: 25px;
  }
}

.intro__contact .highlight-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding: 2px 3px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -3px 0 #4a94ff;
          box-shadow: inset 0 -3px 0 #4a94ff;
}

.intro__contact .highlight-link:hover {
  -webkit-box-shadow: inset 0 -33px 0 0 #4a94ff;
          box-shadow: inset 0 -33px 0 0 #4a94ff;
  color: #ffffff;
}

.experience .job {
  margin-bottom: 25px;
}

.experience .job .time-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .experience .job .time-place {
    display: block;
  }
}

.experience .job__company {
  font-weight: 700;
}

.experience .job__time {
  font-size: 0.9rem;
  font-family: "Inconsolata", monospace;
}

@media screen and (max-width: 480px) {
  .experience .job__time {
    font-size: 0.8rem;
  }
}

.experience .arrow-link {
  font-size: 1.25rem;
}

.experience .arrow-link:after {
  width: 20px;
  height: 20px;
}

.other-projects .project {
  max-width: 600px;
  margin-bottom: 50px;
}

.other-projects .project__name {
  margin-bottom: 10px;
}

.other-projects .project p {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.other-projects .project__used__item {
  display: inline-block;
  margin: 3px 3px 3px 0;
  font-family: "Inconsolata", monospace;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  color: #4a94ff;
  border: 1px solid #4a94ff;
  background: transparent;
}

.other-projects .project__used__item:first-of-type {
  margin-left: 0;
}

.footer {
  padding: 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px;
  }
}

@media screen and (max-width: 630px) {
  .footer {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 50px 30px;
  }
}

.footer__copyright {
  font-weight: 700;
  width: 300px;
}

@media screen and (max-width: 630px) {
  .footer__copyright {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 630px) {
  .footer__copyright .top,
  .footer__copyright .bottom {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .footer__copyright .top,
  .footer__copyright .bottom {
    display: block;
  }
}

.footer__copyright .emoji {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 630px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__links a {
  position: relative;
  display: inline-block;
  color: #4a94ff !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 15px;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .footer__links a {
    margin: 0 10px;
  }
}

.footer__links a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4a94ff;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer__links a:hover:after, .footer__links a:focus:after {
  height: 2px;
  border-radius: 3px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.footer__links a .text {
  font-size: 0.9rem;
  display: inline;
  letter-spacing: 1px;
}

.not-found {
  width: 100%;
  height: 100vh !important;
  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;
  text-align: center;
  padding: 0 20px;
}

.not-found .name {
  position: absolute;
  top: 25px;
  left: 30px;
  font-weight: 700;
  color: #4a94ff;
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .not-found .name {
    top: 20px;
    left: 25px;
    font-size: 1.25rem;
  }
}

.not-found h1 {
  font-size: 4rem;
  margin: 10px 0;
}

.not-found h2 {
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .not-found h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 360px) {
  .not-found h2 {
    font-size: 1.1rem;
  }
}

.not-found a {
  font-weight: 700;
  color: #4a94ff !important;
  position: relative;
  display: inline-block;
}

.not-found a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4a94ff;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.not-found a:hover:after, .not-found a:focus:after {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=main.css.map */