/*! tailwindcss v4.1.9 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --font-weight-thin: 100;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-loose: 2;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[65px\] {
    top: 65px;
  }
  .top-\[100vh\] {
    top: 100vh;
  }
  .right-\[-15\%\] {
    right: -15%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[10vh\] {
    bottom: 10vh;
  }
  .bottom-\[20vh\] {
    bottom: 20vh;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-15\%\] {
    left: -15%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[-70\] {
    z-index: -70;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-5\/6 {
    height: calc(5/6 * 100%);
  }
  .h-\[35vh\] {
    height: 35vh;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[110vh\] {
    height: 110vh;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[155vh\] {
    height: 155vh;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[20vw\] {
    min-height: 20vw;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-offwhite {
    background-color: #f7f0de;
  }
  .object-fill {
    object-fit: fill;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .font-babylonica {
    font-family: Babylonica, cursive;
  }
  .font-linden {
    font-family: Linden Hill, serif;
  }
  .text-p-big-laptop {
    font-size: 40px;
  }
  .text-p-xsmall-laptop {
    font-size: 25px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-normal {
    white-space: normal;
  }
  .text-offblack {
    color: #0e1111;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .md\:right-\[20\%\] {
    @media (width >= 48rem) {
      right: 20%;
    }
  }
  .md\:left-\[20\%\] {
    @media (width >= 48rem) {
      left: 20%;
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:h-\[60vh\] {
    @media (width >= 48rem) {
      height: 60vh;
    }
  }
  .md\:h-\[80vh\] {
    @media (width >= 48rem) {
      height: 80vh;
    }
  }
  .md\:h-\[120vh\] {
    @media (width >= 48rem) {
      height: 120vh;
    }
  }
  .md\:h-\[165vh\] {
    @media (width >= 48rem) {
      height: 165vh;
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 48rem) {
      height: 300px;
    }
  }
  .md\:w-\[80vw\] {
    @media (width >= 48rem) {
      width: 80vw;
    }
  }
  .md\:max-w-3xl {
    @media (width >= 48rem) {
      max-width: var(--container-3xl);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:px-36 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 36);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-36 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .md\:pb-48 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 48);
    }
  }
  .md\:leading-loose {
    @media (width >= 48rem) {
      --tw-leading: var(--leading-loose);
      line-height: var(--leading-loose);
    }
  }
  .lg\:top-\[105vh\] {
    @media (width >= 64rem) {
      top: 105vh;
    }
  }
  .lg\:right-\[33\%\] {
    @media (width >= 64rem) {
      right: 33%;
    }
  }
  .lg\:left-\[33\%\] {
    @media (width >= 64rem) {
      left: 33%;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:h-\[40vh\] {
    @media (width >= 64rem) {
      height: 40vh;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 64rem) {
      height: 450px;
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-\[70vw\] {
    @media (width >= 64rem) {
      width: 70vw;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-x-16 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-32 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .lg\:pr-8 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
}
h1, l {
  font-family: Linden Hill, serif;
}
html.contact {
  background-color: #f7f0de;
}
html.contact, body.contact {
  height: 100%;
  margin: 0;
  padding: 0;
}
.contact-header {
  display: flex;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 8);
  text-align: center;
  font-size: 30px;
  color: #0e1111;
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 12);
  }
  @media (width >= 48rem) {
    font-size: 40px;
  }
}
#fabric-pattern {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
#email-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.form-field {
  width: 100%;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #0e1111;
  background-color: #f7f0de;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
}
.image {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #0e1111;
  object-fit: cover;
  @media (width >= 64rem) {
    height: 40vh;
  }
}
.bio {
  font-size: 25px;
  line-height: 45px;
  color: #0e1111;
}
.text-banner {
  padding-block: calc(var(--spacing) * 4);
  color: #0e1111;
}
.team-member {
  padding-block: calc(var(--spacing) * 10);
}
@media (max-width: 1025px) {
  .image {
    margin: calc(var(--spacing) * 4);
    aspect-ratio: 1 / 1;
    width: 50vw;
  }
  .bio {
    padding-inline: calc(var(--spacing) * 12);
    font-size: 25px;
    line-height: 40px;
  }
  .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#about-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
section {
  width: 100vw;
}
@font-face {
  font-family: "Linden Hill";
  src: url('./linden-hill-master/Linden-Hill.otf');
}
@layer base {
  h1 {
    font-family: Babylonica, cursive;
    font-size: 40px;
    color: #f7f0de;
  }
  p, h3 {
    font-family: Linden Hill, serif;
    font-size: 30px;
    line-height: 54px;
    color: #f7f0de;
  }
  a {
    font-family: Linden Hill, serif;
    font-size: 30px;
    line-height: 54px;
  }
  li {
    font-family: Linden Hill, serif;
    font-size: 20px;
  }
  section {
    position: relative;
  }
  @media (max-width: 767px) {
    p,li, a {
      font-size: 25px;
      line-height: calc(var(--spacing) * 10);
    }
    h1 {
      font-size: 30px;
    }
  }
}
a:hover {
  cursor: pointer;
}
.hover {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  &:hover {
    @media (hover: hover) {
      scale: 1.08;
    }
  }
}
#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}
#hamburger-icon div {
  height: 3px;
  width: 35px;
  background-color: #0e1111;
  margin: 6px 0;
  transition: 0.4s;
}
.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px,6px);
  transform: rotate(-45deg) translate(-6px,6px);
}
.open .bar2 {
  opacity: 0;
}
.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px,-7px);
  transform: rotate(45deg) translate(-6px,-7px);
}
.mobile-menu {
  position: absolute;
  top: 50px;
  left: calc(var(--spacing) * 0);
  display: none;
  height: calc(100vh - 50px);
  width: 100%;
  background-color: #f7f0de;
}
.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.open ul {
  padding-block: calc(var(--spacing) * 12);
}
@media only screen and (max-width: 767px) {
  nav {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
}
.logo {
  height: 40px;
}
@media (max-width: 767px) {
  .logo {
    height: 35px;
  }
}
#home {
  background-image: url('../images/dirt_background_tiling.png');
}
header {
  transform-style: preserve-3d;
}
.parallax {
  position: absolute;
  object-fit: cover;
}
#flowers-layer {
  filter: drop-shadow(0px 0px 2px #2e2d2d );
}
.lav {
  filter: drop-shadow(0px 0px 5px #2e2d2d );
}
.game-feature {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px;
}
.game-feature-image {
  aspect-ratio: var(--aspect-video);
  height: 20vh;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #0e1111;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  &:hover {
    @media (hover: hover) {
      scale: 1.02;
    }
  }
  @media (width >= 48rem) {
    height: 18vh;
  }
  @media (width >= 64rem) {
    height: 30vh;
  }
}
.game-feature-text {
  font-size: 25px;
  line-height: 36px;
  --tw-font-weight: var(--font-weight-thin);
  font-weight: var(--font-weight-thin);
  color: #0e1111;
}
.centered-item {
  display: flex;
  align-items: center;
  justify-content: center;
  @media (width >= 48rem) {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .scrolls {
    display: none;
  }
  .game-feature-text {
    padding-inline: calc(var(--spacing) * 12);
    font-size: 25px;
    color: #f7f0de;
  }
}
@media (max-width: 1024px) {
  .game-feature-text {
    font-size: 20px;
    line-height: 36px;
  }
}
#petunia-pattern {
  background-image: url(../images/Dirt_background.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
b {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
