@font-face {
    font-family: "gill_sans_novabold";
    src: url("/assets/gill-sans-nova-bold-webfont.woff2") format("woff2"),
    url("/assets/gill-sans-nova-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gill_sans_novaregular";
    src: url("/assets/gill-sans-nova-webfont.woff2") format("woff2"),
    url("/assets/gill-sans-nova-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gill_sans_nova_light";
    src: url("/assets/GillSansNova-Light.woff2") format("woff2"),
    url("/assets/GillSansNova-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

div {
    z-index: 5;
}

html {
    height: 100vh;
    user-select: none;
    scroll-behavior: auto !important;
}

body {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    font-family: "gill_sans_novaregular" !important;
}

body::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

canvas {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
}

.gradient-text {
    background: linear-gradient(-70deg, #a2facf 0%, #64acff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-marine {
    color: #94e6fb;
}

.tt-lakes {
    font-family: "TT Lakes Demo";
    font-weight: 300;
}

.tt-lakes-med {
    font-family: "TT Lakes";
}

.video-container {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
    z-index: 1;
}

.frost {
    backdrop-filter: blur(10px);
    background-color: #ffffff12;
    padding: 50px;
    /* border-radius: 0.75rem;
      box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(148 230 251 / 10%), inset -0.2em -0.2em 0.2em 0 rgb(148 230 251 / 20%); */
    padding: 50px;
    border-radius: 16px;
    backdrop-filter: blur(7px);
    background-color: rgba(0, 191, 255, 0);
    border: 2px rgb(255 255 255 / 15%) solid;
    border-bottom: 2px rgba(40, 40, 40, 0.35) solid;
    border-right: 2px rgba(40, 40, 40, 0.35) solid;
    box-shadow: rgb(0 0 0 / 30%) -1px 0px 8px 0px;
}

svg {
    transform: scale(1.5);
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}

.c-spinner {
    /* Bind the animation */
}

.c-spinner .c-spinner__bar-1 {
    animation: fade 1s linear infinite;
    animation-delay: -1s;
}

.c-spinner .c-spinner__bar-2 {
    animation: fade 1s linear infinite;
    animation-delay: -0.9166666667s;
}

.c-spinner .c-spinner__bar-3 {
    animation: fade 1s linear infinite;
    animation-delay: -0.8333333333s;
}

.c-spinner .c-spinner__bar-4 {
    animation: fade 1s linear infinite;
    animation-delay: -0.75s;
}

.c-spinner .c-spinner__bar-5 {
    animation: fade 1s linear infinite;
    animation-delay: -0.6666666667s;
}

.c-spinner .c-spinner__bar-6 {
    animation: fade 1s linear infinite;
    animation-delay: -0.5833333333s;
}

.c-spinner .c-spinner__bar-7 {
    animation: fade 1s linear infinite;
    animation-delay: -0.5s;
}

.c-spinner .c-spinner__bar-8 {
    animation: fade 1s linear infinite;
    animation-delay: -0.4166666667s;
}

.c-spinner .c-spinner__bar-9 {
    animation: fade 1s linear infinite;
    animation-delay: -0.3333333333s;
}

.c-spinner .c-spinner__bar-10 {
    animation: fade 1s linear infinite;
    animation-delay: -0.25s;
}

.c-spinner .c-spinner__bar-11 {
    animation: fade 1s linear infinite;
    animation-delay: -0.1666666667s;
}

.c-spinner .c-spinner__bar-12 {
    animation: fade 1s linear infinite;
    animation-delay: -0.0833333333s;
}

.gs-nova-light {
    font-family: "gill_sans_nova_light";
    font-weight: 100;
}

#gullet,
#eye,
#blowhole,
#fin,
#tail,
#feet,
#ribs,
#mandible,
#baleen,
#tongue,
#brain,
#heart,
#lungs,
#liver,
#intestines,
#outro,
#load-spin,
#scroll-more,
#hero-title,
#menu-logo,
#main-content,
#greeting-heading,
#greeting-body-1,
#greeting-body-2,
#greeting-body-3,
#scroll-gif,
#logos,
.timeline-menu {
    display: none;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.caption {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 0.75rem;
    padding: 2.5rem;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.pulse-scroll {
    animation: pulse 3.5s infinite;
    -webkit-animation: pulse 3.5s infinite;
}

/* .buddin {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
  backdrop-filter: blur(5px);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 1px;
  padding: 20px 45px 20px 45px;

}

.buddin::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  color: #020020;
  background-color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 1px;
  padding: 20px 45px 20px 45px;
}

.buddin:before:hover {
  top: 0;

} */

.buddin {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 1px;
    padding: 20px 45px 20px 45px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    max-width: 35ch;
    text-align: center;
}

.buddin:before {
    background-color: white;
    border-radius: 6px;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.17s ease;
    transition: all 0.17s ease;
}

.buddin:hover:before {
    top: 0;
}

.buddin:hover {
    color: #2a4556;
    transition: 0.25s;
}

.buddin:after {
    position: absolute;
    right: 2.34375rem;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    font-size: 1.75em;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 30px;
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes quiet {
    25% {
        transform: scaleY(0.6);
    }

    50% {
        transform: scaleY(0.4);
    }

    75% {
        transform: scaleY(0.8);
    }
}

@keyframes normal {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.4);
    }

    75% {
        transform: scaleY(0.6);
    }
}

@keyframes loud {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.4);
    }

    75% {
        transform: scaleY(1.2);
    }
}

.boxContainer {
    display: flex;
    justify-content: space-between;
    height: 64px;
    --boxSize: 8px;
    --gutter: 4px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
}

.box {
    transform: scaleY(0.4);
    height: 100%;
    width: var(--boxSize);
    background: #fff;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 8px;
}

.box-stopped {
    transform: scaleY(0.4);
    height: 100%;
    width: var(--boxSize);
    background: #fff;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 0;
    border-radius: 8px;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: normal;
}

.box3 {
    animation-name: quiet;
}

.box4 {
    animation-name: loud;
}

.box5 {
    animation-name: quiet;
}

.muted {
    transition: all ease-in-out 0.3s;
    opacity: 0.3;
}

#audio-button,
#skip-button,
#button-yes,
#button-no {
    transition: all ease-in-out 0.45s;
}

#audio-button:hover,
#button-yes:hover,
#button-no:hover {
    box-shadow: 0 0 20px 3px #61b0bc;
    background-color: #61b0bc57;
    transition: all ease-in-out 0.2s;
}

#skip-button:hover {
    transform: scale(0.5) !important;
    color: #00b2cd;
    text-shadow: rgb(0, 221, 255) 0px 0px 60px;
}

#greeting {
    display: flex;
    opacity: 0;
    transition: all ease-in-out 1.25s;
}

.skip {
    opacity: 0;
}

.water-bg {
    background-image: url("/assets/whale/0000.webp") !important;
}

.visible {
    opacity: 1 !important;
    z-index: 1001 !important;
}

#hero-title {
    transition: all ease-in-out 0.75s;
}

.shown {
    display: flex !important;
}

.gradient-background {
    height: 600px;
    background: linear-gradient(145deg, #74aeba, #03013d);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
}

.image-background {
    height: 600px;
    background-image: url('../assets/whale/Diorama 0200.webp');
    background-size: 400% 400%;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.panel-grow {
    transition: 3s ease-in-out;
    transform: scale(50) !important;
}

/* ----------- Non-Retina Screens ----------- */
/* @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #eye-circle {
    transform: translateX(-1350%) translateY(-1050%) !important;
  }

  #blowhole-circle {
    transform: translateX(-1150%) translateY(200%) !important;
  }

  #fin-circle {
    transform: translateX(1450%) translateY(-180%) !important;
  }

  #tail-circle {
    transform: translateX(-1500%) translateY(-1200%) !important;
  }
} */

/* ----------- Retina Screens ----------- */
/* @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #eye-circle {
    transform: translateX(-1350%) translateY(-1050%) !important;
  }

  #blowhole-circle {
    transform: translateX(-1150%) translateY(200%) !important;
  }

  #fin-circle {
    transform: translateX(1450%) translateY(-180%) !important;
  }

  #tail-circle {
    transform: translateX(-1500%) translateY(-1200%) !important;
  }
} */

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f2f2f2;
}

.progress-bar {
    height: 100%;
    background-color: #4caf50;
    width: 0%;
    transition: width 0.5s ease-in-out;
}

/* ================================================================================== */

.timeline-menu {
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

.timeline-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-menu ul li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 50%;
    position: relative;
}

.timeline-menu ul li:first-child {
    margin-top: 0;
}

.timeline-menu ul li:last-child {
    margin-bottom: 0;
}

.timeline-menu ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.timeline-menu ul li:hover {
    box-shadow: 0 0 8px 3px #94f1ff;
    background-color: #a5f3ff;
    transition: all ease-in-out 0.2s;
}

.timeline-menu ul li {
    transition: all ease-in-out 0.5s;
}

.menu-active {
    box-shadow: 0 0 8px 3px #94f1ff;
    background-color: #61b0bc;
    transition: all ease-in-out 0.2s;
}

.timeline-menu ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 20px);
    width: 2px;
    background-color: #fff;
    z-index: -1;
}

.timeline-menu ul li:first-child::before {
    height: calc(50% + 10px);
    /* Set height to cover half the menu */
    top: 15px;
    /* Add this line to adjust the position of the line */
}

.timeline-menu ul li:last-child::before {
    height: calc(50% + 10px);
    /* Set height to cover half the menu */
    top: -5px;
    /* Add this line to adjust the position of the line */
}

/* Connect first dot to the line */
.timeline-menu ul li:first-child::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    width: 0;
    height: 0;
}

/* Connect last dot to the line */
.timeline-menu ul li:last-child::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
}

#gullet-scroll,
#eye-scroll,
#blowhole-scroll,
#fin-scroll,
#tail-scroll,
#feet-scroll,
#ribs-scroll,
#mandible-scroll,
#baleen-scroll,
#tongue-scroll,
#brain-scroll,
#lungs-scroll,
#heart-scroll,
#intestines-scroll {
    scroll-margin-top: -10px;
}

#particles-js,
#fish-js,
#particles-three-js, #parallax-three-js, #particles-only {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

#fish-js {
    opacity: 0.5;
}

.menu-label {
    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.125);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0.75rem;
    pointer-events: none;
}

.gullet-label {
    right: 300%;
    top: -100%;
    opacity: 0;
    width: 150px;
    text-align: center;
    transition: opacity 1s ease-in-out;
}

#menu-gullet:hover .gullet-label {
    opacity: 1;
}

.eye-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-eye:hover .eye-label {
    opacity: 1;
}

.blowhole-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-blowhole:hover .blowhole-label {
    opacity: 1;
}

.fin-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-fin:hover .fin-label {
    opacity: 1;
}

.tail-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    width: 110px;
    transition: opacity 1s ease-in-out;
}

#menu-tail:hover .tail-label {
    opacity: 1;
}

.feet-label {
    text-align: center;
    right: 300%;
    top: -100%;
    width: 180px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-feet:hover .feet-label {
    opacity: 1;
}

.ribs-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-ribs:hover .ribs-label {
    opacity: 1;
}

.mandible-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-mandible:hover .mandible-label {
    opacity: 1;
}

.baleen-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-baleen:hover .baleen-label {
    opacity: 1;
}

.tongue-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-tongue:hover .tongue-label {
    opacity: 1;
}

.brain-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-brain:hover .brain-label {
    opacity: 1;
}

.lungs-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-lungs:hover .lungs-label {
    opacity: 1;
}

.heart-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-heart:hover .heart-label {
    opacity: 1;
}

.intestines-label {
    text-align: center;
    right: 300%;
    top: -100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#menu-intestines:hover .intestines-label {
    opacity: 1;
}

.fade-out {
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.blur {
    filter: blur(3px);
    transition: all 1s ease-in-out;
}

.parallax-img {
    position: relative;
    height: auto;
    transition: transform 0.5s ease-out;
}

.parallax-img:hover {
    transform: translate(0, 0);
}

.parallax-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.parallax-object {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-image: url('assets/Sub-view-filled.png');
    z-index: 5;
    background-size: cover;
    background-position: center;
}

/* Loader styles */


.paige-loader_text-wrapper {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    /* background-color:#004B8D; */
}

.paige-loader_text-fill {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paige-loader_text {
    font-family: 'Gill sans nova', sans-serif;
    color: transparent;
    font-size: 15vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.paige-loader_percent {
    padding-right: 0px;
    font-family: 'Gill sans nova', sans-serif;
    color: transparent;
    font-size: 15vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.paige-loader_percent.diving {
    margin-right: 0px;
    padding-right: 40px;
}

.paige-loader_noise {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    opacity: 0.05;
}

.paige-loader_text-style {
    display: block;
}

/* Submarine info text */

.all-info-text, ul > ul {
    padding: 0;
    margin: 0;
}

.info-text-container {
    display: flex;
    flex-wrap: wrap;
    /* background-color: red; */
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 70%;
}

.info-text {
    list-style: none;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 120%;
    text-shadow: 0px 0px 10px white;
    margin: auto;
    padding: 0;
}

.contextual-text{
    margin: -50px auto;
    width: 80%;
    display: none;
}

@media screen and (max-width: 600px) {
    .info-text {
        font-size: 24px;
    }
}

@media screen and (min-width: 1600px) {
    .info-text {
        font-size: 32px;
    }
}

@media screen and (min-width: 2600px) {
    .info-text {
        font-size: 48px;
    }
}


@media screen and (min-width: 3840px) {
    .info-text {
        font-size: 60px;
    }
}


.hide {
    display: none !important;
}

.back-button {
    position: fixed !important;
    top: 36px !important;
    left: 50px;
    width: 172px !important;
    height: 60px;
    font-size: 20px;
    text-align: center;
    justify-content: space-evenly;
}

.back-text {
    /* padding: 20px 15px 20px 0px; */
    padding: 20px 0px;
    font-size: 20px;
}

.back-text:hover {
    color: #03013d;

}

.back-chevron {
    margin-left: -5px;
    padding: 20px !important;
}

.button-size {
    width: 120px !important;
    height: 60px;
    justify-content: center;
}

.behavior-button {
    width: 180px !important;
    height: 60px;
    justify-content: center;
}

.instant-scroll {
    scroll-behavior: auto;
}

.text {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

#credits-text-1 {
    margin-left: -83px;
}

#credits-text-2 {
    margin-left: -125px;
}

#credits-text-3 {
    margin-left: -133px;
}

.credit-container-left {
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}

.credit-container-right {
    text-align: left;
    text-transform: uppercase;
    margin-top: -1px;
}

.logo {
    display: flex;
    justify-content: center;
}

#logo-1 {
    margin-top: 360px;
    margin-bottom: 70px;

}

#logo-2 {
    margin-top: 100px;
    margin-bottom: 0px;

}

#logo-3 {
    margin-top: -20px;
    margin-bottom: -100px;

}

#logo-ss {
    margin-top: 64px;
    margin-bottom: -48px;

}

#logo-4 {
    margin-top: 100px;
    margin-bottom: 40px;

}

#logo-5 {
    margin-top: 80px;
    margin-bottom: 20px;
}

.nsf-text {
    text-align: center;
    margin: auto;
    width: 50%;
    margin-bottom: 200px;
}

#logo-group {
    width: 60%;
    margin: -50px auto;
    padding-bottom: 1300px;
    display: flex;
    justify-content: space-around;
}

#logo-group > div > div > img {
    margin: -30px;
}

.logo-left {
    float: left;
}

.logo-right {
    float: left;
}

.oceanic-logo {
    margin-top: 60px !important;
}

.credit-title {
    margin: 16px 0;
    font-family: "gill_sans_novabold";
    line-height: 28px;
    font-weight: 700;
}

.credit-name {
    margin: 16px 0;
    font-family: "gill_sans_nova_light";
    line-height: 28px;

}

.spacer {
    margin: -10px 0;

}

/* Temp */


#gullet-scroll,
#blowhole-scroll,
#tail-scroll,
#ribs-scroll,
#baleen-scroll,
#brain-scroll,
#heart-scroll {
    /* background-color: #00ffa080 !important; */
}

#intestines-scroll,
#lungs-scroll,
#tongue-scroll,
#mandible-scroll,
#feet-scroll,
#fin-scroll,
#eye-scroll {
    /* background-color: #ff005080 !important;   */
}
