/* PAID WAGON FONT */
@font-face {
  font-family: "Wagon";
  src: url("/content/fonts/Wagon-BoldItalic.woff/Wagon-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wagon";
  src: url("/content/fonts/Wagon-BoldItalic.woff/Wagon-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* WAGON FONT */
@font-face {
  font-family: "Wagon";
  src: url("/content/fonts/Wagon-ExtraLight.otf");
  font-style: normal;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Wagon";
  src: url("/content/fonts/Wagon-Bold.otf");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
/* HEADING PRO */
@font-face {
  font-family: "Heading Pro";
  src: url("/content/fonts/Heading-Pro-Wide-Bold-Italic-trial.ttf");
  font-style: italic;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Heading Pro";
  src: url("/content/fonts/Heading-Pro-Wide-Regular-trial.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/* BLOG */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/content/fonts/BricolageGrotesque%5Bopsz,wdth,wght%5D.woff2") format("woff2");
  font-style: normal bold;
  font-weight: 400 700;
  font-optical-sizing: auto;
}
* {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-family: "Heading Pro", sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
}

*, ::after, ::before {
  box-sizing: border-box !important;
}

html {
  scroll-padding-top: 20vh;
}

body {
  margin: 0;
  position: relative;
  background-color: white;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
  }
}

h1 {
  font-family: "Wagon";
  font-weight: bold;
  font-size: 5rem;
  margin: 0;
}

h2 {
  font-family: "Wagon";
  font-weight: bolder;
  font-size: 4rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (prefers-color-scheme: dark) {
  h2 {
    color: white;
  }
}

h3 {
  font-family: "Wagon";
  font-weight: bolder;
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  will-change: opacity;
}
@media (prefers-color-scheme: dark) {
  h3 {
    color: white;
  }
}

h4 {
  font-family: "Heading Pro";
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  /* opacity: 0; */
}
@media (prefers-color-scheme: dark) {
  h4 {
    color: white;
  }
}

h5 {
  font-family: "Heading Pro";
  font-style: italic;
  font-weight: bold;
  font-size: 1rem;
}
@media (prefers-color-scheme: dark) {
  h5 {
    color: white;
  }
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
@media (prefers-color-scheme: dark) {
  h6 {
    color: white;
  }
}

p {
  text-rendering: auto;
  line-height: 1.5rem;
}
@media (prefers-color-scheme: dark) {
  p {
    color: white;
  }
}

span {
  font-weight: 500;
}
@media (prefers-color-scheme: dark) {
  span {
    color: white;
  }
}
span ion-icon {
  font-size: 1.5rem;
}

@media (prefers-color-scheme: dark) {
  ul, li {
    color: white;
  }
}

p, span, a, li, sub, sup {
  font-size: 1.15rem;
  line-height: 1.6;
  font-family: "Bricolage Grotesque";
}

a.muted {
  cursor: not-allowed;
  opacity: 0.7;
}

a, b, i, strong, em, small {
  font-family: "Bricolage Grotesque";
}

strong {
  font-weight: bolder;
}

ion-icon {
  vertical-align: sub;
  pointer-events: none;
}

hr {
  border: 0;
  border-bottom: 4px solid black;
  margin: 2rem 0;
}
@media (prefers-color-scheme: dark) {
  hr {
    border-bottom: 4px solid white;
  }
}

a:not(.blank), span.hover {
  margin: 0 -0.25rem;
  color: white;
  padding: 0.25rem 0.5rem;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
a:not(.blank):hover, span.hover:hover {
  background: white;
  color: black;
}
a:not(.blank):hover img, span.hover:hover img {
  filter: invert(1);
}
a:not(.blank).button, span.hover.button {
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: white;
  background: black;
}
@media (prefers-color-scheme: dark) {
  a:not(.blank).button, span.hover.button {
    color: black;
    background: white;
  }
}
a:not(.blank).button:hover, span.hover.button:hover {
  color: black;
  background: white;
}
@media (prefers-color-scheme: dark) {
  a:not(.blank).button:hover, span.hover.button:hover {
    color: white;
    background: black;
  }
}

header {
  width: 100%;
  mix-blend-mode: difference;
}

div.navigation-bar {
  padding: 2.5rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  div.navigation-bar {
    padding: 1.75rem 0;
    margin: 0 auto;
  }
}
div.navigation-bar img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
div.navigation-bar a {
  text-decoration: none;
  font-style: italic;
  font-weight: bolder;
  letter-spacing: 1.5px;
}
div.navigation-bar a:first-child {
  display: inline-flex;
}
div.navigation-bar a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: white;
}
div.navigation-bar nav {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

i {
  vertical-align: text-bottom;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(-1.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
#parallax {
  position: fixed !important;
  top: -5vh;
  left: -5vw;
  width: 110%;
  height: 110%;
  z-index: -1;
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: invert(1);
  -webkit-filter: invert(1);
}
@media (prefers-color-scheme: dark) {
  .bg-img {
    filter: invert(0);
    -webkit-filter: invert(0);
  }
}

.invert, nav > a {
  color: white;
  mix-blend-mode: difference;
}

.content {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
  }
}

.content-xl {
  margin: 0 auto;
  width: 80vw;
}
@media screen and (max-width: 1024px) {
  .content-xl {
    width: 100%;
  }
}

.crisp {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.block {
  display: block;
}

.blur {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(20px) opacity(0);
  -webkit-backdrop-filter: blur(20px) opacity(0);
  /* -webkit-mask: -webkit-gradient(
      linear,
      left 50%,
      left 0%,
      from(rgba(0, 0, 0, 1)),
      to(rgba(0, 0, 0, 0))
    ); cool effect but nah */
  transition: backdrop-filter 0.5s, -webkit-backdrop-filter 0.5s;
}
@media (prefers-color-scheme: dark) {
  .blur {
    background: rgba(0, 0, 0, 0.33);
  }
}

.block {
  display: block;
}

.page-content {
  display: flex;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  flex-direction: column;
}

.main-section {
  max-height: 80vh;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.buttons {
  display: flex;
  gap: 0.5rem;
}
.buttons label {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border: 0;
  height: 4rem;
  border-radius: 0.5rem;
  background: transparent;
  transition: 0.3s;
}
.buttons label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (prefers-color-scheme: dark) {
  .buttons label:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.buttons input {
  display: none;
}

.w-100 {
  width: 100%;
}

.input > input:checked + label {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (prefers-color-scheme: dark) {
  .input > input:checked + label {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.input > input:checked + label img {
  filter: grayscale(1);
}

.title-flex {
  display: flex;
  justify-content: space-between;
}
.title-flex h4 {
  margin-bottom: 0;
}
.title-flex a {
  padding: 0.5rem 0.75rem;
  cursor: pointer !important;
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}

.preheader {
  position: sticky;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  z-index: 2;
}

div.navigation-bar {
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (prefers-color-scheme: dark) {
  .introduction h1 {
    color: white;
  }
}

* {
  font-family: "Heading Pro", sans-serif;
}

h1 {
  font-size: 15vh;
  line-height: 20vh;
  text-align: center;
  font-style: italic;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  opacity: 0;
  will-change: opacity;
  transform: translateX(-1.5rem);
  animation: moveRight ease 0.75s, fadeIn ease 0.75s;
  animation-fill-mode: forwards;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  h1 {
    display: none;
  }
}

h2 {
  opacity: 0;
  will-change: opacity;
}

span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
}

@media screen and (max-width: 600px) {
  header {
    mix-blend-mode: unset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.66);
    bottom: 0;
    top: unset;
  }
}

.sections {
  flex: 1;
  overflow-y: scroll;
  max-height: 100%;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}
.sections::-webkit-scrollbar {
  display: none;
}
.sections section {
  height: 80vh;
  scroll-snap-align: start;
}
.sections section > div {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

section {
  position: relative;
  width: 100%;
  max-height: 80vh !important;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0, 0, 0, 1);
}
section.show {
  opacity: 1;
}
section.show h2 {
  animation: fadeIn ease 0.5s;
  animation-fill-mode: forwards;
}
section.show .blur {
  backdrop-filter: blur(20px) opacity(1);
  -webkit-backdrop-filter: blur(20px) opacity(1);
  animation: fadeIn ease 0.75s;
  animation-fill-mode: forwards;
}
section.show .blur a:not(.button) {
  cursor: alias;
  color: black;
}
@media (prefers-color-scheme: dark) {
  section.show .blur a:not(.button) {
    color: white;
  }
}
section.show .blur a:not(.button):hover {
  color: white;
  background-color: black;
}
@media (prefers-color-scheme: dark) {
  section.show .blur a:not(.button):hover {
    color: black;
    background-color: white;
  }
}

/* presentation section */
.presentation {
  height: 80vh;
}
.presentation img {
  width: 300px;
  opacity: 0;
  aspect-ratio: 1/1;
  animation: fadeIn ease 0.75s;
  animation-delay: 0.33s;
  animation-fill-mode: forwards;
  border: 4px solid black;
}
@media (prefers-color-scheme: dark) {
  .presentation img {
    border: 4px solid white;
  }
}
.presentation h3 {
  margin-top: 0;
  font-size: 3rem;
}

.about-me-content {
  width: 100%;
  opacity: 0;
  animation: moveUp ease-out 0.75s, fadeIn ease 0.75s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
.about-me-content h3 {
  flex-grow: 1;
  text-align: start;
}

.about-me-content *:first-child,
#experience .sub-content div *:first-child,
#projects .blur *:first-child {
  margin-top: 0;
}

.about-me-content *:last-child,
#experience .sub-content div *:last-child,
.blur > *:last-child {
  margin-bottom: 0;
}

/* experience section */
#experience {
  opacity: 0;
  /* background: rgba(255, 0, 0, 0.5);
  animation: moveUp ease .75s;
  animation-fill-mode: forwards; */
  /*.line {
      border-left: 4px solid black;
      border-radius: 2px;
      margin: 1.5rem 0;

      @include dark {
          border-left: 4px solid white;
      }
  }*/
}
#experience.show {
  opacity: 1;
}
#experience h3 {
  margin-bottom: 1.5rem;
}
#experience h4 {
  margin-top: 0;
  border: 0;
  padding: 0;
}
#experience div.exp-details {
  display: flex;
  justify-content: space-between;
}
#experience div.exp-details ion-icon {
  margin-right: 1rem;
}
#experience div.exp-details > span {
  display: flex;
}
#experience #skills {
  margin-top: 2rem;
  position: relative;
}
#experience #skills span {
  display: none;
}
#experience #skills span.hover {
  position: relative;
  cursor: help;
  padding: 0;
  display: inline-flex;
  margin: 0;
  margin-right: 0.33rem;
  opacity: 0;
  animation: fadeIn ease-in-out 0.75s;
  animation-fill-mode: forwards;
  will-change: opacity;
}
#experience #skills span.hover:hover span {
  position: absolute;
  top: 100%;
  padding: 0.75rem 0.75rem;
  display: block;
  color: black;
  background: white;
  font-family: "Heading Pro" !important;
  font-style: italic;
  font-weight: bolder;
  letter-spacing: 1.5px;
}
#experience #skills img {
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
}
@media (prefers-color-scheme: light) {
  #experience #skills img {
    filter: invert(1);
  }
}
#experience .sub-content {
  margin-bottom: 3rem;
  display: flex;
  /*div:not(.line) {
      padding-left: 3rem;
  }

  div > span {
      display: block;
      line-height: 1.75rem;
  }*/
}
#experience .sub-content:last-child {
  margin: 0%;
}
#experience .sub-content h4 {
  opacity: 1;
}
#experience .sub-content p {
  margin-top: 3rem;
}

#experience.show h4:not(.sub-content h4),
#experience.show #skills {
  animation: fadeIn ease-in-out 0.75s;
  animation-fill-mode: forwards;
}

#artworks .flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 3rem;
  /* background: rgba(0, 255, 0, 0.5); */
}
#artworks img {
  max-width: 40%;
  max-height: 70vh;
  aspect-ratio: 1/1;
  width: auto;
  height: auto;
  box-shadow: initial;
}
#artworks .pad-content {
  flex: 1;
}
#artworks .pad-content h3 {
  margin-top: 1rem;
}

#projects {
  /* background: rgba(0, 0, 255, 0.5); */
}
#projects .flex {
  display: flex;
  gap: 3rem;
  align-items: center;
}
#projects .flex > img {
  height: 6rem;
  width: auto;
  vertical-align: middle;
}
#projects p {
  margin-top: 3rem;
}
#projects h3 {
  margin: 0;
  margin-bottom: 1.5rem;
}
#projects h3 span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#projects .blur.blur-xs:not(#projects .blur.blur-xs:first-child) {
  margin-top: 2rem;
}
#projects .blur.blur-xs h3 a {
  opacity: 0;
  transition: 0.25s ease-in-out;
}
#projects .blur.blur-xs h3 ion-icon {
  vertical-align: middle;
  font-size: 75%;
}
#projects .blur.blur-xs .hovering {
  display: block;
  position: absolute;
  width: 5rem;
  height: auto;
  top: 0;
  right: 0;
  transform: translate(-25%, 25%);
  opacity: 0;
  transition: opacity 0.75s ease-in-out 1s;
  pointer-events: none;
}
#projects .blur.blur-xs:hover h3 a {
  opacity: 1;
  margin-left: -0.25rem;
  color: inherit;
}
#projects .blur.blur-xs:hover h3 a:hover {
  margin-left: 0;
  opacity: 0.75;
  background: transparent;
}
#projects .blur.blur-xs:hover .hovering {
  opacity: 1;
}
#projects .skills {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
#projects .skills .skill {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
@media (prefers-color-scheme: dark) {
  #projects .skills .skill {
    filter: invert(1);
  }
}
#projects .skills .skill img {
  width: 2rem;
  height: 2rem;
}

#contactme .blur.blur-xs {
  grid-area: blur;
}
#contactme .blur.blur-xs *:first-child {
  margin-top: 0;
}
#contactme .blur.blur-xs:not(#contactme .blur.blur-xs:first-child) {
  margin-top: 2rem;
}
#contactme .blur.blur-xs ion-icon {
  margin-left: 0.5rem;
  vertical-align: middle;
}
#contactme .buttons {
  gap: 2rem;
}

.about-me-content .title {
  display: flex;
  gap: 3rem;
  flex-direction: row;
}

.about-me-content .description {
  margin-top: 3rem;
}

.logo {
  width: 3rem;
}

@media screen and (max-width: 1024px) {
  div.navigation-bar {
    width: calc(100% - 7rem);
    margin-left: 0;
  }
}

.preheader {
  position: unset;
  top: unset;
  background-color: unset;
  backdrop-filter: unset;
  z-index: unset;
}

.contacts {
  text-align: end;
}
.contacts a {
  font-size: 2rem;
}

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