section-content {
  height: auto;
  overflow: hidden;
  max-height: 100vh;
}

section-content-left {
  z-index: 5;
}
section-content-left a {
  text-decoration: none !important;
}

.header-title a h1, .header-title a h2, .header-title a h4 {
  color: #fff !important;
}

.projects-content-pic {
  width: 45vw;
  padding-left: 0;
  padding-right: 0;
  float: right;
  z-index: 5;
}

.profile-pic {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.projects-svg-line {
  position: absolute;
  z-index: 0;
}
.projects-svg-line .projects-line-container {
  transform: translateX(15vw) translateY(-3vh);
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  animation: dash 10s ease-in-out infinite;
  animation-fill-mode: forwards;
}

.projects-svg {
  position: absolute;
  z-index: 0;
}
.projects-svg .projects-circle {
  fill: #3540FA;
}
.projects-svg .projects-rect-container {
  transform: translateX(40vw) translateY(50vh) rotate(-30deg);
}
.projects-svg .projects-rect-container .projects-rect {
  fill: #E5E1FC;
}
.projects-svg .projects-ribbon-container {
  transform: translateX(20vw) translateY(35vh) rotate(50deg);
}
.projects-svg .projects-ribbon-container .projects-ribbon {
  fill: #797EDA;
}

.remove-arrows {
  display: none;
}

.home-menu-section {
  display: grid;
  grid-template-areas: "gamedev" "webdev" "blockdev" "xrdev";
}
.home-menu-section .button-wrapper {
  overflow-y: hidden;
  position: relative;
  height: 25vh;
}
.home-menu-section .button-wrapper h3 {
  padding-left: 1em;
  font-size: 3.5em;
}
.home-menu-section .button-web a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-menu-section .button-web .web-svg {
  position: absolute;
}
.home-menu-section .button-web .web-svg .web-line-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash-b 3s ease-in-out 1;
  animation-fill-mode: forwards;
  transition: 0.2s;
}
.home-menu-section .button-web .web-svg .web-circle {
  fill: #FF7826;
  animation: wave 3s ease-in-out infinite;
}
.home-menu-section .button-web .web-svg .web-rect-container {
  transform: translateX(570px) translateY(75px) rotate(-50deg);
}
.home-menu-section .button-web .web-svg .web-rect-container .web-rect {
  fill: #E5E1FC;
  opacity: 0.8;
  animation: wave 3s ease-in-out infinite;
}
.home-menu-section .button-web .web-svg .web-ribbon-container {
  transform: translateX(650px) translateY(-20px) rotate(50deg);
}
.home-menu-section .button-web .web-svg .web-ribbon-container .web-ribbon {
  fill: #797EDA;
  animation: wave 3s ease-in-out infinite;
}
.home-menu-section .button-web:hover h3 {
  padding-left: 6vw;
}
.home-menu-section .button-web:hover h3:before {
  content: ">";
}
.home-menu-section .button-web:hover h3:after {
  content: "<";
}
.home-menu-section .button-web:hover .web-svg .web-line-path {
  opacity: 0.5;
  stroke-width: 5;
  filter: blur(5px);
}
.home-menu-section .button-web:hover .web-svg .web-circle {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-web:hover .web-svg .web-rect-container .projects-rect {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-web:hover .web-svg .web-ribbon-container .projects-ribbon {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-xr a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.home-menu-section .button-xr .xr-svg {
  position: absolute;
}
.home-menu-section .button-xr .xr-svg .xr-circle {
  fill: #3540FA;
  animation: wave 2.5s ease-in-out infinite;
}
.home-menu-section .button-xr .xr-svg .xr-line-container {
  transform: translateX(220px) translateY(25px);
}
.home-menu-section .button-xr .xr-svg .xr-line-container .about-line-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash-b 3s ease-in-out 1;
  animation-fill-mode: forwards;
  transition: 0.3s;
}
.home-menu-section .button-xr .xr-svg .xr-rect-container {
  transform: translateX(550px) translateY(200px) rotate(-30deg);
}
.home-menu-section .button-xr .xr-svg .xr-rect-container .xr-rect {
  animation: wave 3.5s ease-in-out infinite;
  fill: #E5E1FC;
  opacity: 0.8;
}
.home-menu-section .button-xr .xr-svg .xr-ribbon-container {
  transform: translateX(400px) translateY(130px) rotate(-50deg);
}
.home-menu-section .button-xr .xr-svg .xr-ribbon-container .xr-ribbon {
  animation: wave 3s ease-in-out infinite;
  fill: #FF7826;
}
.home-menu-section .button-xr:hover h3 {
  padding-left: 6vw;
}
.home-menu-section .button-xr:hover h3:before {
  content: ">";
}
.home-menu-section .button-xr:hover h3:after {
  content: "<";
}
.home-menu-section .button-xr:hover .xr-svg .xr-line-container .xr-line-path {
  opacity: 0.5;
  stroke-width: 5;
  filter: blur(5px);
}
.home-menu-section .button-xr:hover .xr-svg .xr-circle {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-xr:hover .xr-svg .xr-rect-container .xr-rect {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-xr:hover .xr-svg .xr-ribbon-container .xr-ribbon {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-game a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.home-menu-section .button-game .game-svg {
  position: absolute;
}
.home-menu-section .button-game .game-svg .game-line-container {
  transform: translateX(-5vw) translateY(-5vh) scale(1.3);
}
.home-menu-section .button-game .game-svg .game-line-container .game-line-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash-b 3s ease-in-out 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-game .game-svg .game-rect-container {
  transform: translateX(15vw) translateY(5vh) rotate(-40deg);
}
.home-menu-section .button-game .game-svg .game-rect-container .game-rect {
  animation: wave 3s ease-in-out infinite;
  fill: #797EDA;
}
.home-menu-section .button-game .game-svg .game-ribbon-container {
  transform: translateX(30vw) translateY(3vh) rotate(50deg);
}
.home-menu-section .button-game .game-svg .game-ribbon-container .game-ribbon {
  animation: wave 2.8s ease-in-out infinite;
  fill: #E5E1FC;
}
.home-menu-section .button-game:hover h3 {
  padding-left: 5vw;
}
.home-menu-section .button-game:hover h3:after {
  content: "..";
}
.home-menu-section .button-game:hover .game-svg .game-line-container .game-line-path {
  opacity: 0.5;
  stroke-width: 5;
  filter: blur(5px);
}
.home-menu-section .button-game:hover .game-svg .game-rect-container .game-rect {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-game:hover .game-svg .game-ribbon-container .game-ribbon {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-block a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.home-menu-section .button-block .game-svg {
  position: absolute;
}
.home-menu-section .button-block .game-svg .game-line-container {
  transform: translateX(-5vw) translateY(-5vh) scale(1.3);
}
.home-menu-section .button-block .game-svg .game-line-container .game-line-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash-b 3s ease-in-out 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-block .game-svg .game-rect-container {
  transform: translateX(15vw) translateY(5vh) rotate(-40deg);
}
.home-menu-section .button-block .game-svg .game-rect-container .game-rect {
  animation: wave 3s ease-in-out infinite;
  fill: #797EDA;
}
.home-menu-section .button-block .game-svg .game-ribbon-container {
  transform: translateX(30vw) translateY(3vh) rotate(50deg);
}
.home-menu-section .button-block .game-svg .game-ribbon-container .game-ribbon {
  animation: wave 2.8s ease-in-out infinite;
  fill: #E5E1FC;
}
.home-menu-section .button-block:hover h3 {
  padding-left: 5vw;
}
.home-menu-section .button-block:hover h3:after {
  content: "..";
}
.home-menu-section .button-block:hover .game-svg .game-line-container .game-line-path {
  opacity: 0.5;
  stroke-width: 5;
  filter: blur(5px);
}
.home-menu-section .button-block:hover .game-svg .game-rect-container .game-rect {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}
.home-menu-section .button-block:hover .game-svg .game-ribbon-container .game-ribbon {
  animation: circle-set 0.2s linear 1;
  animation-fill-mode: forwards;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 5000;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 5000;
  }
}
@keyframes dash-b {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes trace {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 100;
  }
}
@keyframes wave {
  0% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(1vh);
  }
  100% {
    transform: translateY(0vh);
  }
}
@keyframes circle-set {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(2vh);
  }
}
@media only screen and (max-width: 1201px) {
  li section-content svg {
    width: 100vw;
    height: 100vh;
  }
  section-content-right {
    display: none;
  }
}/*# sourceMappingURL=skills.css.map */