html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

root {
  --pale-blue: #597CA6;
  --brown: #A68359;
}

@font-face {
  font-family: "Timeburner";
  src: url("/SDK-Website-files/design/Timeburner-xJB8.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arcade Classic";
  src: url(/SDK-Website-files/design/ARCADECLASSIC.TTF);
}
@font-face {
  font-family: "Yoster Island";
  src: url(/SDK-Website-files/design/yoster.ttf);
}
@font-face {
  font-family: "Cotham Sans";
  src: url(/SDK-Website-files/design/CothamSans.otf);
}
@font-face {
  font-family: "Digitalt";
  src: url(/SDK-Website-files/design/Digitalt.ttf);
}
@font-face {
  font-family: "Inkut Antiqua Regular";
  src: url(/SDK-Website-files/design/InknutAntiqua-Regular.ttf);
}
@font-face {
  font-family: "Joystix Monospace";
  src: url(/SDK-Website-files/design/joystix-monospace.otf);
}
@font-face {
  font-family: "ByteBounce";
  src: url(/SDK-Website-files/design/ByteBounce.ttf);
}
@font-face {
  font-family: "Bedda";
  src: url(/SDK-Website-files/design/Bedda.ttf);
}
@font-face {
  font-family: "Velvo";
  src: url(/SDK-Website-files/design/VELVO.ttf) format(truetype);
}
.container-menu {
  max-width: 41rem;
  max-height: 4.375rem;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .container-menu {
    padding: 0;
  }
}

.nav-wrap {
  overflow: visible;
  height: 2.625rem;
  width: 27.1875rem;
  z-index: 30;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 46.875em) {
  .nav-wrap {
    display: table;
    height: 15.125rem;
    width: 100%;
    position: relative;
    top: 0%;
    padding: 0;
    margin: 0%;
  }
}

.menu-dropbtn {
  position: absolute;
  z-index: 40;
  display: none;
}
.menu-dropbtn img {
  display: none;
  visibility: hidden;
}
@media (max-width: 46.875em) {
  .menu-dropbtn {
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    height: 2.5625rem;
  }
  .menu-dropbtn img {
    visibility: visible;
    position: absolute;
    top: 0.4375rem;
    left: 0.625rem;
    display: block;
    visibility: visible;
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.nav-right {
  width: 21.5625rem;
  height: 2.1875rem;
  background-color: #7491b4;
  top: 0%;
  left: 50%;
  transform: translateX(24%);
  z-index: 30;
}
@media (max-width: 46.875em) {
  .nav-right {
    height: 2.5625rem;
    transform: none;
    left: 0;
    width: 100%;
    position: relative;
    display: flex;
  }
  .nav-right .container__nav--label {
    flex-direction: column;
  }
  .nav-right img {
    visibility: visible;
    display: inline-block;
    position: relative;
    left: 0.625rem;
    top: 0.5625rem;
    background-color: transparent;
  }
}

@media (max-width: 46.875em) {
  .nav-right.show {
    height: 15.125rem;
  }
}

.nav-left {
  position: absolute;
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #A68359;
  top: 0;
  left: 50%;
  transform: translateX(-10.5rem);
  z-index: 30;
}
.nav-left span {
  display: none;
}
@media (max-width: 46.875em) {
  .nav-left {
    display: none;
  }
}

.nav-left:hover {
  background-color: #c3a683;
}

@media (max-width: 46.875em) {
  .nav-left.show {
    display: block;
    width: 100%;
    position: absolute;
    height: 2.4375rem;
    left: 0;
    top: 2.5625rem;
    transform: none;
    z-index: 200;
  }
  .nav-left.show span {
    display: block;
  }
}

.nav-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 46.875em) {
  .nav-left img {
    visibility: collapse;
  }
}

.nav--label--table {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
}
.nav--label--table span {
  padding: 0.625rem 0.625rem;
  text-align: center;
  color: #000;
  font-family: "Timeburner", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  visibility: collapse;
}
@media (max-width: 46.875em) {
  .nav--label--table span {
    visibility: visible;
  }
}

.container__nav--label {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
@media (max-width: 46.875em) {
  .container__nav--label {
    position: absolute;
    display: none;
    width: 100%;
    margin-top: 5rem;
    text-align: left;
    align-items: left;
    justify-content: flex-start;
  }
}

.nav--label {
  padding: 0.390625rem 1.28125rem;
  text-align: center;
  color: #000;
  font-family: "Timeburner", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
@media (max-width: 46.875em) {
  .nav--label {
    height: 2.5rem;
    width: 100%;
    text-align: left;
    justify-content: left;
    margin: auto;
    padding: 0.625rem 0.625rem;
  }
}

@media (max-width: 46.875em) {
  .container__nav--label.show {
    display: flex;
  }
}

#nav-item-separator {
  display: none;
}
@media (max-width: 46.875em) {
  #nav-item-separator {
    height: 0.03125rem;
    width: 100%;
    all: unset;
    display: block;
    background-color: black;
    z-index: 100;
  }
}

.nav--label:hover {
  text-decoration: underline;
  line-height: 150%;
  background-color: #89a2c0;
  height: 2.1875rem;
}
@media (max-width: 46.875em) {
  .nav--label:hover {
    height: 2.5rem;
    line-height: 150%;
  }
}

.card {
  padding: 1.875rem;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  transform-origin: top left;
  max-width: 100vw;
  max-height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

.studio-logo {
  position: relative;
  flex-direction: column;
  display: flex;
  width: 100vw;
  position: relative;
  margin-bottom: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 31.25rem;
  overflow: hidden;
}
@media (max-width: 46.875em) {
  .studio-logo {
    height: 15.0625rem;
  }
}

.studio-logo.show {
  height: 27.625rem;
}

.container__studio-logo-img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  object-fit: contain;
  height: 31.25rem;
}
@media (max-width: 46.875em) {
  .container__studio-logo-img {
    display: grid;
    position: relative;
    width: 100%;
    height: 12.5rem;
  }
}

@media (max-width: 46.875em) {
  .studio-logo1, .studio-logo-background {
    grid-area: 1/1;
  }
}

.studio-logo1 {
  position: relative;
  align-items: center;
  left: 50%;
  transform: translate(-16.28125rem, 5.625rem);
  overflow: hidden;
  height: 20rem;
  aspect-ratio: 288/157;
  z-index: 20;
}
@media (max-width: 39.9375em) {
  .studio-logo1 {
    left: 0;
    transform: none;
    position: relative;
    height: unset;
    max-height: 12.5rem;
    object-fit: contain;
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 26.875em) {
  .studio-logo1 {
    left: 0;
    transform: none;
    position: relative;
    height: unset;
    max-height: 12.5rem;
    object-fit: contain;
    width: 100%;
    padding-top: 0;
  }
}

.studio-logo-background {
  min-height: 31.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: clip;
  filter: brightness(1.5);
  object-fit: fill;
  z-index: 0;
}
@media (max-width: 46.875em) {
  .studio-logo-background {
    object-fit: unset;
    position: relative;
    min-height: 12.5rem;
    height: 100%;
    width: 100vw;
  }
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  max-width: 100vw;
  max-height: 100vh;
}

.non-scrolling-words-bottom {
  position: absolute;
  bottom: 0.1%;
  left: 1%;
  color: rgba(0, 0, 0, 0.77);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Digitalt";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 46.875em) {
  .non-scrolling-words-bottom {
    font-size: 2.625rem;
  }
}

.side-table--statement {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 1.25rem);
  color: rgba(0, 0, 0, 0.77);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Cotham Sans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 46.875em) {
  .side-table--statement {
    font-size: 8vw;
  }
}

.side-table--highlight {
  font-family: "Cotham Sans";
}

.side-table--statement-intro-container {
  position: relative;
  display: inline-block;
  width: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(9.375rem);
  text-align: center;
}
@media (max-width: 46.875em) {
  .side-table--statement-intro-container {
    font-size: 8vw;
    width: 70%;
  }
}

.side-table--statement-intro-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  filter: blur(1.875rem);
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle at center, white 0%, transparent 100%);
  mask-image: radial-gradient(circle at center, white 0%, transparent 100%);
}

.side-table--statement-intro-text {
  position: relative;
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 2vh;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  margin: 0 auto;
  border-radius: 1.875rem;
  backdrop-filter: blur(10px);
}
.fullscreen-gradient {
  position: relative;
  justify-content: space-between;
  height: 25rem;
}

.non-scrolling-words-box {
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 5%;
}

.scrolling-words-container {
  display: inline-block;
  vertical-align: middle;
  height: 8vh;
  align-items: center;
  padding: 0.625rem 1.875rem;
  font-size: 6vw;
  font-weight: 600;
  overflow: hidden;
  gap: 1vw;
  margin-left: -1.875rem;
  position: relative;
  border: 2px solid red;
}

.scrolling-words-box {
  height: 11vh;
  margin: auto;
  transform: translateY(3.125rem);
  float: left;
  margin-left: -1.875rem;
}
.scrolling-words-box ul {
  margin: 0 1rem;
  padding: 0;
  animation: scrollUp 40s;
}
.scrolling-words-box ul li {
  opacity: 1;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  list-style: none;
}

@keyframes scrollUp {
  2.5%, 12.5% {
    transform: translateY(-12.5%);
  }
  15%, 25% {
    transform: translateY(-25%);
  }
  27.5%, 37.5% {
    transform: translateY(-37.5%);
  }
  40%, 50% {
    transform: translateY(-50%);
  }
  52.5%, 62.5% {
    transform: translateY(-62.5%);
  }
  65%, 75% {
    transform: translateY(-75%);
  }
  77.5%, 87.5% {
    transform: translateY(-87.5%);
  }
}
.latest-project-container {
  background-image: url("/SDK-Website-files/design/Library_hero.png");
  aspect-ratio: 96/31;
  background-size: cover;
  position: relative;
  display: flex;
}
@media (max-width: 46.875em) {
  .latest-project-container {
    background-image: url("/SDK-Website-files/design/Library_hero_extended.jpeg");
    aspect-ratio: unset;
    width: 100%;
    height: 13.75rem;
  }
}

.meowfficer-logo {
  height: 60%;
  flex-shrink: 0;
  aspect-ratio: 677/275;
  position: absolute;
  left: 5%;
  top: 1%;
}
@media (max-width: 46.875em) {
  .meowfficer-logo {
    height: 50%;
  }
}
@media (max-width: 26.875em) {
  .meowfficer-logo {
    height: 40%;
  }
}

.cta-container {
  overflow: hidden;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: left;
  position: absolute;
  flex-direction: column;
  width: 50%;
  top: 55%;
  left: 5%;
}
.cta-container span {
  display: block;
  font-weight: bold;
  font-size: 1.5625rem;
  color: white;
  font-family: Inkut Antiqua Regular;
  height: 1.5625rem;
  max-height: none;
  padding: 0;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.cta-container a {
  text-decoration: none;
  outline: none;
  border: none;
}
@media (max-width: 46.875em) {
  .cta-container {
    top: 50%;
    width: 70%;
  }
}
@media (max-width: 26.875em) {
  .cta-container {
    top: 40%;
  }
}

.steam-logo {
  display: inline-block;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 0.125rem;
  border: 0.125rem solid black;
  background: #FFF;
  margin-right: 1.25rem;
}
@media (max-width: 46.875em) {
  .steam-logo {
    height: 1.875rem;
    margin-right: 0.625rem;
  }
}

.itch-logo {
  display: inline-block;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 0.125rem;
  border: 0.125rem solid black;
  background: #FFF;
  margin-right: 1.25rem;
}
@media (max-width: 46.875em) {
  .itch-logo {
    height: 1.875rem;
    margin-right: 0.625rem;
  }
}

.gx-logo {
  display: inline-block;
  height: 3.125rem;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 0.125rem;
  border: 0.125rem solid black;
}
@media (max-width: 46.875em) {
  .gx-logo {
    height: 1.875rem;
    margin-top: 0.4375rem;
    margin-right: 0.625rem;
  }
}

html {
  overflow: hidden;
}

.bottom-nav-container {
  background-color: #597CA6;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 1.875rem;
  height: 3.75rem;
}
.bottom-nav-container img {
  height: 2.5rem;
  transform: translateX(0.1875rem);
}
@media (max-width: 46.875em) {
  .bottom-nav-container {
    height: 25rem;
    display: inline-block;
    width: 100%;
  }
  .bottom-nav-container img {
    display: block;
    margin-inline: auto;
    height: 5rem;
    margin-top: 0.625rem;
    margin-bottom: 2.5rem;
  }
}

.studio-font {
  transform: translateX(-2rem);
  height: 3.125rem;
  align-self: center;
}

.bottom-links {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}
.bottom-links__header {
  display: none;
}
@media (max-width: 46.875em) {
  .bottom-links__header {
    display: block;
    font-family: "Digitalt";
    font-size: 1.875rem;
    font-weight: 1;
  }
}
.bottom-links__column {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.bottom-links__column span {
  width: 100%;
}
@media (max-width: 46.875em) {
  .bottom-links__column {
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media (max-width: 46.875em) {
  .bottom-links {
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.1875rem;
    width: 100%;
    justify-content: space-between;
    align-items: start;
  }
}

.bottom-links--socials {
  height: 1.1875rem;
  text-decoration: none;
  outline: none;
  border: none;
}
.bottom-links--socials span {
  display: none;
}
@media (max-width: 46.875em) {
  .bottom-links--socials {
    display: block;
  }
}

.insta-bottom {
  text-decoration: none;
  outline: none;
  border: none;
  margin-right: 0.625rem;
}
@media (max-width: 46.875em) {
  .insta-bottom {
    display: block;
    width: 2.8125rem;
    height: 2.625rem;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    border: none;
    margin-right: 0;
    border-radius: 5%;
    border: 0.25rem solid white;
    background-color: white;
    margin-bottom: 0.625rem;
  }
}

.insta-bottom img {
  aspect-ratio: 640/427;
  height: 1.5625rem;
  transform: translateY(-0.1875rem);
}
@media (max-width: 46.875em) {
  .insta-bottom img {
    display: inline-block;
    height: 1.6875rem;
    padding: 0;
    margin: 0;
    transform: translate(-0.0625rem, 0.1875rem);
  }
}

.etsy-bottom {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.etsy-bottom:visited {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 46.875em) {
  .etsy-bottom {
    display: inline-block;
    position: relative;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    background-color: white;
    border-radius: 5%;
    border: 0.25rem solid white;
  }
}

.etsy-bottom img {
  height: 1.4375rem;
  width: 1.4375rem;
  aspect-ratio: 1/1;
  transform: translateY(-0.25rem);
}
@media (max-width: 46.875em) {
  .etsy-bottom img {
    transform: translateY(0.3125rem);
    display: inline-block;
    height: 1.5625rem;
    width: 1.5625rem;
    margin: 0;
    margin-left: 0.375rem;
  }
}

.nav-bottom--label img {
  vertical-align: middle;
  height: 1.40625rem;
}
@media (max-width: 46.875em) {
  .nav-bottom--label img {
    transform: translateX(-1.125rem);
    display: inline-block;
    height: 1.25rem;
    padding: 0;
    margin: 0;
  }
}

.nav-bottom--label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  font-family: "Timeburner", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  margin: 0;
  align-items: center;
}
@media (max-width: 46.875em) {
  .nav-bottom--label {
    margin-left: 0;
  }
}

@media (max-width: 46.875em) {
  #nav-bottom--label--home {
    display: inline-block;
    transform: translateX(-1.375rem);
  }
}

.team-container {
  background-color: #e1e1f0;
}
.team-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  justify-items: start;
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 39.9375em) {
  .team-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

.team-card-container {
  background-color: #dbd7d7;
  border-radius: 1.5625rem;
  text-align: center;
}

.team-card--pic img {
  width: 20vw;
}
@media (max-width: 71.8125em) {
  .team-card--pic img {
    width: 25vw;
  }
}

.team-card--name {
  font-family: "Yoster Island";
  font-weight: normal;
  font-size: 5vw;
}
@media (max-width: 39.9375em) {
  .team-card--name {
    font-size: 6vw;
  }
}

.team-card--personal-intro {
  padding: 0.9375rem;
  padding-bottom: 1.25rem;
  font-size: 2vw;
  font-family: "Cotham Sans";
  line-height: 1.2;
  display: block;
  max-width: 90%;
  margin: 0 auto;
  word-wrap: break-word;
}
@media (max-width: 39.9375em) {
  .team-card--personal-intro {
    font-size: 0.625rem;
  }
}

#Our-latest-project-banner-team {
  position: absolute;
  bottom: 0.1%;
  left: 1%;
  color: rgba(0, 0, 0, 0.77);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Digitalt";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 46.875em) {
  #Our-latest-project-banner-team {
    font-size: 2.5rem;
  }
}

#team-sec-title {
  width: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  font-family: "Digitalt";
  font-weight: 300;
  font-size: 9vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tagembed-widget {
  padding-bottom: 6.25rem;
  padding-top: 7.1875rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.socials {
  background-color: #e1e1f0;
}

#socials-insta-intro {
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: "Digitalt";
  font-weight: 300;
  font-size: 4.375rem;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5%;
  white-space: nowrap;
}
#socials-insta-intro a {
  width: 100%;
  overflow: hidden;
}
#socials-insta-intro span {
  position: relative;
  width: 100%;
  display: inline-block;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 9.2vw;
  overflow: hidden;
}
#socials-insta-intro span:hover {
  text-decoration: underline;
  color: #131947;
}
@media (max-width: 46.875em) {
  #socials-insta-intro span {
    font-size: 9.2vw;
  }
  #socials-insta-intro {
    width: 100%;
  }
}

#insta-slideshow-header-subtext {
  color: #1e1e0f;
  font-family: "Digitalt";
  display: inline-block;
  font-size: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  margin-bottom: 0rem;
  text-align: center;
}
@media (max-width: 46.875em) {
  #insta-slideshow-header-subtext {
    margin-bottom: 3.125rem;
    padding-top: 0rem;
  }
}

.games {
  display: table;
  flex-direction: column;
}

ul.games {
  padding: 0;
  margin: 0;
  list-style: none;
}

.game {
  position: relative;
  display: block;
  overflow: hidden;
  font-family: Inkut Antiqua Regular;
  color: #111;
}
.game a {
  text-decoration: none;
  outline: none;
  border: none;
}
.game__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  margin-bottom: 11.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.game__bridgette .game__container {
  margin-bottom: 6.25rem;
}
@media (max-width: 46.875em) {
  .game__container {
    display: flex;
    flex-direction: column;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.game__info {
  margin-left: 18.75rem;
  display: block;
}
@media (max-width: 46.875em) {
  .game__info {
    display: block;
    margin-left: -3.125rem;
  }
}
.game__title {
  margin-top: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  max-height: none;
  overflow: visible;
}
.game__description {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.game__cta {
  display: block;
}
.game__cta span {
  font-weight: bold;
  display: block;
}
.game__cta img {
  display: inline-block;
  height: 2.5rem;
  background-color: white;
  border-radius: 0.125rem;
  margin-right: 0.3125rem;
  border: 0.0625rem solid black;
}
.game__media img {
  float: left;
  height: 23.75rem;
}
@media (max-width: 46.875em) {
  .game__media img {
    margin-left: -3.125rem;
  }
}
.game__bridgette .game__media img {
  height: 15.75rem;
}

#meowfficer-game-bio {
  height: 0.1875rem;
  all: unset;
  display: block;
  background-color: #EC1112;
}

#bridgette-game-bio {
  height: 0.1875rem;
  all: unset;
  display: block;
  background-color: #FDFDFD;
}

#game-separator {
  height: 0.1875rem;
  width: 100vw;
  all: unset;
  display: block;
  background-color: black;
}

.game__meowfficer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0.625rem;
  width: 100vw;
  background-image: url("/SDK-Website-files/design/Meowfficer_game_background.png");
  position: relative;
  background-size: cover;
  background-position: center;
  flex: 1 1 auto;
  height: auto;
  min-height: unset;
  max-height: unset;
  background-repeat: no-repeat;
}

.game__bridgette {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0.625rem;
  width: 100vw;
  background-image: url("/SDK-Website-files/design/Bridgette_and_the_bugs_game_background.png");
  position: relative;
  background-size: cover;
  background-position: center;
  flex: 1 1 auto;
  height: auto;
  min-height: unset;
  max-height: unset;
  background-repeat: no-repeat;
}

#big-sec-separator {
  height: 0.1875rem;
  width: 100%;
  all: unset;
  display: block;
  background-color: black;
  z-index: 300;
}

.html, .body {
  overflow-x: hidden;
}

.contact {
  font-family: "Digitalt";
  color: black;
  font-size: 5rem;
  text-align: center;
  background-image: linear-gradient(to right, rgb(212, 200, 185), rgb(107, 128, 135));
}
.contact__container {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 40vh;
  overflow: hidden;
}
.contact__container #next-intro-project {
  position: absolute;
  bottom: 0.1%;
  left: 1%;
  color: rgba(0, 0, 0, 0.77);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Black Han Sans;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 46.875em) {
  .contact__container #next-intro-project {
    font-size: 2.5rem;
    width: 50vw;
  }
}
.contact__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 70vw;
  text-align: left;
  font-family: "ByteBounce";
  font-size: 3.125rem;
  color: black;
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}
.contact__text input {
  border-radius: 0%;
  font-family: "ByteBounce";
  font-size: 1.875rem;
  outline: none;
  border: none;
  box-shadow: none;
  outline: 0.125rem solid black;
}
.contact__text input::placeholder {
  font-style: bold;
  font-family: "ByteBounce";
}
.contact__text__name-input {
  margin-top: 2.5rem;
  position: flex;
  display: flex;
  flex-direction: column;
  width: 70vw;
  height: 3.75rem;
  margin-bottom: 1.25rem;
}
.contact__text__name-input input[type=text] {
  height: 3.125rem;
  padding-left: 0.625rem;
}
.contact__text__name-input input[type=text]:focus {
  outline: 0.125rem solid black;
  background-color: rgb(233, 233, 233);
}
.contact__text__email-input {
  position: flex;
  display: flex;
  flex-direction: column;
  width: 70vw;
  height: 3.75rem;
  margin-bottom: 1.25rem;
}
.contact__text__email-input input[type=text] {
  height: 3.125rem;
  padding-left: 0.625rem;
}
.contact__text__email-input input[type=text]:focus {
  outline: 0.125rem solid black;
  background-color: rgb(233, 233, 233);
}
.contact__text__phoneNum-input {
  position: flex;
  display: flex;
  flex-direction: column;
  width: 70vw;
  height: 3.75rem;
  margin-bottom: 1.25rem;
  box-shadow: 10 10 black inset;
}
.contact__text__phoneNum-input input[type=text] {
  height: 3.125rem;
  padding-left: 0.625rem;
}
.contact__text__phoneNum-input input[type=text]:focus {
  outline: 0.125rem solid black;
  background-color: rgb(233, 233, 233);
}
.contact__text__email-subject-input {
  position: flex;
  display: flex;
  flex-direction: column;
  height: 3.125rem;
  margin-bottom: 1.875rem;
  box-shadow: 10 10 black inset;
}
.contact__text__email-subject-input input[type=text] {
  height: 3.75rem;
  padding-left: 0.625rem;
}
.contact__text__email-subject-input input[type=text]:focus {
  outline: 0.125rem solid black;
  background-color: rgb(233, 233, 233);
}
.contact__text__email-message-input {
  position: flex;
  display: flex;
  flex-direction: column;
  width: 70vw;
  height: 5rem;
  margin-bottom: 1.875rem;
}
.contact__text__email-message-input input[type=text] {
  height: 9.375rem;
  text-align: left;
  padding-bottom: 2.5rem;
  padding-left: 0.625rem;
}
.contact__text__email-message-input input[type=text]:focus {
  outline: 0.125rem solid black;
  background-color: rgb(233, 233, 233);
}
.contact__text input[type=submit] {
  width: 11.875rem;
  border: 0.1875rem solid black;
  border-radius: 0%;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
  display: block;
  font-size: 1.875rem;
  color: black;
  font-family: "ByteBounce";
}
.contact__text input[type=submit]:hover {
  transition: background-color 0.3s ease;
  background-color: rgb(183, 183, 183);
}

textarea {
  height: 9.375rem;
  padding: 0.625rem;
  font-family: "ByteBounce";
  font-size: 1.875rem;
  border: none;
  outline: 0.125rem solid black;
  resize: vertical;
}
textarea:focus {
  background-color: rgb(233, 233, 233);
}

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