@import url("https://fonts.googleapis.com/css?family=Vend%20Sans:400");
@import url("https://fonts.googleapis.com/css2?family=Fascinate&family=Fascinate+Inline&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Galindo&family=Slackey&display=swap");
/*-------------------- Variables --------------------*/
/*-------------------- Base --------------------*/
* {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  font-size: 100%; }

a {
  color: white; }

h1 {
  font-family: "Slackey";
  font-weight: 700; }

h2 {
  font-family: "Slackey";
  font-weight: 700;
  font-size: 1.5rem;
  color: #aecea1;
  margin: 16px 0; }

p {
  margin: 16px 0;
  font-size: 1.25rem a;
    font-size-text-decoration: underline; }

body {
  margin: 0;
  min-height: 100vh;
  padding: 0;
  min-width: 288px;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #0a1008;
  font-family: 'Galindo';
  font-weight: 400;
  color: white; }

small {
  font-size: 1.5rem;
  /* 11.36px */ }

#app {
  padding: 32px; }

/*-------------------- Content --------------------*/
.content-wrapper {
  margin: 0 auto; }
  .content-wrapper .header {
    position: sticky;
    top: 0;
    background-color: #0a1008;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: -16px -16px 16px;
    padding: 16px; }
    .content-wrapper .header .social-icons {
      display: flex;
      height: 42px; }
    .content-wrapper .header h1 {
      font-size: 3rem;
      margin: 0 0 16px; }
      .content-wrapper .header h1 small {
        margin-top: 4px;
        display: block;
        font-size: 2.125rem;
        font-weight: 700; }
      .content-wrapper .header h1 a {
        text-decoration: none; }
    .content-wrapper .header ::after {
      content: "";
      position: absolute;
      top: 0;
      left: calc(-50vw + 50%);
      width: 100vw;
      height: 100%;
      z-index: -1; }

.content {
  position: relative; }

.content:not([class*="page-slide"]) {
  -webkit-animation: show-e0b46748 cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  animation: show-e0b46748 cubic-bezier(0.25, 0.8, 0.25, 1) forwards; }

/*-------------------- About --------------------*/
.about-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px; }
  .about-information picture {
    margin: 0 auto; }
  .about-information .profile-image {
    border: 4px solid #e9ac7a;
    width: 248px;
    height: 100%;
    min-height: 248px;
    min-width: 248px;
    border-radius: 50%;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    margin: 0 auto 48px;
    margin-right: auto;
    margin-bottom: 48px; }
  .about-information .about-text {
    color: #e5f0e2;
    margin: 0;
    font-size: 1.5rem; }

.logo {
  font-size: 3rem;
  color: #aecea1; }

.desc {
  font-size: 2rem;
  font-weight: 600; }

.social-icons a {
  background-color: transparent;
  font-size: 2.5rem;
  margin: 0 1.5rem 3rem 0;
  transition: 0.3s ease;
  color: #e9ac7a; }
.social-icons a:hover {
  color: #e1e7e1;
  transform: scale(1.3) translateY(-5px);
  background-color: #e9ac7a;
  box-shadow: 0  0 25px #b5c5b4; }

/*-------------------- Information section --------------------*/
.information-section {
  position: relative;
  background: #41396d;
  color: #0a1008;
  padding: 32px 16px;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 0; }
  .information-section .information-header {
    color: #0a1008;
    position: relative;
    z-index: 1; }
  .information-section .information-section-background {
    width: 100%;
    background: #41396d;
    height: inherit; }
  .information-section .information-text {
    font-size: 1rem;
    line-height: 1.44;
    padding: 0;
    position: relative;
    z-index: 1; }

/*-------------------- Badge list --------------------*/
.badge-list {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px 0;
  margin-bottom: 32px; }
  .badge-list .badge {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    list-style: none;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e9ac7a;
    color: #e9ac7a;
    white-space: nowrap;
    margin: 0 4px 16px; }

/*-------------------- Experience --------------------*/
.experience {
  align-items: flex-start;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px; }
  .experience video {
    width: 100%;
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5); }
  .experience img {
    width: 100%;
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5); }
  .experience .job-card {
    border: none;
    text-align: left;
    color: #fff;
    display: inline-block;
    background-color: #1e1e1e;
    padding: 24px;
    border-radius: 4px;
    font-size: 1rem;
    margin: 8px 0;
    width: 100%;
    min-height: 100%;
    line-height: 1.44; }
    .experience .job-card.job-card[type="button"]:hover {
      cursor: pointer;
      color: #f7e6e9; }
    .experience .job-card h3 small {
      display: block;
      font-weight: 400;
      color: #41396d; }
    .experience .job-card .job-card-video {
      aspect-ratio: 16/9;
      position: relative;
      margin-left: -24px;
      margin-top: -24px;
      width: calc(100% + 48px);
      display: inline-flex;
      background-color: #0a1008;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      overflow: hidden; }
  .experience button .job-card {
    justify-content: stretch; }

.video-additional-info {
  display: flex;
  position: relative;
  padding: 12px 24px;
  margin-left: -16px;
  margin-right: -32px;
  margin-bottom: -52px;
  left: -8px;
  background-color: rgba(30, 30, 30, 0.8);
  top: -50px;
  font-size: .875rem; }
  .video-additional-info .icon {
    margin-right: 2px; }

.video-additional-info > div {
  margin-right: 8px; }

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(inline-block);
  height: 1em;
  vertical-align: -.125em; }

.clickable-card-header:not(small) {
  color: #0a1008;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .clickable-card-header:not(small) .clickable-header-icon {
    margin-left: auto; }
  .clickable-card-header:not(small) small {
    width: 100%; }

/*-------------------- Portfolio header --------------------*/
.portfolio-header {
  display: flex;
  margin-bottom: 16px; }
  .portfolio-header .portfolio-close {
    display: inline-flex;
    align-items: center;
    font-size: 1.75rem;
    color: #aecea1;
    text-decoration: none;
    max-height: 44px;
    font-size: 1.125rem;
    white-space: nowrap; }
    .portfolio-header .portfolio-close small {
      margin-left: 8px;
      line-height: 1.84375; }

img {
  display: block;
  margin: auto;
  width: 100%; }

.content-placeholder {
  position: relative;
  width: 100%;
  display: inline-flex;
  background-color: #252525;
  overflow: hidden; }

.part {
  margin: 0 0 32px; }
  .part .part-header {
    display: block;
    font-size: 1.125rem; }

/*-------------------- Media --------------------*/
@media (min-width: 768px) {
  .content-wrapper .header h1 {
    font-size: 3rem; } }
@media only screen and (min-width: 1200px) {
  .content-wrapper {
    max-width: 1168px; } }
@media (min-width: 768px) {
  .content-wrapper .header {
    flex-direction: row;
    padding: 32px 16px 0;
    margin: -32px -16px 16px; } }
@media (min-width: 768px) {
  .about-information {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24vh;
    padding-top: 32px; } }
@media (min-width: 768px) {
  .about-information .profile-image {
    margin-bottom: 0;
    margin-right: 48px; } }
@media (min-width: 1200px) {
  .about-information .about-text {
    font-size: 2.5rem; } }
@media (min-width: 768px) {
  .about-information .about-text {
    font-weight: 300;
    font-size: 2rem; } }
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    margin: 16px 0; } }
@media (min-width: 1200px) {
  .information-section {
    padding: 32px 0; } }
@media (min-width: 768px) {
  .information-section {
    background: unset;
    padding: 32px 0;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 768px) {
  .information-section .information-text {
    padding: 0 32px;
    font-size: 1.5rem; } }
@media (min-width: 768px) {
  .information-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 100%;
    background: #aecea1;
    z-index: 0; } }
@media (min-width: 768px) {
  .experience .job-card {
    margin: 8px;
    font-size: 1.125rem;
    width: calc(50% - 16px); } }
@media (min-width: 768px) {
  .experience .job-card h3 {
    font-size: 1.5rem; } }
@media (min-width: 768px) {
  .portfolio-header .portfolio-close {
    font-size: 1.75rem; } }
@media (min-width: 786px) {
  .portfolio-top {
    margin: 8px; } }
@media (min-width: 768px) {
  .part .part-header {
    font-size: 1.5rem; } }
.comic-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #e5f0e2;
  background-color: #e9ac7a;
  box-shadow: 5px 5px 0px 0px #977152;
  transition: all 0.3s ease;
  cursor: pointer;
  clip-path: polygon(100% 0, 94% 88%, 0 73%, 5% 10%); }

.comic-button:hover {
  background-color: #fff;
  color: #e9ac7a;
  border: 2px solid #e9ac7a;
  box-shadow: 5px 5px 0px #e9ac7a;
  transform: rotate(-2deg) scale(1.05); }

.comic-button:active {
  background-color: #e9ac7a;
  box-shadow: none;
  transform: translate(2px, 2px); }

.p5-btn {
  position: relative;
  width: 140px;
  height: 70px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer; }

/* BIG OUTLINE */
.outline {
  position: absolute;
  inset: -6px;
  background: #e9ac7a;
  z-index: 0;
  clip-path: polygon(100% 0, 94% 88%, 0 73%, 5% 10%); }

/* SHADOW */
.shadow {
  position: absolute;
  inset: 0;
  background: black;
  transform: translate(10px, 10px);
  z-index: 1;
  clip-path: polygon(100% 0, 94% 88%, 0 73%, 5% 10%); }

/* FRONT FACE */
.face {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: white;
  color: #0a1008;
  font-family: 'Galindo';
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(100% 0, 94% 88%, 0 73%, 5% 10%); }

/* INTERACTION */
.p5-btn:hover .face {
  transform: rotate(-2deg) scale(1.05); }

.p5-btn:hover .shadow {
  transform: rotate(-2deg) scale(1.05); }

.p5-btn:hover .outline {
  transform: rotate(-2deg) scale(1.05); }

.p5-btn:active .face {
  transform: translate(2px, 2px); }

.p5-btn:active .shadow {
  transform: translate(2px, 2px); }

.p5-btn:active .outline {
  transform: translate(2px, 2px); }

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