body {
  overflow-x: hidden;
  overscroll-behavior-y: none;
  margin: 0;
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "MONO" 1;
  font-size: larger;
  font-weight: 600;
}
body .link {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
body .link:hover {
  font-weight: 700;
}
body .container-vertical, body .about-column .content, .about-column body .content, body .column .content, .column body .content, body .project-list, body .project-card section, .project-card body section {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
}
body .container-horizontal, body .about-column, body .column, body .column .bio, .column body .bio, body .column .directory, .column body .directory, body .project-card, body .header {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
body .container-horizontal.reverse, body .reverse.about-column, body .reverse.column, body .column .reverse.bio, .column body .reverse.bio, body .column .reverse.directory, .column body .reverse.directory, body .reverse.project-card, body .reverse.header {
  flex-direction: row-reverse;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  gap: 0.8rem;
  padding: 0.8rem;
  backdrop-filter: blur(30px);
}
.header .header-button, .header .header-image {
  padding: 0.5rem;
  font-size: 1.5rem;
  color: inherit;
  filter: drop-shadow(3px 3px 5px #000);
}
.header .header-button:hover, .header .header-image:hover {
  filter: brightness(80%) drop-shadow(9px 9px 5px #000);
  transform: translate(0, -3px);
}
.header .header-image {
  width: 4rem;
  padding: 0;
  border-radius: 1rem;
  border: 3px solid;
  display: block;
  filter: drop-shadow(3px 3px 5px #000);
}
.header .header-image:hover {
  filter: brightness(80%) drop-shadow(9px 9px 5px #000);
  transform: translate(0, -3px);
}

.summer {
  color: #c9dac9;
  box-shadow: 0px 5px 10px 1px #06110b;
  background-color: rgb(from #0a2718 r g b/70%);
}
.summer .header-image {
  border-color: #c9dac9;
}

.fall {
  color: #cfb48a;
  box-shadow: 0px 5px 10px 1px #110d06;
  background-color: rgb(from #632f17 r g b/70%);
}
.fall .header-image {
  border-color: #cfb48a;
}

.winter {
  color: #c3e6e9;
  box-shadow: 0px 5px 10px 1px #2d323b;
  background-color: rgb(from #758ab6 r g b/70%);
}
.winter .header-image {
  border-color: #c3e6e9;
}

.project-list {
  background: url("/assets/projects/fall.avif");
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding-top: 10rem;
  padding-bottom: 10rem;
  gap: 2.5rem;
}

.project-card {
  justify-content: center;
  margin: 2.5rem;
  padding: 2rem;
  gap: 2rem;
  width: 70vw;
  height: fit-content;
  min-height: 45vh;
  backdrop-filter: blur(20px);
  border: 7px #181001 solid;
  box-shadow: 3px 3px 8px 1px #291901;
  border-radius: 2rem;
  background-color: rgba(49, 34, 6, 0.3764705882);
  color: #cfb48a;
}
.project-card img {
  max-width: 100%;
  max-height: 45vh;
  border-radius: 0.5rem;
}
.project-card section {
  flex: 1 1 20vw;
  min-width: 20vw;
  justify-content: center;
}
.project-card section .title {
  font-size: 3rem;
  font-weight: 700;
  gap: 0.1rem;
  margin: 0;
  text-decoration: underline 4px;
  text-underline-offset: 5px;
}
.project-card section .description {
  font-size: 1.25rem;
  font-weight: 400;
}
.project-card section .stack {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}

.column {
  width: 100vw;
  justify-content: center;
  min-height: 100vh;
  background: url("/assets/home/ferns.avif");
  color: #c9dac9;
}
.column .content {
  width: 100%;
  max-width: 1000px;
  gap: 2rem;
  padding: 3rem;
  margin: 3rem;
  border-radius: 0.5rem;
  background-color: rgb(from #11501f r g b/50%);
  backdrop-filter: blur(5px);
  filter: drop-shadow(0 0 2rem black);
}
.column .bio {
  justify-content: center;
  gap: 3rem;
}
.column .bio .headshot {
  max-width: 300px;
  border: 3px solid #c9dac9;
  border-radius: 100%;
  filter: drop-shadow(0 0 1rem black);
}
.column .bio .title {
  white-space: nowrap;
  font-size: 7rem;
  filter: drop-shadow(0 0 0.3rem black);
}
.column .bio .description {
  font-size: 1.3rem;
  font-weight: 400;
  filter: drop-shadow(0 0 0.3rem black);
}
.column .directory {
  gap: 1em;
}
.column .directory .directory-item {
  padding: 1rem;
  border-radius: 0.5rem;
  flex: 1 1 40%;
  align-self: stretch;
  color: #0b3a15;
  text-align: center;
  text-decoration: none;
  background: #c9dac9;
  border: 4px solid #0c2b1a;
  filter: drop-shadow(3px 3px 3px darkgreen);
}
.column .directory .directory-item:hover {
  filter: drop-shadow(9px 9px 3px darkgreen);
  transform: translate(-3px, -3px);
}
.column .directory .directory-item .title {
  font-size: 1.5em;
  text-justify: center;
  text-decoration: underline;
}
.column .directory .directory-item .description {
  text-decoration: none;
}

.about-column {
  width: 100vw;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0;
  justify-content: center;
  background: url("/assets/about/snow.avif");
  color: #c9dac9;
}
.about-column .title {
  font-size: 3rem;
  margin: 1rem;
}
.about-column .content {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  padding: 3rem;
  gap: 2rem;
  border-radius: 0.5rem;
  color: #050316;
  background-color: rgb(from #6b7596 r g b/50%);
  backdrop-filter: blur(5px);
  filter: drop-shadow(0 0 2rem black);
}
.about-column p {
  margin: 0;
}
.about-column .about-banner {
  width: 100%;
}
.about-column .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-color: black;
}
.about-column .buttons a {
  border-radius: 1rem;
  border: white 2px solid;
  padding: 0.8rem;
  text-align: center;
  text-decoration: none;
  font-size: 2.5rem;
  color: white;
}
.about-column .buttons a div {
  display: flex;
  gap: 0.6rem;
  overflow: visible;
}
.about-column .buttons a img {
  width: 1em;
  overflow: visible;
}
.about-column .buttons a:hover {
  transform: translate(0, -3px);
  filter: drop-shadow(7px 7px 4px black);
}
.about-column .buttons a {
  filter: drop-shadow(3px 3px 4px black);
}
@keyframes wave {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
.about-column .waving {
  transform: translate(0, 5px);
  display: inline-block;
  animation: wave ease-in-out alternate-reverse infinite 1s;
}
.about-column .waving:nth-child(1n) {
  animation-delay: 0.1s;
}
.about-column .waving:nth-child(2n) {
  animation-delay: 0.2s;
}
.about-column .waving:nth-child(3n) {
  animation-delay: 0.3s;
}
.about-column .waving:nth-child(4n) {
  animation-delay: 0.4s;
}
.about-column .waving:nth-child(5n) {
  animation-delay: 0.5s;
}
.about-column .waving:nth-child(6n) {
  animation-delay: 0.6s;
}
.about-column .waving:nth-child(7n) {
  animation-delay: 0.7s;
}
.about-column .waving:nth-child(8n) {
  animation-delay: 0.8s;
}
.about-column .waving:nth-child(9n) {
  animation-delay: 0.9s;
}
.about-column .waving:nth-child(10n) {
  animation-delay: 1s;
}

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