.offcanvas-backdrop.show {
    opacity: 1;
    background-color: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(8px);
  }
  
  html {
    scroll-snap-type: y mandatory;
    scroll-snap-stop: always;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
    /* make scrollbar transparent */
  }
  
  @font-face {
    font-family: "MyCustomFont";
    src: url("") format("ttf");
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    font-family: "MyCustomFont", sans-serif;
  }
  
  .dot {
    height: 10vw;
    width: 10vw;
    background-color: #cfe4f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(2.2vw);
  }
  
  .dot-img:hover {
    animation: rotation 3s infinite linear; /* This line is already present */
  }
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .dot-text {
    color: #5885af;
    font-size: 2em;
  }
  
  .homepage_1 {
    scroll-snap-align: start;
    height: 100vh;
    width: 99vw;
  }
  
  .homepage_2,
  .homepage_2_2,
  .homepage_3,
  .homepage_4,
  .homepage_5,
  .homepage_6 {
    scroll-snap-align: center;
    height: 100vh;
    width: 99vw;
  }
  
  .homepage_7 {
    scroll-snap-align: center;
  }
  
  .footer {
    scroll-snap-align: center;
  }
  
  .navi {
    scroll-snap-align: end;
  }
  
  .text {
    font-size: calc(1vw + 1.6vh);
    color: #46769b;
    margin-top: 10vh;
  }
  
  .text_3 {
    font-size: calc(1vw + 1.3vh);
    color: #46769b;
    padding-right: 10vh;
    padding-left: 10vh;
    padding-top: 7.5vh;
    padding-bottom: 4vh;
  }
  
  .text_4 {
    font-size: calc(1vw + 1.3vh);
    color: #46769b;
    padding-right: 10vh;
    padding-left: 10vh;
    padding-bottom: 4vh;
    position: relative;
  }
  
  .text_5 {
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
  }
  
  .text-flipped {
    margin-top: 10vh;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg) translate(7vw);
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
  }
  
  .text_3_title_1 {
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
    position: relative;
    transform: translate(9.7vw, -17.5vh);
  }
  
  .text_3_title_2 {
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
    position: relative;
    transform: translate(13vw, -33vh);
  }
  
  .text_4_title_1 {
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
    transform: translate(0, 10vh);
  }
  
  .text_4_title_2 {
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
    transform: translate(0, 0vh);
  }
  
  .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  
  /* IGNORE EVERYTHING BELOW THIS */
  
  body {
    margin: 0;
    padding: 0;
  }
  .left-aligned {
    margin-left: auto;
  }
  .bg-dark {
    background-color: #5e8fcb !important;
  }
  .bg-hero {
    background-color: #45b06cff;
  }
  
  /* CALLOUT */
  .bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
  }
  .bd-callout h4 {
    margin-bottom: 0.25rem;
  }
  .bd-callout p:last-child {
    margin-bottom: 0;
  }
  .bd-callout code {
    border-radius: 0.25rem;
  }
  .bd-callout + .bd-callout {
    margin-top: -0.25rem;
  }
  .bd-callout-info {
    border-left-color: #5bc0de;
  }
  .bd-callout-warning {
    border-left-color: #f0ad4e;
  }
  .bd-callout-danger {
    border-left-color: #d9534f;
  }
  
  /* footer */
  footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  footer a:hover {
    color: white;
    text-decoration: underline;
  }
  
  .card-projectdesc-image {
    width: fit-content;
  }
  
  /* Project Description */
  .text_3_2 {
    font-size: calc(1.1vw + 1.1vh);
    color: #46769b;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  
  .text_6 {
    font-size: calc(1.1vw + 1.1vh);
    color: #46769b;
  }
  
  .text_7_1 {
    font-size: calc(2vw + 2vh);
    color: #46769b;
  }
  .text_7_2 {
    font-size: calc(2.8vw + 2.8vh);
    color: #becbe0;
  }
  
  .text-flipped-left {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg) translate(85%);
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
    top: 15vh;
    position: relative;
  }
  
  .text-flipped-left-2 {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg) translate(85%);
    font-size: calc(3vh + 8.5vw);
    color: #46769b;
    top: 15vh;
    position: relative;
  }
  
  .text_2_title {
    font-size: calc(3.4vw + 3.4vh);
    color: #46769b;
    transform: translate(5.5vw);
  }
  
  .un-animate {
    opacity: 0;
  }
  
  .animate {
    opacity: 1;
  }
  
  .card {
    border: hidden;
  }
  
  .description_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .project,
  .description {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
  }
  
  .project {
    transform: translate(0, 35vh);
    left: 0px;
    position: relative;
  }
  
  .description {
    transform: translate(0, 25vh);
    left: 0px;
    position: relative;
  }
  
  .desc_card_1 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .description_2 {
    height: 100vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .description_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1.5vw + 1.5vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_3_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_3_title {
    color: #274472;
    font-size: calc(2vh + 6.5vw);
    transform: translate(0, -18.2vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_2 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .description_4 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_4_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_4_title {
    color: #274472;
    font-size: calc(2vh + 6.5vw);
    transform: translate(0, -18vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_3 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .description_5 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_5_text {
    color: white;
    font-style: bold;
    font-size: calc(0.8vw + 0.8vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_5_title {
    color: #274472;
    font-size: calc(2vh + 2vw);
    transform: translate(0, -12vh);
    position: absolute;
  }
  
  .description_5_1 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_5_1_text {
    color: white;
    font-style: bold;
    font-size: calc(0.8vw + 0.8vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_5_1_title {
    color: #274472;
    font-size: calc(2vh + 2vw);
    transform: translate(0, -12vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_4 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .desc_card_4_2 {
    border-radius: 0% !important;
    background-color: #274472 !important;
    margin-top: 3vh;
  }
  
  .description_6 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_6_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_6_title {
    color: #274472;
    font-size: calc(2vh + 6.5vw);
    transform: translate(0, -18.5vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_6 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .description_7 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_7_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_7_title {
    color: #274472;
    font-size: calc(2vh + 6.5vw);
    transform: translate(0, -17vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_7 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .description_8 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .description_8_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_8_title {
    color: #274472;
    font-size: calc(2vh + 6.5vw);
    transform: translate(0, -17vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_8 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  div {
    transition: transform 1s linear, opacity 0.7s linear;
  }
  
  .un-animate-slide-right {
    transform: translate(110%);
  }
  
  .un-animate-slide {
    transform: translate(-110%);
  }
  
  .animate-slide {
    transform: translate(0%, 0%);
  }
  
  .un-animate-slide-2 {
    opacity: 0;
  }
  
  .animate-slide-2 {
    opacity: 1;
  }
  
  p {
    transition: transform 0.5s ease-in;
  }
  
  .un-animate-slide-text {
    transform: translate(-110vw, -18.1vh);
  }
  
  .animate-slide-text {
    transform: translate(0vw, -18.1vh);
  }
  
  .description_9 {
    height: 99vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .description_9_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .description_9_title {
    color: #274472;
    font-size: calc(2vh + 6.5vw);
    transform: translate(0, -18.2vh);
    z-index: 100;
    position: absolute;
  }
  
  .desc_card_9 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .section-div {
    height: 100vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }
  
  .btn-primary {
    background-color: #274472;
    border-width: 0;
    z-index: 100;
  }
  
  .btn {
    border-width: 0;
  }
  
  /* SAFETY STARTS HERE */
  
  .safety_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .safety_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
    transform: translate(5vw, 55vh);
    position: relative;
  }
  
  .safety_2 {
    height: 100vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .safety_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1vw + 1vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_2_text_actual {
    color: white;
    font-style: bold;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_3_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_3_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .safety_card_3 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .safety_4 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_4_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_4_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -15vh);
    z-index: 100;
    position: absolute;
  }
  
  .safety_card_4 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .safety_5 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_5_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_5_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .safety_card_5 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .table_text {
    color: #274472;
  }
  
  .safety_6 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_6_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_6_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .safety_6_title_2 {
    margin-top: 1.5vh;
    color: #274472;
    font-size: calc(0.5vh + 0.8vw);
    z-index: 100;
  }
  
  .safety_card_6 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .safety_7 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_7_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_7_title {
    color: #274472;
    font-size: calc(1vh + 2.4vw);
    transform: translate(0, -10.8vh);
    z-index: 100;
    position: absolute;
  }
  
  .safety_card_7 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .safety_8 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_8_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_8_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .safety_card_8 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .safety_9 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_9_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_9_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .safety_card_9 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .safety_10 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .safety_10_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .safety_10_title {
    color: #274472;
    font-size: calc(1vh + 2.4vw);
    transform: translate(0, -10.8vh);
    z-index: 100;
    position: absolute;
  }
  
  .safety_card_10 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  /* Software */
  
  .soft_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .soft_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
    transform: translate(5vw, 55vh);
    position: relative;
  }
  
  .soft_2 {
    height: 100vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .soft_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1vw + 1vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_2_text_actual {
    color: white;
    font-style: bold;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_3_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_3_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .soft_card_3 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .soft_4 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_4_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_4_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -15vh);
    z-index: 100;
    position: absolute;
  }
  
  .soft_card_4 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .soft_5 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_5_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_5_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .soft_card_5 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .soft_11 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_11_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_11_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .soft_card_11 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .soft_12 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_12_text {
    color: #274472;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_card_12 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .soft_13 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_13_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_13_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .soft_card_13 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .soft_14 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_14_text {
    color: #274472;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_card_14 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .soft_15 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_15_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_15_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .soft_card_15 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .soft_16 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_16_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_16_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .soft_card_16 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .soft_20 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .soft_20_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .soft_20_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .soft_card_20 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  /* Attributions */
  
  .attr_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .attr_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
    transform: translate(5vw, 55vh);
    position: relative;
  }
  
  /* Modeling */
  
  .model_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .model_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
    transform: translate(5vw, 55vh);
    position: relative;
  }
  
  .model_2 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .model_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .model_2_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .model_card_2 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .model_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .model_3_text {
    color: #274472;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .model_card_3 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  /* Meet The Team */
  
  .mtt_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .mtt_main_title {
    color: #46769b;
    font-size: calc(3.5vh + 8vw);
    transform: translate(5vw, 60vh);
    position: relative;
  }
  
  .mtt_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .mtt_3_text {
    color: white;
    font-style: bold;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .mtt_3_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .mtt_card_3 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .mtt_8 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .mtt_8_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .mtt_8_title_diff {
    color: #274472;
    font-size: calc(2vh + 2vw);
    z-index: 100;
  }
  
  .mtt_8_title {
    color: white;
    font-size: calc(2vh + 2vw);
    z-index: 100;
  }
  
  .mtt_card_8 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .default-image-mtt {
    float: left;
    margin: 1vw;
    border: #274472;
    width: 25%;
    height: 25%;
  }
  
  .flexie {
    /* literally just put it around in div where you want stuff centered */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* IGNORE: BOOK START */
  .book {
    transform: translate(-7vw);
    margin: 30px;
    transform-style: preserve-3d;
    position: relative;
    height: 40vh;
    cursor: pointer;
    backface-visibility: visible;
  }
  
  .front,
  .back,
  .page1,
  .page2,
  .page3,
  .page4,
  .page5,
  .page6 {
    transform-style: preserve-3d;
    position: absolute;
    width: 18vw;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left center;
    transition: transform 0.5s ease-in-out, box-shadow 0.35s ease-in-out;
  }
  
  .front,
  .back {
    background: #274472;
  }
  
  .front,
  .page1,
  .page3,
  .page5 {
    border-bottom-right-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  
  .back,
  .page2,
  .page4,
  .page6 {
    border-bottom-right-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  
  .page1 {
    background: #efefef;
  }
  
  .page2 {
    background: #efefef;
  }
  
  .page3 {
    background: #f5f5f5;
  }
  
  .page4 {
    background: #f5f5f5;
  }
  
  .page5 {
    background: #fafafa;
  }
  
  .page6 {
    background: #fdfdfd;
  }
  
  .book:hover .front {
    transform: rotateY(-160deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .page1 {
    transform: rotateY(-150deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .page2 {
    transform: rotateY(-30deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .page3 {
    transform: rotateY(-140deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .page4 {
    transform: rotateY(-40deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .page5 {
    transform: rotateY(-130deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .page6 {
    transform: rotateY(-50deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.2);
  }
  
  .book:hover .back {
    transform: rotateY(-20deg) scale(1.1);
  }
  /* IGNORE: BOOK END */
  
  /* Implementation */
  
  .imp_0 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .imp_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 7vw);
    transform: translate(5vw, 65vh);
    position: relative;
  }
  
  .imp_1 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_1_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_1_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .imp_card_1 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .imp_2 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_2_text {
    color: #274472;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_card_2 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_3_text {
    color: #274472;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_card_3 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_4 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_4_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_4_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -15vh);
    z-index: 100;
    position: absolute;
  }
  
  .imp_card_4 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_5 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_5_text {
    color: #274472;
    font-size: calc(1vw + 1vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_card_5 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_6 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_6_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_6_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .imp_card_6 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .imp_7 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_7_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_7_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .imp_card_7 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_8 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_8_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_8_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .imp_card_8 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_9 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_9_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_9_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .imp_card_9 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_10 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_10_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_10_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -15vh);
    z-index: 100;
    position: absolute;
  }
  
  .imp_card_10 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .imp_11 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .imp_11_text {
    color: #274472;
    font-size: calc(1vw + 1vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_card_11 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  /* Experiments */
  
  .cara-img {
    height: 60%;
    width: 60%;
    margin: 10px;
  }
  
  .cara-img-2 {
    height: auto;
    margin: 10px;
    max-height: 500px;
  }
  .cara-img-3 {
    height: auto;
    margin: 10px;
    max-height: 500px;
    rotate: 90deg;
  }
  
  .exp_1 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .exp_1_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .exp_1_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .exp_card_1 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  .exp_card_2 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .exp_2_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -11vh);
    position: absolute;
  }
  
  .exp_2 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .exp_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .exp_3_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .exp_card_2 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .exp_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .exp_3_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .exp_3_text_actual {
    color: #274472;
    font-size: calc(0.8vw + 0.8vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .gal_3_title {
    color: #274472;
    font-size: calc(1vh + 3vw);
    transform: translate(0, -10.5vh);
    z-index: 100;
    position: absolute;
  }
  
  .exp_card_3 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .lily-image {
    float: right;
    margin-left: 0.5vw;
    width: 20%;
    height: 20%;
  }
  
  .flexie-lily {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .exp_5_text {
    color: #ffffff;
    font-size: calc(0.75vw + 0.75vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  /* Engineering */
  
  .eng_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .eng_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
    transform: translate(5vw, 55vh);
    position: relative;
  }
  
  .eng_2 {
    height: 100vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .eng_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1vw + 1vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .eng_2_text_actual {
    color: white;
    font-style: bold;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .eng_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .eng_3_text {
    color: #274472;
    font-size: calc(0.84vw + 0.84vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .eng_3_text_diff {
    color: #274472;
    font-size: calc(0.7vw + 0.7vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .eng_3_title {
    color: #274472;
    font-size: calc(2vh + 2vw);
    transform: translate(0, -11vh);
    z-index: 100;
    position: absolute;
  }
  
  .eng_card_3 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .eng_4 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .eng_4_text {
    color: #274472;
    font-size: calc(0.85vw + 0.85vh);
    margin-top: 1vh;
    margin-bottom: 3vh;
    margin-right: 3vw;
    margin-left: 3vw;
    font-weight: 600;
  }
  .eng_4_2_text {
    color: #274472;
    font-size: calc(0.8vw + 0.8vh);
    margin-top: 1vh;
    margin-bottom: 3vh;
    margin-right: 3vw;
    margin-left: 3vw;
    font-weight: 600;
  }
  
  .eng_4_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .eng_card_4 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .default-image {
    float: right;
    margin-left: 1vw;
    border: #274472;
    border-width: 4px;
    border-style: solid;
    width: 35%;
    height: 35%;
  }
  
  .default-image-figure {
    border: #274472;
    border-width: 4px;
    border-style: solid;
  }
  
  .figure {
    float: right;
    margin-left: 1vw;
    width: 45%;
    height: 45%;
  }
  
  /* Engineering */
  
  .con_1 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .con_1_text {
    color: white;
    font-style: bold;
    font-size: calc(1.4vw + 1.4vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .con_1_title {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -15vh);
    position: absolute;
  }
  
  .con_card_1 {
    border-radius: 0% !important;
    background-color: #274472 !important;
  }
  
  .con_2 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .con_2_text {
    color: #274472;
    font-size: calc(0.85vw + 0.85vh);
    margin-top: 1vh;
    margin-bottom: 3vh;
    margin-right: 3vw;
    margin-left: 3vw;
    font-weight: 600;
  }
  
  .con_2_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .con_card_2 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  /* parts */
  
  .imp_4_text_1 {
    color: #274472;
    font-size: calc(0.8vw + 0.8vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .eng_3_title_1 {
    color: #274472;
    font-size: calc(2vh + 3vw);
    transform: translate(0, -12.4vh);
    z-index: 100;
    position: absolute;
  }
  
  .table_text_1 {
    color: #274472;
    font-size: smaller;
  }
  
  .eng_3_text_1 {
    color: #274472;
    font-size: calc(0.75vw + 0.75vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .eng_3_text_1_2 {
    color: #274472;
    font-size: calc(0.7vw + 0.7vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 2vw;
    margin-left: 2vw;
    font-weight: 600;
  }
  /* Modeling */
  .imp_4_title {
    color: #274472;
    font-size: calc(2vh + 2.5vw);
    transform: translate(0, -11.5vh);
    z-index: 100;
    position: absolute;
  }
  
  .eng_3_text_2 {
    color: #274472;
    font-size: calc(0.72vw + 0.72vh);
    margin-top: 3vh;
    margin-bottom: 3vh;
    margin-right: 3vw;
    margin-left: 3vw;
    font-weight: 600;
  }
  
  .eng_3_text_3 {
    color: #274472;
    font-size: calc(0.72vw + 0.72vh);
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-right: 1vw;
    margin-left: 1vw;
    font-weight: 600;
  }
  
  .model_2_text_1 {
    color: white;
    font-style: bold;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .imp_4_text_3 {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-right: 1vw;
    margin-left: 1vw;
    font-weight: 600;
  }
  
  .imp_4_text_4 {
    color: #274472;
    font-size: calc(0.7vw + 0.7vh);
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-right: 1vw;
    margin-left: 1vw;
    font-weight: 600;
  }
  
  .model_2_title_1 {
    color: #274472;
    font-size: calc(2vh + 2vw);
    transform: translate(0, -12vh);
    position: absolute;
  }
  
  .titleimage {
    position: absolute;
    margin-left: 1vw;
    width: 55%;
    height: 55%;
    transform: translateY(11.5vh) translateX(42.5vw);
  }
  
  /* Education */
  
  .model_2_text_edu {
    color: white;
    font-style: bold;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-right: 2vw;
    margin-left: 2vw;
    font-weight: 600;
  }
  
  .imp_4_title_1 {
    color: #274472;
    font-size: calc(2vh + 2vw);
    transform: translate(0, -11vh);
    z-index: 100;
    position: absolute;
  }
  
  .imp_4_text_img {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    font-weight: 600;
  }
  
  /* RESULTS STARTS HERE - MANNY SECTION */
  .results_1 {
    height: 100vh;
    scroll-snap-align: start;
  }
  
  .results_main_title {
    color: #46769b;
    font-size: calc(4.5vh + 10vw);
    transform: translate(5vw, 55vh);
    position: relative;
  }
  
  .results_2 {
    height: 100vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .results_2_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -21vh);
    position: absolute;
  }
  
  .results_2_title_confocal {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -21vh);
    position: absolute;
  }
  
  .results_2_text {
    color: white;
    font-style: bold;
    font-size: calc(1vw + 1vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_2_text_actual {
    color: white;
    font-style: bold;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_3 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_3_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_3_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -15vh);
    z-index: 100;
    position: absolute;
  }
  
  .results_card_3 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .results_4 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_4_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_4_title {
    color: #274472;
    font-size: calc(2vh + 4.9vw);
    transform: translate(0, -15vh);
    z-index: 100;
    position: absolute;
  }
  
  .results_card_4 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .results_5 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_5_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_5_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .results_card_5 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .table_text {
    color: #274472;
  }
  
  .results_6 {
    height: 100vh;
    scroll-snap-align: center;
    overflow: hidden;
  }
  
  .results_6_text {
    color: white;
    font-style: bold;
    font-size: calc(1.2vw + 1.2vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_6_title {
    color: #274472;
    font-size: calc(2vh + 3.5vw);
    transform: translate(0, -19vh);
    position: absolute;
  }
  
  .results_6_title_2 {
    margin-top: 1.5vh;
    color: #274472;
    font-size: calc(0.5vh + 0.8vw);
    z-index: 100;
  }
  
  .results_7 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_7_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_7_title {
    color: #274472;
    font-size: calc(1vh + 2.4vw);
    transform: translate(0, -10.8vh);
    z-index: 100;
    position: absolute;
  }
  
  .results_card_7 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .results_8 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_8_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_8_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .results_card_8 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .results_9 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_9_text {
    color: #274472;
    font-size: calc(0.8vw + 0.8vh);
    margin-top: 1vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_9_title {
    color: #274472;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .results_9_title_1 {
    color: white;
    font-size: calc(1vh + 1.5vw);
    z-index: 100;
  }
  
  .results_card_9 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  .results_10 {
    height: 100vh;
    scroll-snap-align: center;
  }
  
  .results_10_text {
    color: #274472;
    font-size: calc(0.9vw + 0.9vh);
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-right: 5vw;
    margin-left: 5vw;
    font-weight: 600;
  }
  
  .results_10_title {
    color: #274472;
    font-size: calc(1vh + 2.4vw);
    transform: translate(0, -10.8vh);
    z-index: 100;
    position: absolute;
  }
  
  .results_card_10 {
    background-color: #becbe0 !important;
    box-shadow: 3vw 5vh #a4c0dd;
  }
  
  /* END MANNY ADDITIONS */
  