<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  src: url("../assets/fonts/BebasNeue-Light.ttf");
  font-family: "bebas-light";
}
@font-face {
  src: url("../assets/fonts/BebasNeue-Regular.ttf");
  font-family: "bebas";
}
@font-face {
  src: url("../assets/fonts/OperatorMonoLig-Medium.otf");
  font-family: "mono";
}
.bebas {
  font-family: "bebas", sans-serif;
}

.bebas-light {
  font-family: "bebas-light", sans-serif;
}

.mono {
  font-family: "Mono", monospace;
}

.text-black {
  color: #000000 !important;
}

.text-yellow {
  color: #DED50A !important;
}

.text-purple {
  color: #581095 !important;
}

.yellow {
  background: #DED50A !important;
}

.red {
  background: #DE140A !important;
}

.red-lighten {
  background: #F63F35 !important;
}

.purple {
  background: #581095 !important;
}

.green {
  background: #08AC1C !important;
}

.white {
  background: #f5f7ef !important;
}

* {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

::placeholder {
  font-family: Mono;
  color: #f5f7ef;
}

::-webkit-scrollbar {
  width: 0 !important;
}

.branded {
  position: relative;
}
.branded .brand {
  display: inherit;
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 200px;
}
@media screen and (max-device-width: 811px) {
  .branded .brand {
    display: none;
  }
}
.branded .brand .logo {
  position: relative;
  width: 100%;
}

form .flex-outer,
form .flex-inner {
  list-style-type: none;
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
}
form .flex-outer {
  max-width: 800px;
  margin: 0 auto;
}
form .flex-outer li input,
form .flex-outer li textarea {
  padding: 15px;
  font-family: Mono;
  font-size: 1.2rem;
  background: none;
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 3px 0;
}
form .flex-outer li input:focus,
form .flex-outer li textarea:focus {
  outline: none;
}
form .flex-outer li p {
  margin: 0;
}
form .flex-outer li,
form .flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: Mono;
}
form .flex-inner {
  padding: 0 8px;
  justify-content: space-between;
}
form .flex-inner li {
  width: 100px;
}
form .flex-outer &gt; li:not(:last-child) {
  margin-bottom: 20px;
}
form .flex-outer li label,
form .flex-outer li p {
  padding: 8px;
  letter-spacing: 0.09em;
}
form .flex-outer &gt; li &gt; label,
form .flex-outer li p {
  flex: 1 0 120px;
  max-width: 220px;
}
form .flex-outer &gt; li &gt; label + *,
form .flex-inner {
  flex: 1 0 220px;
}
form .flex-outer li button {
  margin-left: auto;
  letter-spacing: 0.09em;
}

a {
  text-decoration: none;
  color: #581095;
  cursor: pointer;
}

button,
.btn {
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 1.5rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  background: white;
  transition: 0.1s;
}
button.neumorphic,
.btn.neumorphic {
  border-radius: 10px;
}
button.neumorphic.yellow,
.btn.neumorphic.yellow {
  box-shadow: 6px 6px 14px #c8c009, -10px -10px 14px #f4ea0b;
  background: #DED50A;
}
button.neumorphic.yellow.pressed,
.btn.neumorphic.yellow.pressed {
  box-shadow: inset 10px 10px 14px #c8c009, inset -10px -10px 14px #f4ea0b;
  border: none;
}
button.neumorphic.green,
.btn.neumorphic.green {
  box-shadow: 6px 6px 14px #079b0f, -10px -10px 14px #09bd13;
  background: #08AC1C;
}
button.neumorphic.green.pressed,
.btn.neumorphic.green.pressed {
  box-shadow: inset 10px 10px 14px #079b0f, inset -10px -10px 14px #09bd13;
  border: none;
}
button.neumorphic.white,
.btn.neumorphic.white {
  box-shadow: 6px 6px 14px #e2e2e2, -6px -6px 14px #fffcfc;
  background: #f5f7ef;
}
button.neumorphic.white.pressed,
.btn.neumorphic.white.pressed {
  box-shadow: inset 7px 7px 15px #e2e2e2, inset -7px -7px 15px #ffffff;
  border: none;
}
button.neumorphic.purple,
.btn.neumorphic.purple {
  box-shadow: 6px 6px 14px #45176d, -6px -6px 14px #6823a2;
  background: #f5f7ef;
}
button.neumorphic.purple.pressed,
.btn.neumorphic.purple.pressed {
  box-shadow: inset 7px 7px 15px #e2e2e2, inset -7px -7px 15px #ffffff;
  border: none;
}
button:focus,
.btn:focus {
  outline: none;
}
button#top-btn,
.btn#top-btn {
  background: #8A8400;
  position: fixed;
  opacity: 1;
  transform: scale(1);
  right: 10px;
  bottom: 10px;
  border-radius: 6px;
  transition: 0.1s;
  padding: 5px 15px;
}
button#top-btn.scale-out,
.btn#top-btn.scale-out {
  transform: scale(0);
  opacity: 0;
}

.card {
  font-family: Mono;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card.short {
  min-height: 50vh;
}
@media only screen and (min-width: 813px) {
  .card {
    height: 100vh;
  }
  .card.short {
    height: 50vh;
    min-height: 50vh;
  }
}
.card .footnote {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.card .footnote p {
  display: inline-block;
}

.half-card {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
  min-height: 50vh;
  font-family: Mono;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.container .form {
  margin: 20px auto;
}
.container.button-wrapper {
  display: flex;
  margin: 50px auto;
  justify-content: space-between;
}
.container.avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}
.container.avatar img {
  margin-bottom: 25px;
  border-radius: 6px;
  max-width: 250px;
}

.portfolio-container {
  width: 100%;
  height: 100%;
  min-height: 50vh;
}
@media screen and (min-width: 812px) {
  .portfolio-container {
    min-height: 100vh;
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.text-container .underscore {
  width: 20%;
  height: 0.3rem;
  background: black;
}
.text-container .underscore.dark {
  background: #ffffff;
}
.text-container h1 {
  font-size: 2.5rem;
}
.text-container p {
  word-spacing: 1px;
  font-family: sans-serif;
  letter-spacing: 1px;
}
@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .text-container p {
    font-size: 20px;
  }
}
.text-container .icon-large {
  display: inline-block;
  font-size: 4rem;
  margin: 30px 25px;
  color: #000000;
  transition: 0.1s;
}
.text-container .icon-large:hover {
  transform: scale(1.05);
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}
.text-container .icon-large:visited {
  color: #DE140A;
}

.portfolio-divider {
  height: 5vh;
  width: 100%;
  color: #ffffff;
}

.right-align {
  justify-content: flex-end !important;
}

.center-align {
  justify-content: center !important;
}

.right-align {
  justify-content: flex-start !important;
}

.top-align {
  align-items: flex-start !important;
}

.row {
  flex-direction: row;
}

.dark {
  color: #ffffff;
}

@media screen and (max-width: 812px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.relative {
  position: relative;
}

@media only screen and (min-width: 812px) {
  .half-card {
    width: 50%;
    min-height: 100vh;
  }

  #portfolio-2 .half-card:nth-child(1) {
    order: 2;
  }
  #portfolio-2 .half-card:nth-child(2) {
    order: 1;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>