@charset "UTF-8";
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* Define the custom font */
@font-face {
    font-family: 'ASITP';
    src: url('../fonts/AShellinthePit-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'ASITP';
    src: url('../fonts/AShellinthePit-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'ASITP';
    src: url('../fonts/AShellinthePit-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

figure {
  margin: 0;
}
.flex-video,
.video {
  position: relative;
  padding-top: rem-calc(25);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: rem-calc(16);
  overflow: hidden;
}
.flex-video.widescreen,
.video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo,
.video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.video iframe,
.flex-video object,
.video object,
.flex-video embed,
.video embed,
.flex-video video,
.video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
}
img,
svg {
  max-width: 100%;
}
svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: 'ASITP';
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
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;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
/* [type="submit"] {
  -webkit-appearance: button;
} */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* [type="search"] {
  -webkit-appearance: textfield;
} */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
body {
  pointer-events: none;
}
html,
body {
  font-family: 'ASITP';
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  /* font-smoothing: antialiased; */
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #291720;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
}
@media only screen and (min-width: 1000px) {
  html,
  body {
    font-size: 18px;
  }
}
html {
  background-color: #00c3af;
}
body {
  background-color: #a9f0ff;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.contentWidth {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: min(8vh, 480px);
}
@media only screen and (min-width: 760px) {
  .contentWidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0%;
    margin-top: min(50vh, 0px);
  }
}
@media only screen and (min-width: 1275px) {
  .contentWidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.globSoundToggle {
  cursor: pointer;
  position: fixed;
  pointer-events: all;
  border-radius: 100%;
  overflow: visible;
  z-index: 10000;
  top: 1em;
  left: 1em;
  width: 3.8em;
  height: 3.8em;
}
@media only screen and (min-width: 760px) {
  .globSoundToggle {
    top: 1em;
    left: 1em;
    width: 5em;
    height: 5em;
  }
}
.globSoundToggle .helmet {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../../content/soundoff-min.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.globSoundToggle.soundOn .helmet {
  background-image: url("../../content/soundon-min.png");
}
.header {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  margin-bottom: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.emailText {
  z-index: 5;
  position: relative;
  margin-bottom: 1em;
  left: 50%;
}
.emailText img {
  max-width: 250px;
  transform: translate(-50%, 0%);
}
@media only screen and (min-width: 760px) {
  .emailText img {
    margin-top: 3em;
    margin-bottom: 2em;
    width: 30%;
    max-width: 400px;
    transform: translate(-50%, -70%) rotate(-5deg);
  }
}
.shellLogo {
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20%;
  padding-bottom: 0%;
}
@media only screen and (min-width: 760px) {
  .shellLogo {
    max-width: 45%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

.shellLogoCorner {
  position: fixed;
  top: 20px; /* Distance from the top of the page */
  left: 15px; /* Distance from the left side of the page */
  width: 170px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}

.headerclouds {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.headerclouds .cloud0 {
  position: absolute;
  top: 8vh;
  left: 39%;
  width: 30%;
  transform: rotate(20deg);
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud0 {
    width: 16%;
    top: 5vh;
    left: 10%;
    transform: rotate(0deg);
  }
}
.headerclouds .cloud1 {
  position: absolute;
  top: 80vh;
  left: 10%;
  width: 32%;
  transform: rotate(207deg);
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud1 {
    top: 36vh;
    left: 1%;
    width: 16%;
    transform: rotate(0deg);
  }
}
.headerclouds .cloud2 {
  position: absolute;
  top: 17vh;
  left: 3%;
  width: 37%;
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud2 {
    top: 34vh;
    left: 3%;
    width: 18%;
  }
}
.headerclouds .cloud3 {
  position: absolute;
  top: 4vh;
  left: 15%;
  width: 17%;
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud3 {
    top: 5vh;
    left: 2%;
    width: 8%;
  }
}
.headerclouds .cloud4 {
  position: absolute;
  top: 21vh;
  right: 4%;
  width: 35%;
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud4 {
    top: 11vh;
    right: 7%;
    width: 16%;
  }
}
.headerclouds .cloud5 {
  position: absolute;
  top: 79vh;
  right: 6%;
  width: 33%;
  transform: rotate(-50deg);
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud5 {
    top: 50vh;
    right: 3%;
    width: 13%;
    transform: rotate(0deg);
  }
}

.headerclouds .fishGameHomePage {
  position: absolute;
  top: 80vh;
  right: 55%;
  width: 37%;
  transform: rotate(40deg);
}
@media only screen and (min-width: 760px) {
  .headerclouds .fishGameHomePage {
    top: 60vh;
    left: 6%;
    width: 17%;
    transform: rotate(0deg);
  }
}
.headerclouds .cloud3-press {
  position: absolute;
  top: 25vh;
  right: 50%;
  width: 25%;
  transform: rotate(-10deg);
}
@media only screen and (min-width: 760px) {
  .headerclouds .cloud3-press {
    top: 80vh;
    right: 12%;
    width: 10%;
    transform: rotate(0deg);
  }
}
.headerlines {
  position: absolute;
  z-index: 1;
  width: 97%;
  height: 100%;
  top: 0;
  top: 2vh;
  left: 2%;
  opacity: 0.7;
  overflow-x: hidden;
}
.headerlines .lines1 {
  position: absolute;
  top: 12vh;
  left: -5vw;
  width: 38%;
  transform: rotate(30deg);
}
@media only screen and (min-width: 760px) {
  .headerlines .lines1 {
    top: 17vh;
    left: 15vw;
    width: 14%;
    transform: rotate(0deg);
  }
}
.headerlines .lines2 {
  position: absolute;
  top: 2vh;
  right: 22vw;
  width: 46%;
  transform: rotate(-7deg);
}
@media only screen and (min-width: 760px) {
  .headerlines .lines2 {
    top: 2vh;
    right: 18vw;
    width: 20%;
    transform: rotate(0deg);
  }
}
.headerlines .lines3 {
  position: absolute;
  top: 24vh;
  right: -11vw;
  width: 40%;
  transform: rotate(25deg);
}
@media only screen and (min-width: 760px) {
  .headerlines .lines3 {
    top: 35vh;
    right: 1vw;
    width: 21%;
    transform: rotate(0deg);
  }
}
.headerlines .lines4 {
  position: absolute;
  bottom: 8vh;
  right: -11vw;
  width: 59%;
  transform: rotate(14deg);
}
@media only screen and (min-width: 760px) {
  .headerlines .lines4 {
    bottom: 7vh;
    right: 6vw;
    width: 24%;
    transform: rotate(0deg);
  }
}
.headerlines .lines5 {
  position: absolute;
  bottom: 4vh;
  left: -17vw;
  width: 64%;
  transform: rotate(0deg);
}
@media only screen and (min-width: 760px) {
  .headerlines .lines5 {
    bottom: 8vh;
    left: 1vw;
    width: 28%;
    transform: rotate(0deg);
  }
}
.underwaterDecorationsTop {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 38%;
  left: 0;
  opacity: 0.9;
  overflow-x: hidden;
}
.underwaterDecorationsTop .screen4-1 {
  position: absolute;
  top: 32%;
  left: -9%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-1 {
    top: 45%;
    left: 5%;
    width: 10%;
  }
}
.underwaterDecorationsTop .screen4-2 {
  position: absolute;
  top: 18%;
  right: -10%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-2 {
    top: 40%;
    right: 5%;
    width: 11%;
  }
}
.underwaterDecorationsTop .screen4-3 {
  position: absolute;
  top: 39%;
  right: -10%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-3 {
    top: 64%;
    right: 4%;
    width: 11%;
  }
}
.underwaterDecorationsTop .screen4-4 {
  position: absolute;
  top: 39%;
  right: -10%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-4 {
    top: 8%;
    right: 3%;
    width: 11%;
  }
}
.underwaterDecorationsTop .screen4-5 {
  position: absolute;
  top: 8%;
  left: 3%;
  width: 20%;
  transform: scaleX(-1);
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-5 {
    top: 8%;
    left: 3%;
    width: 11%;
    transform: scaleX(-1);
  }
}
.underwaterDecorationsTop .screen4-6 {
  position: absolute;
  top: 39%;
  right: -10%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-6 {
    top: 38%;
    right: 4%;
    width: 11%;
  }
}
.underwaterDecorationsTop .screen4-7 {
  position: absolute;
  top: 39%;
  right: -10%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsTop .screen4-7 {
    top: 38%;
    right: 4%;
    width: 11%;
  }
}
.underwaterDecorationsBottom {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: -80%;
  left: 0;
  overflow-x: hidden;
}
.underwaterDecorationsBottom .screen4-4 {
  position: absolute;
  bottom: 32%;
  right: -4%;
  width: 15%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsBottom .screen4-4 {
    bottom: 21%;
    right: 5%;
    width: 9%;
  }
}
.underwaterDecorationsBottom .screen4-5 {
  position: absolute;
  bottom: 37%;
  left: -6%;
  width: 15%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsBottom .screen4-5 {
    bottom: 28%;
    left: 2%;
    width: 6%;
  }
}
.underwaterDecorationsBottom .screen4-6 {
  position: absolute;
  bottom: 50%;
  left: -7%;
  width: 15%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsBottom .screen4-6 {
    bottom: 47%;
    left: 7%;
    width: 10%;
  }
}
.underwaterDecorationsBottom .screen4-7 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  width: 15%;
}
@media only screen and (min-width: 760px) {
  .underwaterDecorationsBottom .screen4-7 {
    bottom: 3%;
    left: 8%;
    width: 10%;
  }
}
.seaLife {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  overflow-x: hidden;
}

@media only screen and (min-width: 760px) {
.seaLife {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 95%;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  overflow-x: hidden;
}
}

.seaLife .sea-1 {
  position: absolute;
  bottom: 24%;
  left: -4%;
  width: 15%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-1 {
    bottom: 26%;
    left: 9%;
    width: 7%;
  }
}
.seaLife .sea-2 {
  position: absolute;
  bottom: 14%;
  left: -4%;
  width: 15%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-2 {
    bottom: 37%;
    left: 4%;
    width: 6%;
  }
}
.seaLife .sea-3 {
  position: absolute;
  bottom: 12%;
  left: 14%;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-3 {
    bottom: 18%;
    left: 15%;
    width: 10%;
  }
}
.seaLife .sea-4 {
  position: absolute;
  bottom: 11%;
  right: 12%;
  width: 18%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-4 {
    bottom: 17%;
    right: 23%;
    width: 8%;
  }
}
.seaLife .sea-5 {
  position: absolute;
  bottom: 6%;
  left: 31%;
  width: 27%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-5 {
    bottom: 16%;
    left: 42%;
    width: 13%;
  }
}
.seaLife .sea-6 {
  position: absolute;
  bottom: -1%;
  right: 25%;
  width: 30%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-6 {
    bottom: 7%;
    right: 31%;
    width: 14%;
  }
}
.seaLife .sea-7 {
  position: absolute;
  bottom: 2%;
  right: -4%;
  width: 25%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-7 {
    bottom: 6%;
    right: 14%;
    width: 10%;
  }
}
.seaLife .sea-8 {
  position: absolute;
  bottom: 17%;
  right: -14%;
  width: 28%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-8 {
    bottom: 34%;
    right: 2%;
    width: 13%;
  }
}
.seaLife .sea-9 {
  position: absolute;
  bottom: 1%;
  left: -3%;
  width: 28%;
}
@media only screen and (min-width: 760px) {
  .seaLife .sea-9 {
    bottom: 6%;
    left: 24%;
    width: 14%;
  }
}
.sectionHeader {
  height: auto;
  margin: 0 auto;
}
.teamHeader {
  position: relative;
  width: 50%;
  max-width: 300px;
}
@media only screen and (min-width: 760px) {
  .teamHeader {
    width: 17%;
  }
}
.teamHeader .screen2-2 {
  position: absolute;
  top: -10%;
  left: -40%;
  width: 57%;
}
@media only screen and (min-width: 760px) {
  .teamHeader .screen2-2 {
    top: -35%;
    left: -65%;
    width: 80%;
  }
}
.teamHeader .screen2-3 {
  position: absolute;
  top: -25%;
  right: -48%;
  width: 70%;
}
@media only screen and (min-width: 760px) {
  .teamHeader .screen2-3 {
    top: -50%;
    right: -75%;
    width: 100%;
  }
}
.belowHorizon {
  position: relative;
  z-index: 10;
  overflow-y: visible;
}
.sun {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  transform: translate(0, -65%);
  overflow-x: hidden;
}
@media only screen and (min-width: 760px) {
  .sun {
    transform: translate(0, -56%);
  }
}
.sun .screen3-1 {
  position: absolute;
  z-index: 0;
  top: 20%;
  left: -13%;
  width: 40%;
  transform: rotate(-20deg);
}
@media only screen and (min-width: 760px) {
  .sun .screen3-1 {
    top: 9%;
    left: 5%;
    width: 22%;
    transform: rotate(0deg);
  }
}
.sun .screen3-2 {
  position: absolute;
  z-index: 0;
  top: 14%;
  right: -15%;
  width: 35%;
  transform: rotate(-20deg);
}
@media only screen and (min-width: 760px) {
  .sun .screen3-2 {
    top: 4%;
    right: 7%;
    width: 18%;
    transform: rotate(0deg);
  }
}
.sun img.bg {
  position: relative;
  z-index: 2;
  width: 82%;
  margin: 0 auto;
}
@media only screen and (min-width: 760px) {
  .sun img.bg {
    width: 45%;
  }
}
.sun .companyemail,
.sun .companytwitter {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  pointer-events: all;
}
.sun .companytwitter {
  width: 14%;
}
@media only screen and (min-width: 760px) {
  .sun .companytwitter {
    width: 8%;
  }
}
.sun .companyemail {
  width: 29%;
}
@media only screen and (min-width: 760px) {
  .sun .companyemail {
    width: 16%;
  }
}
.sun .companyemail .emailIcon {
  width: 50%;
  margin: 0 auto;
}
.sun .companytwitter {
  transform: translate(-118%, 5%);
}
@media only screen and (min-width: 760px) {
  .sun .companytwitter {
    transform: translate(-128%, 10%);
  }
}
.sun .companyemail {
  transform: translate(-18%, 5%);
}
@media only screen and (min-width: 760px) {
  .sun .companyemail {
    transform: translate(-12%, 10%);
  }
}
.sun .emailCopy {
  cursor: pointer;
  width: 300%;
}
.sun .textCopied {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 37%;
  width: 75%;
  opacity: 0;
}

@media only screen and (min-width: 760px) {
  .sun .textCopied {
    left: 50%;
    width: 28%;
  }
}

.mountains {
  position: absolute;
  z-index: 4;
  width: 100%;
  top: -6%;
}
.mountains .left {
  position: absolute;
  top: 0;
  left: 2%;
  width: 46%;
}
.mountains .right {
  position: absolute;
  top: 0;
  right: 5%;
  width: 46%;
}
.floatingOnWater {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -2%;
}
@media only screen and (min-width: 760px) {
  .floatingOnWater {
    top: -7%;
  }
}
.floatingOnWater .sfxReelContainer {
  position: absolute;
  width: 44%;
  left: 2%;
  transform: translate(0, 34%);
}
@media only screen and (min-width: 760px) {
  .floatingOnWater .sfxReelContainer {
    width: 28%;
    left: 5%;
    transform: translate(0, 24%);
  }
}
.floatingOnWater .sfxReelFloating,
.floatingOnWater .trailerReelFloating {
  position: relative;
  display: block;
  pointer-events: all;
}
.floatingOnWater .sfxReelFloating {
  width: 85%;
  margin: 0 auto;
}
.floatingOnWater .sfxWaterLayer {
  position: absolute;
  width: 100%;
  bottom: -31%;
  pointer-events: none;
  opacity: 0.8;
}
.floatingOnWater .trailerReelContainer {
  position: absolute;
  width: 42%;
  right: 2%;
  transform: translate(0, 60%);
}
@media only screen and (min-width: 760px) {
  .floatingOnWater .trailerReelContainer {
    width: 30%;
    right: 3%;
    transform: translate(0, 50%);
  }
}
.floatingOnWater .trailerReelFloating {
  width: 85%;
  margin: 0 auto;
}
.floatingOnWater .trailerWaterLayer {
  position: absolute;
  width: 100%;
  bottom: -32%;
  pointer-events: none;
  opacity: 0.8;
}
.mediabox-wrap {
  pointer-events: all;
  z-index: 9999;
}
.water {
  position: relative;
  z-index: 6;
  pointer-events: none;
  padding-bottom:40vw;
}
.projectsHeader {
  position: relative;
  z-index: 10;
  width: 60%;
  max-width: 400px;
}
@media only screen and (min-width: 760px) {
  .projectsHeader {
    width: 26%;
  }
}
.projectsHeaderContainer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 6%;
  pointer-events: none;
}
@media only screen and (min-width: 760px) {
  .projectsHeaderContainer {
    margin-top: 0;
    margin-bottom: 5%;
  }
}
.projectsHeaderContainer .screen3-3 {
  position: absolute;
  opacity: 0.7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
@media only screen and (min-width: 760px) {
  .projectsHeaderContainer .screen3-3 {
    width: 35%;
    max-width: 550px;
    max-width: 550px;
  }
}
.teamContainer {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-bottom: 0%;
}
@media only screen and (min-width: 760px) {
  .teamContainer {
    padding-bottom: 15%;
  }
}
.projectsContainer {
  /* background: url("../../content/background_water-tile-optim.png"); */
  padding-top: 0px;
  padding-bottom: 0vh;
  pointer-events: auto;
  margin-top: 170px;
}
@media only screen and (min-width: 760px) {
  .projectsContainer {
    padding-top: 0%;
    margin-top: -90px
  }
}
@media only screen and (min-width: 760px) {
  .projectsContainer {
    padding-bottom: 4vw;
  }
}
.footerPadding {
  height: 0vw;
  min-height: 0px;
  background: url("../../content/background_water-tile-optim.png");
}
@media only screen and (min-width: 760px) {
  .footerPadding {
    height: 10vh;
    min-height: 150px;
  }
}
.team,
.projects {
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.team {
  padding-top: 0;
}
@media only screen and (min-width: 760px) {
  .team {
    padding-top: 7%;
    margin-top: -5%;
  }
}
.team .member {
  width: 33.33333333333333%;
  position: relative;
  height: 0;
  padding-bottom: 55%;
  margin-bottom: 5%;
}
@media only screen and (min-width: 760px) {
  .team .member {
    width: 20%;
    padding-bottom: 20%;
    margin-bottom: 0;
  }
}
.team .member .keyArt {
  border-radius: 100%;
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.team .member .keyArt img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 60%;
}
.team .member .nameArt {
  pointer-events: none;
  position: absolute;
  width: 120%;
  top: 5%;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 760px) {
  .team .member .nameArt {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.team .member .jobTitles {
  pointer-events: none;
  position: relative;
  top: 80%;
  left: 30%;
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 760px) {
  .team .member .jobTitles {
    position: relative;
    top: 70%;
    left: -19%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.team .member .jobTitles img {
  margin: 0;
  position: relative;
  display: block;
  width: 60%;
  margin: 0 -6%;
}
@media only screen and (min-width: 760px) {
  .team .member .jobTitles img {
    width: 35%;
    margin-bottom: 8px;
  }
  .team .member .jobTitles img:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 761px) {
  .team .member .keyArt:not(.poppedOut) .nameArt img {
    transform: translate(0, 0) !important;
  }
  .team .member .keyArt:not(.poppedOut) .jobTitles {
    transform: translate(0, 0) !important;
  }
  .team .member .keyArt:not(.poppedOut) .jobTitles img {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 761px) {
  .team .member .poppedOut .nameArt {
    width: 200%;
  }
  .team .member .poppedOut .nameArt img {
    transform: translate(-65%, -120%) rotate(-15deg) !important;
  }
  .team .member .poppedOut .jobTitles {
    position: relative;
    width: 120%;
    height: 33%;
    transform: translate(-8%, -435%) rotate(15deg) !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .team .member .poppedOut .jobTitles img {
    margin-bottom: 8px;
  }
  .team .member .poppedOut .jobTitles img:last-child {
    margin-bottom: 0;
  }
}






.team .member .nameArt-twitter {
  pointer-events: none;
  position: absolute;
  width: 120%;
  top: 5%;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 760px) {
  .team .member .nameArt-twitter {
    width: 40%;
    height: 16%;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
  }
}

.team .member .nameArt-twitter img {
  margin: 0;
  position: relative;
  display: block;
  width: 60%;
  margin: 0 -6%;
}
@media only screen and (min-width: 760px) {
  .team .member .nameArt-twitter img {
    width: 35%;
    margin-bottom: 8px;
  }
  .team .member .nameArt-twitter img:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 761px) {
  .team .member .keyArt:not(.poppedOut) .nameArt-twitter {
    transform: translate(0, 0) !important;
  }
  .team .member .keyArt:not(.poppedOut) .nameArt-twitter img {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 761px) {
  .team .member .poppedOut .nameArt-twitter {
    position: relative;
    width: 40%;
    height: 10%;
    transform: translate(45%, -490%) rotate(15deg) !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .team .member .poppedOut .nameArt-twitter img {
    margin-bottom: 8px;
  }
  .team .member .poppedOut .nameArt-twitter img:last-child {
    margin-bottom: 0;
  }
}









.teamToplines {
  position: absolute;
  z-index: 4;
  width: 97%;
  left: 2%;
  top: -15%;
}
.teamToplines .screen2-1 {
  position: absolute;
  top: 17vh;
  left: 36vw;
  width: 17%;
}
@media only screen and (min-width: 760px) {
  .teamToplines .screen2-1 {
    top: 4vh;
    left: 8vw;
    width: 9%;
  }
}
.teamToplines .screen2-4 {
  position: absolute;
  top: 37vh;
  right: -10vw;
  width: 18%;
}
@media only screen and (min-width: 760px) {
  .teamToplines .screen2-4 {
    top: 17vh;
    right: 14vw;
    width: 6%;
  }
}
.teamToplines .screen2-9 {
  position: absolute;
  top: 38vh;
  left: -16%;
  width: 26%;
  transform: rotate(106deg);
}
@media only screen and (min-width: 760px) {
  .teamToplines .screen2-9 {
    top: 25vh;
    left: 6%;
    width: 12%;
    transform: rotate(0);
  }
}
.teamBottomLines {
  position: absolute;
  width: 100%;
  margin-bottom: 6%;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.teamBottomLines .screen2-5 {
  position: absolute;
  top: -28vh;
  right: -10vw;
  width: 17%;
}
@media only screen and (min-width: 760px) {
  .teamBottomLines .screen2-5 {
    top: -26vh;
    right: -5vw;
    width: 9%;
  }
}
.teamBottomLines .screen2-6 {
  position: absolute;
  top: 0vh;
  right: -5vw;
  width: 45%;
}
@media only screen and (min-width: 760px) {
  .teamBottomLines .screen2-6 {
    top: 3vh;
    right: 1vw;
    width: 30%;
  }
}
.teamBottomLines .screen2-7 {
  position: absolute;
  top: 4vh;
  left: -1vw;
  width: 45%;
}
@media only screen and (min-width: 760px) {
  .teamBottomLines .screen2-7 {
    top: 12vh;
    left: 14vw;
    width: 30%;
  }
}
.teamBottomLines .screen2-8 {
  position: absolute;
  top: -28vh;
  left: -10vw;
  width: 20%;
}
@media only screen and (min-width: 760px) {
  .teamBottomLines .screen2-8 {
    top: -5vh;
    left: -1vw;
    width: 10%;
  }
}
.hidden {
  pointer-events: none;
}
.invisible {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.inactive {
  opacity: 0.25;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}
.inactive div,
.inactive form {
  pointer-events: none;
}
.projects .project {
  width: 30%;
}
@media only screen and (min-width: 760px) {
  .projects .project {
    width: 100%;
    max-width: 180px;
  }
}
.projects .project .keyArt {
  pointer-events: none;
  width: auto;
  max-width: 100%;
  padding: 15%;
}
.project {
  position: relative;
}
.fade-art {
  transition: opacity 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.gradient-bg {
  position: absolute;
  pointer-events: none;
  z-index: -10;
  transition: transform 100ms easeInOut;
  opacity: 0.6;
  transform: translate(-50%, -50%) scale(0.1);
  top: 50%;
  left: 50%;
  width: 400%;
  max-width: 600px;
}
.active .gradient-bg {
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (min-width: 760px) {
  .gradient-bg {
    width: 325%;
  }
}
.projects .gradient-bg {
  width: 275%;
}
@media only screen and (min-width: 760px) {
  .projects .gradient-bg {
    width: 350%;
  }
}
.proj-art {
  position: relative;
  z-index: 11;
  background-color: clBlack;
  color: clWhite;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.proj-art:hover {
  cursor: pointer;
}
.proj-title {
  margin-top: 0.5em;
}
.proj-team {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.proj-team .team-member {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 1em;
  pointer-events: none;
}
.proj-team .team-art {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
}
@media only screen and (min-width: 760px) {
  .member .proj-team .team-art {
    transform: translate(-35%, -50%);
  }
}
@media only screen and (min-width: 760px) {
  .proj-team .team-art {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (min-width: 1000px) {
  .proj-team .team-art {
    width: 100px;
    height: 100px;
  }
}
.proj-team .team-art a,
.proj-team .team-art .popEl {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 100%;
  overflow: visible;
  transform: scale(0);
  transform-origin: center;
}

/* this is for team member project bubble sizing */
.proj-team .team-art img {
  position: relative;
  width: 100%;
  padding: 13%;
}

@media only screen and (min-width: 1350px) {
.proj-team .team-art img {
  position: relative;
  width: 100%;
  padding: 0%;
}
}

.popout {
  pointer-events: none;
}
.popper {
  cursor: pointer;
  pointer-events: none;
}
.popper .fade-art {
  pointer-events: auto;
}
.popouts.open .popper .fade-art {
  opacity: 0.4;
}
.popouts.open .popper.active {
  z-index: 100;
}
.popouts.open .popper.active .fade-art {
  opacity: 1;
}
.popouts.open .popper.active .team-art img,
.popouts.open .popper.active .popout img,
.popouts.open .popper.active .team-art a,
.popouts.open .popper.active .popout a {
  opacity: 1;
  pointer-events: auto;
}

a {
  pointer-events: auto; /* Ensure links are clickable */
}

/* 1. Unvisited link (default state) */
a:link {
  color: #f8bd4e; 
  text-decoration: underline; /* Removes the default underline */
}

/* 2. Visited link (after a user has clicked it) */
a:visited {
  color: #a8f0fd; 
}

/* 3. Mouse over (when the user hovers) */
a:hover {
  color: #d793ff; 
  text-decoration: underline;
}

/* 4. Active link (the moment it is being clicked) */
a:active {
  color: #1f5a51; 
}

.jason-mckinlay {
}

.newWaves {
  width:100%;
  height:100%;
  margin-top: -90px;
  margin-bottom: -94%;
  background-color: #a8f0fe;
  pointer-events: all;
}

@media only screen and (min-width: 760px) {
.newWaves {
  width:100%;
  height:100%;
  margin-top: -14%;
  margin-bottom: -62%;
  background-color: #a8f0fe;
  pointer-events: all;
}
}

.HeaderTitleImage {

  max-height: 125px;
  padding: 20px;
  margin: 10px;
  margin-top: 60px;

}

.headericons {
  position: fixed;
  top: 15px;
  right: 10px; /* Anchors the whole group to the right */
  display: flex;
  flex-direction: row-reverse; /* Keeps your current order if needed */
  align-items: center;
  gap: 8px; /* Reduced gap for mobile */
  z-index: 10000;
  width: auto;
  margin: 0; /* Remove that large 1200px margin-right */
}

@media only screen and (min-width: 760px) {
  .headericons {
    top: 20px;
    right: 20px;
    gap: 15px;
  }
}


.headericons img {
  position: static; /* Standard flow within the flexbox */
  width: 35px;      /* Smaller default for mobile */
  height: auto;
  transition: width 0.2s ease;
}

@media only screen and (min-width: 760px) {
.headericons img {
    width: 40px; /* Larger icons for desktop */
  }
}

.headericons .emaillogo {
  width: 50px;
  
}

@media only screen and (min-width: 760px) {
.headericons .emaillogo {
    width: 70px;
  }
}

.instalogo {
  position: fixed;
  top: 19px; /* Distance from the top of the page */
  right: 90px; /* Distance from the left side of the page */
  width: 30px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}

@media only screen and (min-width: 760px) {
.instalogo {
  position: fixed;
  top: 20px; /* Distance from the top of the page */
  right: 130px; /* Distance from the left side of the page */
  width: 40px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}
}

.ytlogo {
  position: fixed;
  top: 18px; /* Distance from the top of the page */
  right: 132px; /* Distance from the left side of the page */
  width: 39px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}

@media only screen and (min-width: 760px) {
.ytlogo {
  position: fixed;
  top: 69px; /* Distance from the top of the page */
  right: 127px; /* Distance from the left side of the page */
  width: 45px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}
}

.tiktoklogo {
  position: fixed;
  top: 19px; /* Distance from the top of the page */
  right: 185px; /* Distance from the left side of the page */
  width: 32px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}

@media only screen and (min-width: 760px) {
.tiktoklogo {
  position: fixed;
  top: 110px; /* Distance from the top of the page */
  right: 110px; /* Distance from the left side of the page */
  width: 40px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}
}

.linkedinlogo {
  position: fixed;
  top: 18px; /* Distance from the top of the page */
  right: 229px; /* Distance from the left side of the page */
  width: 33px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}

@media only screen and (min-width: 760px) {
.linkedinlogo {
  position: fixed;
  top: 130px; /* Distance from the top of the page */
  right: 70px; /* Distance from the left side of the page */
  width: 40px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}
}

.blueskylogo {
  position: fixed;
  top: 19px; /* Distance from the top of the page */
  right: 276px; /* Distance from the left side of the page */
  width: 33px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
}

@media only screen and (min-width: 760px) {
  .blueskylogo {
  position: fixed;
  top: 135px; /* Distance from the top of the page */
  right: 20px; /* Distance from the left side of the page */
  width: 40px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;
  }
}

.emaillogo {
  position: fixed;
  top: 19px; /* Distance from the top of the page */
  right: 25px; /* Distance from the left side of the page */
  width: 50px; /* Adjust the size of the logo */
  height: auto; /* Maintain the aspect ratio */
  z-index: 100;
  overflow: visible;

}

@media only screen and (min-width: 760px) {
  .emaillogo {
    position: fixed;
    top: 35px; /* Distance from the top of the page */
    right: 25px; /* Distance from the left side of the page */
    width: 80px; /* Adjust the size of the logo */
    height: auto; /* Maintain the aspect ratio */
    z-index: 100;
    overflow: visible;
  }
}


.headerLineArt {
  position: absolute; /* Establish a positioning context */
  z-index: -1;
}

.lineart1 {
  position: relative;
  width: 250px;
  right: -450px; /* Offset from the right edge of .headerLineArt */
  top: 20px; /* Distance from the top edge */
  height: auto; /* Maintain aspect ratio */
}

.lineart2 {
  position: relative; /* Needed for precise positioning */
  width: 250px;
  left: -420px; /* Offset from the left edge of .headerLineArt */
  top: -100px; /* Distance from the top edge */
  height: auto; /* Maintain aspect ratio */
}

.lineart3 {
  position: relative; /* Needed for precise positioning */
  width: 150px;
  left: 720px; /* Offset from the left edge of .headerLineArt */
  top: -90px; /* Distance from the top edge */
  height: auto; /* Maintain aspect ratio */
}

.lineart4 {
  position: relative; /* Needed for precise positioning */
  width: 150px;
  right: 620px; /* Offset from the left edge of .headerLineArt */
  top: -250px; /* Distance from the top edge */
  height: auto; /* Maintain aspect ratio */
  transform: rotate(25deg);
}

.nameArt {
    position: relative; /* Ensures the twitter bubble anchors to this div */
}

/* .nameArt-twitter {
  position: relative;
  z-index: 9999;
  width: 54px;
  height: 70px;
  pointer-events: auto !important;
  cursor: pointer;
  
  
  top: 10%;
  left: 0%;
  
  transform: translate(calc(-50% + var(--desk-x)), calc(-50% + var(--desk-y)));
}


@media only screen and (max-width: 761px) {
  .nameArt-twitter {
    top: 45%;
    left: 20%;
    
    transform: translate(calc(-50% + var(--mob-x)), calc(-50% + var(--mob-y))) !important;
  }
}

.nameArt-twitter img {
  width: 100%;
  height: auto;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nameArt-twitter:hover img {
  transform: scale(1.2) rotate(8deg);
}

.nameArt-twitter a {
  display: block;
  width: 100%;
  height: 100%;
} */

.member.popper {
  position: relative; /* The bubble will now align relative to the whole card */
}

/* 1. Make the container the 'Anchor' */
.headericons .emaillogo-container {
    position: static; /* It will no longer anchor its children */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2. The Huge, Pop-Up Message */
.headericons .textCopied {
    /* THE FIX: Anchor to the screen, not the container */
    position: fixed; 
    
    /* Center it perfectly using fixed coordinates */
    top: 15%;
    left: 70%;
    
    /* Keep it huge and prominent (Adjust this number to taste!) */
    width: 30vw; 
    min-width: 50vw; /* Ensures it doesn't get too small on mobile */
    height: auto;
    
    /* Use translate to center it on its own midpoint */
    transform: translate(-50%, -50%) !important;
    
    /* Ensure it floats above every single element on the page */
    z-index: 99999; 
    
    /* Required to prevent interaction glitches */
    pointer-events: none; 
}

@media only screen and (min-width: 760px) {
.headericons .textCopied {
    /* THE FIX: Anchor to the screen, not the container */
    position: fixed; 
    
    /* Center it perfectly using fixed coordinates */
    top: 20%;
    left: 90%;
    
    /* Keep it huge and prominent (Adjust this number to taste!) */
    width: 15vw; 
    min-width: 10vw; /* Ensures it doesn't get too small on mobile */
    height: auto;
    
    /* Use translate to center it on its own midpoint */
    transform: translate(-50%, -50%) !important;
    
    /* Ensure it floats above every single element on the page */
    z-index: 99999; 
    
    /* Required to prevent interaction glitches */
    pointer-events: none; 
}
}

.textCopied {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    /* Adjust these to match your header layout */
    top: 0; 
    left: 0;
    z-index: 100;
}

.emaillogo-container {
    position: relative;
    display: inline-block;
}

.aboutSection {
    text-align: center;
    font-size: 20px;
    padding: 2vw;
    margin-top: 11vw;
    margin-bottom: 20vw;
  }

@media only screen and (min-width: 760px) {
.aboutSection {
    text-align: center;
    font-size: 33px;
    padding: 1vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
  }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* ── Shared nav (sound, music, trailers, resources, press) ── */

.header nav {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1.5em clamp(10px, 4vw, 57px);
    width: 100%;
}

.header nav ul li {
    margin: 0;
    text-align: center;
}

.header nav ul li a {
    color: black;
    text-decoration: none;
    font-size: clamp(25px, 2.8vw, 40px);
    padding: 5px 0;
}

@media only screen and (max-width: 759px) {
    .header nav ul li a {
        font-size: 18px;
    }
}
