/************* Colors ************/
/*********** Screen sizes *********/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "neosans regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  font-size: 16px;
  color: #111111;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  background: #151718;
}
body a {
  text-decoration: none;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
}

#contact-me:before, #contact-me:after, #abilities:before, #abilities:after, #home:before, #home:after {
  font-size: 1rem;
  left: 1rem;
  position: absolute;
  display: block;
  font-family: "Neucha", cursive;
  font-weight: bolder;
  font-style: italic;
  color: #6b6b6b;
  text-decoration: none;
}

.image-orbit-container .image-container {
  position: relative;
}
.image-orbit-container .image-container img {
  height: 80px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(1) div {
  width: 20px;
  height: 20px;
  background-color: #f30f00;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(2) div {
  width: 20px;
  height: 20px;
  background-color: #0086ff;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(3) div {
  width: 20px;
  height: 20px;
  background-color: #19ff00;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(4) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(4) div {
  width: 20px;
  height: 20px;
  background-color: #fff500;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(5) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(5) div {
  width: 20px;
  height: 20px;
  background-color: #8a2be2;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(6) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(6) div {
  width: 20px;
  height: 20px;
  background-color: #c77df3;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(7) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
  position: absolute;
}
.image-orbit-container .image-container .orbit-container:nth-of-type(7) div {
  width: 20px;
  height: 20px;
  background-color: #00f6ff;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
}

.overflow-wrap {
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: y mandatory;
}
.overflow-wrap section {
  scroll-snap-align: center;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-delay: 5s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-1.5rem);
  }
  60% {
    transform: translateY(-1rem);
  }
}
.bounce-left {
  -moz-animation: bounce-left 2s infinite;
  -webkit-animation: bounce-left 2s infinite;
  animation: bounce-left 2s infinite;
}

@keyframes bounce-left {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(1.5rem);
  }
  60% {
    transform: translateX(1rem);
  }
}
#home {
  position: relative;
  background: #151718;
  height: 100vh;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  -o-flex-flow: column wrap;
  -khtml-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
#home .image-orbit-container {
  padding-bottom: 5rem;
  z-index: 1;
}
#home .name {
  text-align: center;
}
#home .name p {
  text-align: center;
}
#home .name p span.letter {
  user-select: none;
  font-size: 2rem;
  color: white;
  font-weight: lighter;
  letter-spacing: 0.3vw;
}
@media (max-width: 650px) {
  #home .name p span.letter {
    font-size: 1.5rem;
  }
}
#home .name span span.letter {
  user-select: none;
  font-size: 2rem;
  color: white;
  font-weight: lighter;
  letter-spacing: 0.3vw;
}
@media (max-width: 650px) {
  #home .name span span.letter {
    font-size: 1.5rem;
  }
}
#home .name span.highlight span.letter {
  user-select: unset;
  font-weight: normal;
  color: #F00048;
  letter-spacing: unset;
}
#home .down-arrow-animated {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  bottom: 3vh;
}
#home .down-arrow-animated a {
  color: white;
  font-size: 3vh;
  text-decoration: none;
}
#home canvas.particles-js-canvas-el {
  opacity: 0;
  position: absolute;
  z-index: 0;
  animation: 3s ease-in all;
}
#home:before {
  top: 1rem;
  content: "<section id='home'>";
}
#home:after {
  bottom: 1rem;
  content: "</section>";
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.5);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 997;
  /* animate the transition */
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
}

#header {
  z-index: 998;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  display: none;
  height: 4rem;
  background-color: #121111;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -moz-animation: drop-down 0.4s;
  -webkit-animation: drop-down 0.4s;
  animation: drop-down 0.4s;
  animation-fill-mode: forwards;
}
@media (max-width: 650px) {
  #header {
    height: unset;
  }
}
#header a {
  position: relative;
  height: 100%;
}
#header a .image-orbit-container {
  position: relative;
  bottom: -2.5rem;
}
#header a .image-orbit-container .orbit-container {
  transform: translate(calc(-50%), calc(-50%)) rotate(-130deg);
}
#header a .image-orbit-container .orbit-container div {
  width: 10px;
  height: 10px;
  margin: 1px;
  border-radius: 40px;
  padding: 1px;
  background-color: #F00048;
}
#header a .image-orbit-container img {
  height: 3rem;
}
@media (max-width: 650px) {
  #header a {
    height: unset;
  }
  #header a .image-orbit-container {
    bottom: unset;
  }
  #header a .image-orbit-container img {
    height: 3rem;
  }
}
#header .blog-link {
  float: right;
  position: absolute;
  right: 20px;
}
#header .blog-link a {
  color: #F00048;
}
#header .blog-link a .fas {
  margin-right: 10px;
  margin-bottom: 2px;
}
@media (max-width: 650px) {
  #header .blog-link {
    right: 50px;
  }
  #header .blog-link a .fas {
    margin-right: 5px;
  }
}
#header .left-navigation-container ul, #header .right-navigation-container ul {
  padding: 0 3rem;
  list-style-type: none;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  -khtml-display: inline-flex;
  display: inline-flex;
}
#header .left-navigation-container ul li, #header .right-navigation-container ul li {
  cursor: pointer;
}
#header .left-navigation-container ul li a, #header .right-navigation-container ul li a {
  color: #9b9b9b;
  padding: 0 2rem;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 850px) {
  #header .left-navigation-container ul li a, #header .right-navigation-container ul li a {
    padding: 0 1rem;
  }
}
#header .left-navigation-container ul li.active a, #header .right-navigation-container ul li.active a {
  color: #F00048;
}
@media (max-width: 850px) {
  #header .left-navigation-container ul, #header .right-navigation-container ul {
    padding: 0 2rem;
  }
  #header .left-navigation-container ul a, #header .right-navigation-container ul a {
    padding: 0 1rem;
  }
}
@keyframes drop-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#header div.hamburger-side-menu {
  color: white;
  display: none;
}
#header div.hamburger-side-menu .icon {
  cursor: pointer;
}
#header div.hamburger-side-menu #sidebar {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #151718;
  z-index: 9999;
  transition: 0.3s;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -khtml-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -khtml-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
}
#header div.hamburger-side-menu #sidebar .image-orbit-container {
  -webkit-display: 0 0 100%;
  -moz-display: 0 0 100%;
  -ms-display: 0 0 100%;
  -o-display: 0 0 100%;
  -khtml-display: 0 0 100%;
  flex: 0 0 100%;
  display: none;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -khtml-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  height: fit-content;
}
#header div.hamburger-side-menu #sidebar .image-orbit-container img {
  height: 80px;
}
#header div.hamburger-side-menu #sidebar ul {
  display: none;
  list-style-type: none;
  -webkit-display: 1;
  -moz-display: 1;
  -ms-display: 1;
  -o-display: 1;
  -khtml-display: 1;
  flex: 1;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -khtml-flex-flow: row wrap;
  flex-flow: row wrap;
}
#header div.hamburger-side-menu #sidebar ul li {
  -webkit-display: 0 0 100%;
  -moz-display: 0 0 100%;
  -ms-display: 0 0 100%;
  -o-display: 0 0 100%;
  -khtml-display: 0 0 100%;
  flex: 0 0 100%;
}
#header div.hamburger-side-menu #sidebar ul li a {
  color: #929292;
  font-size: 2rem;
  margin: 0.5rem 0;
}
#header div.hamburger-side-menu #sidebar ul li.active a {
  color: white;
}
#header div.hamburger-side-menu #sidebar.active {
  width: 100%;
  padding: 0 2rem;
}
#header div.hamburger-side-menu #sidebar.active .image-orbit-container, #header div.hamburger-side-menu #sidebar.active ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
}
#header div.hamburger-side-menu #sidebar.active #dismiss {
  display: unset;
}
#header div.hamburger-side-menu #sidebar i {
  cursor: pointer;
}
#header div.hamburger-side-menu #dismiss {
  font-size: 3rem;
  font-weight: lighter;
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: none;
}
#header div.hamburger-side-menu ul {
  list-style-type: none;
}
#header div.hamburger-side-menu li {
  height: 2.8125rem;
  text-align: center;
  margin-right: 0;
}
#header div.hamburger-side-menu li a {
  position: relative;
  line-height: 2.8125rem;
  font-size: 0.875rem;
  color: #262934;
}
#header div.hamburger-side-menu li.active li a {
  color: white;
}
@media (max-width: 650px) {
  #header {
    padding: 0 1rem;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
  }
  #header .left-navigation-container, #header .right-navigation-container {
    display: none;
  }
  #header div.hamburger-side-menu {
    display: block;
  }
}

#abilities {
  height: 100vh;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -khtml-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  -khtml-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -khtml-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #151718;
  padding: 0 5%;
}
#abilities .instructions-ab {
  position: absolute;
  top: calc(50%);
  left: 20px;
}
#abilities .instructions-ab i {
  color: #F00048;
}
#abilities .instructions-ab div {
  font-family: "Neucha", cursive;
  font-weight: bolder;
  font-style: italic;
  color: #F00048;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
#abilities #abilities-pie {
  position: relative;
  width: calc(100vw - 20px);
  height: 100%;
  margin: 10px;
}
#abilities #abilities-pie .svg-container {
  position: absolute;
  top: 5rem;
  height: 100%;
  width: 100%;
}
#abilities .heading {
  margin-top: 15vh;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  font-weight: 300;
  -webkit-display: 0 0 100%;
  -moz-display: 0 0 100%;
  -ms-display: 0 0 100%;
  -o-display: 0 0 100%;
  -khtml-display: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  text-align: center;
}
#abilities .heading:before, #abilities .heading:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 35%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  content: "";
}
#abilities .heading:before {
  left: 0;
}
#abilities .heading:after {
  right: 0;
}
@media (max-width: 850px) {
  #abilities .heading {
    margin-top: 15vh;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  #abilities .heading:before, #abilities .heading:after {
    width: 35%;
  }
}
@media (max-width: 650px) {
  #abilities .heading {
    margin-top: 8vh;
  }
}
@media (max-width: 650px) {
  #abilities .heading:before, #abilities .heading:after {
    width: 30%;
  }
}
#abilities p.about-me-title {
  -webkit-display: 0 0 100%;
  -moz-display: 0 0 100%;
  -ms-display: 0 0 100%;
  -o-display: 0 0 100%;
  -khtml-display: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 1rem;
}
#abilities p.about-me-title span {
  font-size: 3rem;
  animation: jittery 500ms ease-in-out infinite;
  line-height: 1.5;
  color: #f06d06;
  display: inline-block;
  font-family: "Neucha", cursive;
  letter-spacing: 1px;
}
@media (max-width: 850px) {
  #abilities p.about-me-title {
    margin-bottom: unset;
    margin-top: 1.5rem;
  }
}
@media (max-width: 650px) {
  #abilities p.about-me-title span {
    font-size: 2rem;
  }
}
@keyframes jittery {
  50% {
    transform: skewY(3deg) skewX(3deg) scale(1.05);
  }
}
#abilities .left-right-container {
  margin-top: 1vh;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  -moz-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  -o-flex-flow: row-reverse wrap;
  -khtml-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  -khtml-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
}
#abilities .left-right-container .left {
  -webkit-display: 1;
  -moz-display: 1;
  -ms-display: 1;
  -o-display: 1;
  -khtml-display: 1;
  flex: 1;
}
#abilities .left-right-container .right {
  -webkit-display: 0 0 30%;
  -moz-display: 0 0 30%;
  -ms-display: 0 0 30%;
  -o-display: 0 0 30%;
  -khtml-display: 0 0 30%;
  flex: 0 0 30%;
}
#abilities .left-right-container .right p {
  position: relative;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Poiret One", cursive;
}
#abilities .left-right-container .right p:before {
  top: -2rem;
  font-size: 1rem;
  position: absolute;
  display: block;
  content: "<p>";
  font-family: "Neucha", cursive;
  color: #9B9B9B;
  text-decoration: none;
}
#abilities .left-right-container .right p:after {
  bottom: -2rem;
  font-size: 1rem;
  position: absolute;
  display: block;
  content: "</p>";
  font-family: "Neucha", cursive;
  color: #9B9B9B;
  text-decoration: none;
}
@media (max-width: 850px) {
  #abilities .left-right-container {
    margin-top: 3vh;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -khtml-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #abilities .left-right-container .left {
    order: 2;
    margin-top: 2rem;
    -webkit-display: 0 0 100%;
    -moz-display: 0 0 100%;
    -ms-display: 0 0 100%;
    -o-display: 0 0 100%;
    -khtml-display: 0 0 100%;
    flex: 0 0 100%;
  }
  #abilities .left-right-container .right {
    margin-top: 2rem;
    order: 1;
    -webkit-display: 1;
    -moz-display: 1;
    -ms-display: 1;
    -o-display: 1;
    -khtml-display: 1;
    flex: 1;
  }
  #abilities .left-right-container .right p {
    font-size: 1.2rem;
    font-style: normal;
  }
}
#abilities:before {
  top: 4.5rem;
  content: "<section id='abilities'>";
}
@media (max-width: 650px) {
  #abilities:before {
    top: 12vh;
  }
}
#abilities:after {
  bottom: 1rem;
  content: "</section>";
}

#contact-me {
  height: 100vh;
  position: relative;
  padding: 0 5vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
#contact-me:before {
  top: 4.5rem;
  content: "<section id='contact'>";
}
@media (max-width: 650px) {
  #contact-me:before {
    top: 8vh;
  }
}
#contact-me:after {
  bottom: 1rem;
  content: "</section>";
}
#contact-me .contact-me-container {
  -webkit-display: 0 0 100%;
  -moz-display: 0 0 100%;
  -ms-display: 0 0 100%;
  -o-display: 0 0 100%;
  -khtml-display: 0 0 100%;
  flex: 0 0 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -khtml-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
}
#contact-me .contact-me-container p {
  color: white;
  font-family: "Open Sans", sans-serif;
}
#contact-me .contact-me-container p.name {
  font-size: 3rem;
  -webkit-display: 0 0 100%;
  -moz-display: 0 0 100%;
  -ms-display: 0 0 100%;
  -o-display: 0 0 100%;
  -khtml-display: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (max-width: 1000px) {
  #contact-me .contact-me-container p.name {
    font-size: 2rem;
  }
}
@media (max-width: 650px) {
  #contact-me .contact-me-container p.name {
    font-size: 1rem;
  }
}
#contact-me .contact-me-container hr {
  border-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1000px) {
  #contact-me .contact-me-container {
    font-size: 1rem;
  }
}
#contact-me .contact-me-container div.form {
  margin-top: 2rem;
  position: relative;
  font-size: 1.5rem;
  color: #bfbfbf;
  line-height: 1.6;
}
@media (max-width: 650px) {
  #contact-me .contact-me-container div.form {
    width: 100%;
  }
}
#contact-me .contact-me-container div.form:before {
  font-size: 0.8rem;
  top: -1rem;
  position: absolute;
  display: block;
  font-family: "Neucha", cursive;
  font-weight: bolder;
  font-style: italic;
  color: #9B9B9B;
  text-decoration: none;
  letter-spacing: 0.1rem;
  content: "Fill the form to contact me";
}
@media only screen and (max-width: 1000px) {
  #contact-me .contact-me-container div.form {
    font-size: 1rem;
  }
}
#contact-me .contact-me-container div.form .input-error-container {
  display: inline;
  position: relative;
  margin: 0 1rem;
}
#contact-me .contact-me-container div.form .input-error-container .error {
  display: none;
}
#contact-me .contact-me-container div.form .input-error-container:nth-of-type(1) input {
  width: 10vw;
}
@media only screen and (max-width: 1100px) {
  #contact-me .contact-me-container div.form .input-error-container:nth-of-type(1) input {
    width: 160px;
  }
}
#contact-me .contact-me-container div.form .input-error-container:nth-of-type(2) {
  margin: unset;
}
#contact-me .contact-me-container div.form .input-error-container:nth-of-type(2) input {
  width: 25vw;
}
@media only screen and (max-width: 1100px) {
  #contact-me .contact-me-container div.form .input-error-container:nth-of-type(2) input {
    width: 260px;
  }
}
#contact-me .contact-me-container div.form .input-error-container:nth-of-type(3) {
  margin: unset;
}
#contact-me .contact-me-container div.form .input-error-container:nth-of-type(3) input {
  width: 30vw;
}
@media only screen and (max-width: 1100px) {
  #contact-me .contact-me-container div.form .input-error-container:nth-of-type(3) input {
    width: 300px;
  }
}
@media (max-width: 650px) {
  #contact-me .contact-me-container div.form .input-error-container:nth-of-type(3) input {
    width: 280px;
  }
}
#contact-me .contact-me-container div.form input {
  border-radius: 4px;
  user-select: none;
  line-height: 1.6;
  outline: none;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  background: transparent;
  border: 1px solid white;
  color: #fbb023;
}
#contact-me .contact-me-container div.form input ::placeholder {
  color: #3d3620;
}
#contact-me .social-links {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
}
@media (max-width: 850px) {
  #contact-me .social-links {
    right: 3rem;
    bottom: 3rem;
  }
}
@media (max-width: 650px) {
  #contact-me .social-links {
    right: 1rem;
    bottom: 1rem;
  }
}
#contact-me .social-links .heading {
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  text-align: right;
}
#contact-me .contact-item-list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -khtml-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-type: none;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  -khtml-display: inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -khtml-justify-content: flex-end;
  justify-content: flex-end;
}
#contact-me .contact-item-list li a {
  margin: 0 0.5rem;
}
#contact-me .contact-item-list li a i {
  font-size: 2rem;
  color: white;
}
#contact-me .contact-item-list li a i:hover {
  color: #F00048;
}
#contact-me .contact-item-list li i.link {
  background-image: -webkit-linear-gradient(-225deg, #fbb023 0%, #fb23ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
}
#contact-me .contact-item-list li i.blog {
  color: #F00048;
  font-size: 30px;
}

#loader-container {
  z-index: auto;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  background: #151718;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -khtml-align-content: center;
  align-content: center;
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.pokeball {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid;
  animation: frames 0.8s linear infinite;
}

.pokeball:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 30px;
  background-color: red;
  border-bottom: 4px solid;
  top: -4px;
}

.pokeball:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 4px solid;
  border-radius: 50%;
  bottom: 18px;
  right: 18px;
  z-index: 1;
}

/* AnimationFrames */
@keyframes frames {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta {
  margin: 1.5rem 0;
  cursor: pointer;
}

.cta,
.cta-1 {
  font-family: "Open Sans", sans-serif;
  width: 200px;
  height: 60px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  background-image: -webkit-linear-gradient(-225deg, #fbb023 0%, #fb23ba 100%);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
}
@media only screen and (max-width: 1000px) {
  .cta,
.cta-1 {
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
  }
}
@media (max-width: 650px) {
  .cta,
.cta-1 {
    width: 100%;
  }
}

.cta-1 {
  position: absolute;
  margin-top: -70px;
  z-index: -1;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0.1;
}

@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

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