/* 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;
  }
}

.content .blur {
  margin: 3rem 0;
  backdrop-filter: blur(20px) opacity(1);
  -webkit-backdrop-filter: blur(20px) opacity(1);
}
.content .blur:not(.project):first-child {
  margin-bottom: 6rem;
}
.content .blur :first-child, .content .blur:first-child h3 {
  margin-top: 0;
}
.content .blur :last-child {
  margin-bottom: 0;
}

div.exp-details {
  display: flex;
  justify-content: space-between;
}

.sub-content p {
  margin-top: 3rem;
}

i {
  vertical-align: unset;
}

.latest {
  display: block;
  margin-bottom: 0.5rem;
}

.grid {
  margin-top: 2rem;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}

.media-grid {
  column-gap: 1rem;
  column-count: 3;
  column-fill: inherit;
}
.media-grid img {
  margin-bottom: 1rem;
  display: block;
  max-width: 100%;
  max-height: 70vh;
  width: unset;
  height: unset;
}

.grid-col-3 {
  column-count: 3;
}

.grid-col-1 {
  column-count: 1;
}

.inline-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.inline-logo h3 {
  margin: 0;
  flex: 1 1 0;
}
.inline-logo img {
  height: 3rem;
  width: auto;
}

ul {
  padding: 0;
}

li {
  display: inline-block;
  text-indent: 0.5rem;
  list-style: none;
}
li::before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/content/svg/circle.svg");
}
li.c\#::before {
  background-image: url("/content/svg/csharp.svg");
}
li.figma::before {
  background-image: url("/content/svg/figma.svg");
}
li.html::before {
  background-image: url("/content/svg/html5.svg");
}
li.sass::before {
  background-image: url("/content/svg/sass.svg");
}
li.css::before {
  background-image: url("/content/svg/css.svg");
}
li.git::before {
  background-image: url("/content/svg/git.svg");
}
li.unity::before, li.unity-version-control::before {
  background-image: url("/content/svg/unity.svg");
}
li.angular::before {
  background-image: url("/content/svg/angular.svg");
}
li.typescript::before {
  background-image: url("/content/svg/typescript.svg");
}
li.javascript::before {
  background-image: url("/content/svg/javascript.svg");
}
li.react::before {
  background-image: url("/content/svg/react.svg");
}
li.json::before {
  background-image: url("/content/svg/json.svg");
}
li.adobe-photoshop::before {
  background-image: url("/content/svg/adobephotoshop.svg");
}
li.mysql::before {
  background-image: url("/content/svg/mysql.svg");
}
li.phpmyadmin::before {
  background-image: url("/content/svg/phpmyadmin.svg");
}
li.php::before {
  background-image: url("/content/svg/php.svg");
}
li.bootstrap::before {
  background-image: url("/content/svg/bootstrap.svg");
}
li.jekyll::before {
  background-image: url("/content/svg/jekyll.svg");
}
li.markdown::before {
  background-image: url("/content/svg/markdown.svg");
}
li.monogame::before {
  background-image: url("/content/svg/monogame.svg");
}
li.xaml::before, li.winforms::before, li.wpf::before, li.mvvm-pattern::before {
  background-image: url("/content/svg/dotnet.svg");
}

.introduction {
  display: block;
  padding: 3rem;
}

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