.button-icon {
  border: 2px solid #fffff0;
  border-radius: 8px;
  text-decoration: none;
  min-width: 200px;
  max-width: 300px;
  transition: all 0.3s ease;
}
.button-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(308deg) brightness(101%) contrast(93%);
}
.button-icon span {
  color: #fffff0;
  font-size: 2rem;
  transition: color 0.3s ease;
}
.button-icon:hover {
  background-color: #fffff0;
}
.button-icon:hover img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(56%) saturate(5045%) hue-rotate(148deg) brightness(93%) contrast(101%);
}
.button-icon:hover span {
  color: #00aaac;
}

.benthos-panel {
  background-color: rgba(0, 32, 95, 0.5647058824);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
}
.benthos-panel p {
  color: #fffff0;
  font-size: 1.75rem;
  text-shadow: 1px 1px 5px #242526;
}
.benthos-panel h2 {
  color: #fffff0;
  font-size: clamp(3rem, 10vw, 5rem);
  text-shadow: 0 0 10px #00aaac;
}
.benthos-panel h3 {
  color: #fffff0;
  font-size: 3.5rem;
  text-shadow: 0 0 10px #00aaac;
}
.benthos-panel:hover {
  background-color: rgba(0, 32, 95, 0.7529411765);
  backdrop-filter: blur(20px);
  box-shadow: 2px 2px 5px rgba(0, 32, 95, 0.7529411765);
}

.team-member-panel {
  overflow-wrap: break-word;
  background: linear-gradient(to bottom, rgba(102, 102, 204, 0.5647058824), rgba(0, 32, 95, 0.5647058824));
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  border: 2px solid #00205f;
  border-radius: 16px;
  box-shadow: 1px 1px 1px black;
  transition: all 0.3s ease;
}
.team-member-panel img {
  width: 100%;
  height: auto;
  max-width: 150px;
  border-radius: 8px;
}
.team-member-panel h2 {
  font-size: 3.25rem;
  color: white;
}
.team-member-panel h4 {
  font-size: 1.75rem;
  color: #dddddd;
}
.team-member-panel p {
  font-size: 1.25rem;
  color: #bbbbbb;
}
.team-member-panel a {
  font-size: 1.5rem;
  color: #00aaac;
  text-decoration: none;
}
.team-member-panel:hover {
  box-shadow: 3px 3px 5px black;
  transform: translateY(-3px);
}
.team-member-panel:hover a {
  text-decoration: underline;
}

.ocean-bg {
  position: absolute;
  bottom: 0;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.bubble {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  animation: rise 10s infinite ease-in;
  pointer-events: none;
  border: 2px solid #fffff0;
  filter: blur(2px);
  transition: opacity 1s ease;
}
.bubble.fade-in {
  opacity: 0.33 !important;
}
.bubble.fade-out {
  opacity: 0 !important;
}

@keyframes rise {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-120vh);
  }
}
.doodlefish-connect {
  background-color: #ff433a;
}
.doodlefish-connect p {
  color: #fffff0;
  font-weight: bold;
  font-size: 1.25rem;
}
.doodlefish-connect a {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(308deg) brightness(101%) contrast(93%);
  text-decoration: none;
}
.doodlefish-connect a:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
}

.navbar {
  z-index: 1050 !important;
}

.custom-navbar {
  background-color: #242526 !important;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
  font-family: "carlmarx-handwriting-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.custom-navbar .navbar-nav .nav-link {
  font-size: 1.5rem;
  margin: 0rem 1rem;
  color: #fffff0;
}
.custom-navbar .navbar-nav .nav-link:hover {
  color: #ff433a;
}
.custom-navbar .navbar-brand {
  font-size: 2rem;
  color: #fffff0;
}
.custom-navbar .navbar-brand span {
  margin-left: 1rem;
}
.custom-navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(308deg) brightness(101%) contrast(93%);
}

.thumbnail {
  transition: all 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.02);
}

.vertical-thumbnail p {
  color: #fffff0;
  font-size: 1.5rem;
}

body.benthos-home-body {
  background-color: #ff433a !important;
  background-image: url("../images/PitchBG1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main.benthos-home-main {
  font-family: "vt323", monospace !important;
}

body.custom-body {
  background-image: url("../images/BenthosScreenshot7.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1.benthos-team-title {
  font-size: 5rem;
  color: aliceblue;
}

body.doodlefish-home-body {
  background-color: var(--brand-dark-gray);
  font-family: "carlmarx-handwriting-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.doodlefish-home {
  background-image: url("../images/PitchBG1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 75vh;
}
.doodlefish-home .doodlefish-welcome {
  text-align: center;
}
.doodlefish-home .doodlefish-welcome p {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0;
  color: #fffff0;
  background-color: #ff433a;
  border-radius: 8px;
}
.doodlefish-home .doodlefish-welcome .doodlefish-welcome-company-name {
  font-size: clamp(4rem, 10vw, 6rem);
  line-height: 1;
  padding: 0.5rem;
  margin: 0;
  color: white;
  background-color: transparent;
}
.doodlefish-home .doodlefish-game-link {
  text-align: center;
}
.doodlefish-home .doodlefish-game-link p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0;
  color: white;
}
.doodlefish-home .doodlefish-game-link .doodlefish-game-name {
  font-size: clamp(4rem, 10vw, 6rem);
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0;
  color: #ff433a;
}
.doodlefish-home .doodlefish-game-link a {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.doodlefish-home .doodlefish-game-link a:hover {
  background-color: #ff433a;
}

.game-press-kit-art::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/BenthosScreenshot3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: 1;
}

.game-title-art {
  height: 30vw;
  width: 30%;
  min-height: 30vw;
  position: relative;
  z-index: 2;
}

body.press-kits-body {
  font-family: "carlmarx-handwriting-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.press-kit-center {
  background-color: #ff433a;
  min-height: auto;
}
.press-kit-center h1 {
  color: #fffff0;
  font-size: 8rem;
}
.press-kit-center img {
  width: 35%;
  height: 35%;
}

.press-kit-games {
  background-color: #242526;
  min-height: 30vw;
  height: auto;
}
.press-kit-games h1 {
  color: #fffff0;
  font-size: 2rem;
}

/*
    Default press kit values. These are imported BEFORE any other custom CSS files,
    so you can override them
*/
body.press-kit-base-body {
  font-family: "carlmarx-handwriting-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.game-press-kit-info {
  background-color: #242526;
  height: auto;
}
.game-press-kit-info h1 {
  color: #fffff0;
  font-size: 3rem;
  margin: 0;
}
.game-press-kit-info p {
  color: #fffff0;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  padding: 1rem 5rem;
}
.game-press-kit-info a {
  color: #fffff0;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  border: 1px solid #fffff0;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.game-press-kit-info a:hover {
  background-color: #ff433a;
}

.game-press-kit-art {
  position: relative;
  overflow: hidden;
  min-height: 30vw;
  height: auto;
}

@font-face {
  font-family: "vt323";
  src: local("Vt323"), url("../fonts/vt323.ttf") format("truetype");
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}/*# sourceMappingURL=main.css.map */