:root {
  --main-color-1: #f5b700;
  --main-color-2: #a5d8f5;
  --main-color-3: white;
  --text-color:  #0a304a;
  --dropdown-color-2: #F2C6A8;
  --dropdown-color-3: #fdddde;
  --main-background-color: #F8F8F8;
  --header-background-color: #FFFFFF;
  --table-heading-color: rgb(247, 247, 247);
  --carousel-nav-color: #333;
  --carousel-background-color: #fff;
}

body {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
  }
  
  h1 {
    font-family: Merriweather, serif;
    font-size: 3rem;
  }

  /* -- Just for reference -- */

  /* -- Old Fonts -- */
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 60;
    font-stretch: 110%;
  }

  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

   /* -- New Fonts -- */

   .jost {
    font-family: "Jost", serif;
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
  }

  .noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
  }


  /* -- Just for reference end -- */

  .a:visited {
    color: var(--main-color-1);
  }

  a:link, a:visited {
    text-decoration: none;
    color: var(--text-color);
  }

.header {
    padding: 2.5rem 3rem 2.5rem 9.5rem;
    background: var(--header-background-color);
  }

  .logo-image button {
    background-color: #f5b700;
    color: #0a304a;
    border: none;
    padding: 1.5vw 3.2vw;
    text-align: center;
    border-radius: 4rem;
    align-items: center;
    font-size: 2vh;
    margin: 2rem;
    float: right;
  }

  .logo-image button:hover {
    background-color: #a5d8f5;
    color: #0a304a;
    /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
  }

  .top-button-two button{
    background-color: #708090;
    color: white;
  }

  .spanning-image img{
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: inherit;
  }

  .mobile-nav{
    visibility: hidden;
    display: none;
  }

  .hero-title {
    font-stretch: 110%;
    font-size: 1.1vw;
    position: absolute;
    z-index: 3;
    overflow: auto;
    margin-top: -35em;
    margin-left: 15%;
    margin-right: 43%;
    margin-bottom: 2%;
    color: white;
  }

  .hero-title button {
    background-color: #f5b700;
    color: #0a304a;
    border: none;
    /* padding: 15px 32px; */
    padding: 1.5vw 3.2vw;
    text-align: center;
    display: inline-block;
    border-radius: 4rem;
    align-items: center;
    font-size: 1em;
  }

  .hero-title button:hover {
    background-color: #a5d8f5;
    color: #0a304a;
    /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
  }

  button {
    font-family: "Jost", serif;
    font-weight: 800;
  }

  .hero-title h1{
    display: inline;
    font-family: "Jost", serif;
    font-weight: 800;
  }

  .heroRatesLeft h2{
    color: var(--main-color-1);
    display: inline;
    font-family: "Jost", serif;
    font-weight: 800;
  }

  .heroRatesRight h2{
    color: var(--main-color-2);
    display: inline;
    font-family: "Jost", serif;
    font-weight: 800;
  }

  .heroRatesLeftMajor {
    font-size: xxx-large;
  }

  .heroRatesLeftMinor {
    display: contents;
    font-size: xx-large;
  }

  .mobile-hero {
    visibility: hidden;
    display: none;
  }

  sup {
    font-size: xx-small;
  }

  .top-dropdowns {
    display: flex;
    position: fixed;
    width: -webkit-fill-available;
    justify-content: flex-end;
    padding-right: 10%;
    background-color: var(--main-background-color);
    z-index: 4;
    margin-top: -0.8%;
    max-width: 100%;
    font-family: "Jost", serif;
    font-weight: 800;
  }

  .dropdown {
    width: 22%;
    height: 0.5%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: sticky;
    font-family: "Jost", serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 60;
    font-stretch: 110%;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: inherit;
    z-index: 3;
    text-align: initial !important;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: 300;
    font-size: small;
    font-family: "Jost", serif;
    font-weight: 800;
  }

  .dropdown:hover .dropdown-content {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    overflow: visible !important;
    z-index: 4 !important;
  }

  .aprRange {
    background-color: var(--main-color-3);
    line-height: normal;
    padding: 1%;
  }

  .consult {
    background-color: #708090;
    color: var(--main-color-3);
    line-height: normal;
    padding: 1%;
    border-radius: 1rem;
  }

  .consult-dd {
    background-color: var(--dropdown-color-2);
    color: var(--text-color);
  }

  .start {
    background-color: var(--main-color-1);
    color: var(--text-color);
    line-height: normal;
    padding: 1%;
    border-radius: 1rem;
  }

  .start-dd {
    background-color: var(--dropdown-color-3);
    color: var(--text-color);
  }

  .logo-image img {
    max-width: 15%;
    max-height: 15%;
    justify-content: left;
    float: left;
    padding-left: 12%;
    padding-top: 2%;
    padding-bottom: 1%;
  }

  .navbar {
    visibility: visible !important;
    display: inline-block;
    text-align: center;
    font-family: "Jost", serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 60;
    font-stretch: 110%;
    background-color: white;
    color: #0a304a;
    position: sticky !important;
    z-index: 3;
    top: -0.5%;
    width: 60em;
    padding: 3vh;
  }

  .nav-link {
    padding: 10px;
    color: var(--text-color);
    text-decoration: none;
  }

  .nav-link:hover {
    color: #d10c27;
  }

  /* 
      *** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
  
  .background-image-left img{
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left !important;
    pointer-events: none;
    position: absolute !important;
    display: block;
    left: -0.1rem;
    z-index: -3 !important;
    max-height: 230vh;
  }

  .background-image-right img{
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right !important;
    pointer-events: none;
    position: absolute !important;
    display: block;
    right: -0.1rem;
    z-index: -3 !important;
    max-height: 230vh;
  } */

  .main-content {
    background-image: url("images/SideImages.png");
    background-color: white;
    background-repeat: repeat;
    background-size: contain;
  }

  .main-line {
    position: relative;
    left: 13rem;
    height: 100%;
    width: 2px;
    background-color: #d10c27;
    padding-left: 0.5vh;
    /* padding-top: 5vh;
    margin-top: -7vh; */
  }

  .main-line img {
    justify-content: left !important;
    max-width: 3rem;
    z-index: 8;
    position: relative;
    margin-top: 1em;
  }

  .main-line::after {
    clear: both;
    width: 100vh;
    padding: 0%;
    position: initial;
    margin: initial;
  }

  .line-header {
    text-align: center;
    color: #F1F1F1;
    white-space: nowrap;
    font-size: larger;
    font-family: "Jost", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 60;
    font-stretch: 110%;
    position: relative;
    top: -60px;
    left: -160px;

    /* keeping this in because I have a feeling it may be added later */
    visibility: hidden;
  }

  .line-header::after {
    padding: 0% !important;
  }


  .double-line-header {
    font-style: normal !important;
    top: -68px !important;
    left: -160px !important;
    max-width: 250px !important;
  }

  .slide-left {
    left: -160px !important;
  }

  .line-section {
    height: 100%;
    background-color: transparent;
    position: relative;
    left: 2vh;
    width: 60em;
    margin-top: -70px; 
    background-color: white;

    /* 
    potential future improvements:
    width: 40rem !important;
    margin-top: -75px;
    overflow-x: hidden; 
    overflow-y: scroll;  
    */

  }

  .inner-body {
    background-color: white;
    width: max-content;
  }

  .nav-link:active + .main-line .line-section {
    background-color: var(--main-color-1);
  }

  .section-content {
    /* 
    potential future improvements:
    position: absolute;
    top: 20%;ed
    left: 30%;
    transform: translate(-50%, -50%);
    width: calc(100%-20%) !important; 
    */
    margin-left: -2vh;
    padding: 2rem;
    padding-left: 5rem;
    box-sizing: border-box;
    margin-top: -17vh;
    max-width: 80%;
    color: var(--text-color);
    background-color: white;
  }

  .section-content p {
    margin-bottom: 10px;
  }

  .section-image img{
    clear: inherit;
    position: relative;
    float: right !important;
    justify-content: right !important;
    display: inline;
    z-index: 1;
    max-height: 30rem;
    min-height: auto;
    min-width: 10rem;
    margin-top: 5%;
  }

  h2 {
    font-family: "Jost", serif;
    font-weight: 600;
    font-style: bold;
  }

  .extra-low img{
    margin-top: 20%;
  }

  .loan-content {
    margin-right: 0rem;
  }

  .loan-content h2{
    padding-top: 1%;
  }

  .partners-image img {
    position: relative;
    float: right !important;
    right: -30%;
    max-height: 180px;
    margin-right: 30%;
  }

  .line-section hr {
    color: var(--text-color);
    background-color: black;
    border: none;
    height: 2px;
  }

  .fineprint-container {
    position: relative;
    color: var(--text-color);
    width: 100%;
  }

  .fineprint-container img{
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
  }

  .compliance {
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: x-small;
    font-style: normal;
    font-stretch: 110%;
    position: absolute;
    top: 10%;
    z-index: 2;
    /* overflow: auto; */
    margin-left: 15%;
    margin-right: 25%;
  }

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    color: #0a304a;
}

th, td {
    padding: 10px;
}

.main-table {
  visibility: visible;
  display: inline;
  text-align: -webkit-center;
}

.mobile-table
{
  visibility: hidden;
  display: none;
}
  
  .loan-rates th {
    background-color: var(--table-heading-color);
  }

  .fineprint {
    font-size: smaller;
  }

  .bottom-logo-image {
    background-color: #0a304a;
    padding-top: 2%;
    padding-bottom: 2%;
    z-index: 3;
  }

  .bottom-logo-image img {
    max-width: 15%;
    max-height: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bottom-logo-image::after {
    content: "";
    display: table;
    clear: both;
  }

  .nqm-logo img {
    justify-content: left;
    float: left;
    padding-left: 10%;
  }

  .get-started-logo {
    z-index: 4;
  }

  .get-started-logo img{
    justify-content: right;
    float: right;
    padding-right: 10%;
    z-index: 6;
  }

  .regulations-licenses {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
    margin-left: 10%;
    margin-right: 10%;
    color:white;
    background-color: #0a304a;
    padding-bottom: 5%;
    position: relative;
    z-index: 3;
  }

  .regulations-licenses img{
    justify-content: right;
    float: right;
    padding: 10px;
  }

  .regulations-licenses a {
    text-decoration: underline;
    color: var(--main-color-2);
  }

  .footer-content {
    background-color: #0a304a;
   
  }
  
  .why-choose {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .why-choose img {
    float: right !important;
    pointer-events: none;
    position: absolute;
    justify-content: right !important;
    display: inline;
    right: -0.1rem;
    z-index: -3 !important;
  }

  .why-txt {
    z-index: 1;
  }

  .why-boxes {
    border-style: invisible;
    border-radius: 5px;
    text-align: center;
    background-color: var(--main-background-color);
    display: inline-block;
    width: 25%;
    height: 20%;
    max-width: 25%;
    max-height: 20%;
    padding: 2%;
    margin-right: 10px;
  }

  .mobile-carousel {
    visibility: hidden;
    display: none;
  }

  .box-center {
    align-items: center;
    float: center;
    margin-inline-start: 10%;
  }

  .smaller-box {
    height: 15% !important;
  }

  .scheduleButton {
   align-items: center;
  }

  @media screen and (max-width: 3500px) {
    
    .navbar {
      width: 57em;
    }
    
    .loan-content h2 {
      padding-top: 5%;
  }

    .line-section {
      margin-top: 5em;
    }

    .section-image img{
      margin-top: 10%;
    }

    #pie img{
      margin-top: -5% !important;
    }
  }

  @media screen and (max-width: 2600px) {
    .hero-title{
      margin-top: -40%;
    }

    .line-section
    {
      width: 100em;
      margin-top: 24em;
    }

    .section-content {
      margin-top: -47vh;
    }

    .extra-low img {
      margin-top: 10%;
    }

    /* 
    *** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
    .background-image-left img {
      max-height: 350vh;
    } 

    .background-image-right img {
      max-height: 350vh;
    }  */
  }

  @media screen and (max-width: 2000px) {
    .hero-title{
      margin-top: -43%;
    }

    .loan-content h2 {
      padding-top: 0%;
      margin-top: -8%;
    }

    .loan-header h2 {
      padding-top: 0%;
      margin-top: -8%;
    }

    .majorHeader h2{
      padding-top: 0%;
      margin-top: -8%;
    }

    .why-txt h2{
      padding-top: 0%;
      margin-top: -8%;
    }

    .line-section
    {
      width: 80em;
      margin-top: 12em;
    }

    .navbar {
      width: 77em;
      margin-bottom: 6%;
    }

    .section-content {
      margin-top: -35vh;
    }

    

    .extra-low img {
      margin-top: 10%;
    }

    /* 
      *** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
    .background-image-left img {
      max-height: 200vh;
    } 

    .background-image-right img {
      max-height: 200vh;
    }  */
  }
/* 

*** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
  @media screen and (max-width: 1900px) {

    .background-image-left img {
      max-height: 100%;
    } 

    .background-image-right img {
      max-height: 100%;
    } 
  }  */

  @media screen and (max-width: 1750px) {
    /* 
    *** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
    .background-image-left img {
      max-height: 250vh;
    }

    .background-image-right img {
      max-height: 250vh;
    } */

    .line-section {
      width: 70em;
      margin-top: 0em;
    }

    .navbar {
      width: 68em;
    }

    .section-content {
      margin-top: -22vh;
    }

    .loan-content h2 {
      padding-top: 0%;
      margin-top: 8%;
    }

    .loan-header h2 {
      padding-top: 0%;
      margin-top: 8%;
    }

    .majorHeader h2{
      padding-top: 0%;
      margin-top: 8%;
    }

    .why-txt h2{
      padding-top: 0%;
      margin-top: 8%;
    }

    #pie img{
      margin-top: 10% !important;
    }
  }

  @media screen and (max-width: 1400px) {
    
    .hero-title {
      margin-top: -43%;
    }

    .line-section {
      width: 61em;
      margin-top: 0em;
    }

    /* *** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
    
    .background-image-left img {
      max-height: 280vh;
    }

    .background-image-right img {
      max-height: 280vh;
    } */
    
    .bottom-logo-image {
      padding-top: 4rem !important;
      padding-bottom: 2%;
      z-index: 3;
    }

    .navbar
    {
      /* *** restore this if using original nav bar 
      top: 3%; */
      top: 0%;
      width: 59em;
      left: 30vh;
    }
  }

  @media screen and (max-width: 1250px) {
    .bottom-logo-image {
      padding-top: 4rem !important;
      padding-bottom: 2%;
      z-index: 3;
    }

    .navbar
    {
      /* *** restore this if using original nav bar 
      top: 3%; */
      top: 0%;
    }
  }

   @media screen and (max-width: 1100px) {
    
    .hero-title {
      margin-top: -45%;
    }

    .logo-image button {
      font-size: 1.5vh;
    }
    
    .bottom-logo-image {
      padding-top: 1rem !important;
      padding-bottom: 2%;
      z-index: 3;
      background-color: #0a304a;
    }

    .main-line
    {
      left: 0;
    }

    .section-content {
      margin-top: -11vh;
    }

    .navbar {
      /* *** restore this if using original nav bar 
      top: 3%; */
      top: 0%;
    }
  } 

  @media screen and (max-width: 900px) {
    
    .hero-title {
      margin-top: -46%;
    }

    .hero-title h1{
      font-size: xx-large;
    }

    .heroRatesLeftMajor {
      font-size: xx-large;
    }
    
    .heroRatesRightMajor {
      font-size: xx-large;
    }

    .logo-image button {
      font-size: 0.75vh;
    }
    
    .bottom-logo-image {
      padding-top: 1rem !important;
      padding-bottom: 2%;
      z-index: 3;
      background-color: #0a304a;
    }

    .top-dropdowns
    {
      margin-top: -1%;
    }

    .navbar {
      /* *** restore this if using original nav bar 
      top: 3%; */
      top: 0%;
      width: 45em;
      left: 0vh;
    }
    
    .main-line
    {
      left: 0;
    }

    .section-content {
      margin-top: -15vh;
    }

    .main-table {
      visibility: hidden;
      display: none;
    }

    .mobile-table
    {
      visibility: visible;
      display: inline;
    }


    /* **** restore if using original nav bar
      padding-top: 4% !important; */
    .logo-image {
      padding-top: 0% !important;
    } 
  }

  @media screen and (max-width: 450px){
    .mobile-hero img{
      margin-top: -3%;
      margin-bottom: 20vh !important;
    }

    .section-content {
      padding-top: 0rem !important;
    }

    .loan-content {
      padding-top: 0%;
    }
  }

  @media screen and (max-width: 600px) {

    .logo-image img{
      max-width: 50%;
      max-height: 100%;
      padding-left: 10%;
      padding-top: 10%;
      z-index: 5;
      opacity: 100%;
    }

    .logo-image button{
      /* margin: 0rem; */
      /* visibility: visible !important; 
      display: flex;*/
      visibility: hidden;
      display: none;
      float: none;
      position: relative;
      margin: 5%;
      left: 5%;
      display: contents !important;
    }

    .logo-image {
      visibility: visible;
      display: flex;
    }

    .mobile-nav {
      visibility: visible;
      display: inline;
      overflow: hidden;
      background-color: white;
      position: absolute;
      right: 0%;
      top: 5%;
      z-index: 3;
    }

    .icon {
      padding: 5vh
    }

    .fa {
      font-size: xx-large;
      color: #d10c27;
      /* float: right;
      right: 15%; */
      z-index: 2 !important;
    }

    .logo-image a {
      visibility: visible;
      display: inline;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
      content: "\f0c9";
      padding-left: 8vh;
  }

    .mobile-nav #mobile-hamburger-container {
      display: none;
      /* display: block;
      margin-top: 45%;
      padding: 8%; */
    }

    .mobile-hamburger-links{
      display: block;
      margin-top: 30%;
      padding-top: 0%;
      text-align: left;
      font-size: small;
    }
 
    .hero-title {
      margin-top: 4vh;
      margin-left: 3vh;
      margin-right: 1vh;
      z-index: 1;
      position: relative;
      font-size: initial;
      text-align: left;
      font-size: smaller;
      color: white;
      padding-top: 3vh;
      padding-bottom: 4vh;
    }

    .hero-title h1{
      font-size: xx-large;
    }

    .mobile-hero{
      visibility: visible !important;
      display: inline !important;
    }

    .mobile-hero img{
      width: auto;
      height: auto;
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 14vh;
      float: inherit;
    }

    .spanning-image {
      background-color: var(--text-color);
    }

    .spanning-image img{
      visibility: hidden;
      display: none;
    }

    b {
      width: auto !important;
    }

    ol li {
      width: 100% !important;
    }

    body {
      width: 100% !important;
      max-width: fit-content !important;
      margin: 0 auto;
      padding: 0;
      font-family: "Noto Serif", serif;
      z-index: 7;
    }

    .hero-title button{
      width: 60% !important;
      margin-left: 20%;
      margin-right: 20%;
      margin-bottom: 1%;
    }

    button {
      display: inline;
    }

    .navbar {
      /* *** restore this if using original nav bar 
      top: 3%; 
      top: 0%;
      text-align: center;
      padding: 15px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 60;
      font-stretch: 110%;
      background-color: var(--main-background-color);
      position: sticky;
      z-index: 4;*/
      visibility: hidden;
      display: none;
    }   

    .fineprint {
      font-size: x-small;
      text-align: center;
    }

    .main-content {
      background-color: white;
      background-image: none;
      margin-top: -15%
    }

    /* 
      *** previous way of doing bg images, perfect to keep if we want to use different 
      images on each side in the future ***
    
    .background-image-left {
      visibility: hidden;
      display: none;
    }

    .background-image-right {
      visibility: hidden;
      display: none;
    } */
    /* .spanning-image {
      padding-top: 20%;
    } */

    .aprRange {
      background-color: var(--main-color-3);
      line-height: normal;
      /* *** restore this if using original nav bar 
      padding-top: 4% !important; */
      padding-top: 0% !important;
    }

    .loan-content {
      padding-top: 0%;
    }

    .heroRatesLeft{
      padding-left: 0%;
      float: unset;
      text-align: center;
    }

    .heroRatesRight{
      padding-right: 5%;
    }

    .heroRatesLeftMajor {
      font-size: xx-large;
    }

    .heroRatesLeftMinor {
      font-size: x-large;
    }

    .heroRatesRightMajor {
      font-size: xx-large;
    }

    .ddButton
    {
      padding: 2%;
    }

    .main-line {
      background-color: revert;
      left: 0;
      margin-left: 0;
    }

    .top-button-one {
      visibility: hidden;
      display: none;
    }

    .top-button-two {
      visibility: hidden;
      display: none;
    }

    .nqm-logo {
      visibility: hidden;
      display: none;
    }
    
    .main-line img {
      visibility: hidden;
      display: none;
    }

    .line-header {
      visibility: hidden;
    }

    .section-content {
      margin-left: 0;
      padding-top: 1rem;
      padding-left: 1rem !important;
      padding-bottom: 0rem;
      max-width: 100% !important;
    } 
    /* If we want the black horozontal bars hidden on mobile: */

    /* .section-content hr{
      visibility: hidden;
    } */

    /* If we do want those horozontal bars visible on mobile: */

    /* .section-content hr {
      visibility: visible;
      margin-bottom: 4rem;
      width: 28rem;
    } */

    .section-content p{
      width: 100% !important;
    }

    .line-section {
      left: 0;
      /* width: 30rem !important; */
      min-width: auto;
      max-width: 45vh !important;
    }

    .loan-content {
      margin-right: 1rem;
      max-width: 100% !important;
      width: fit-content;
      /* overflow: visible; */
      margin-bottom: 20%;
    }

    .main-table {
      visibility: hidden;
      display: none;
    }

    .mobile-table
    {
      visibility: visible;
      display: inline;
    }

    table {
      width: 100%;
      transform: scale(0.75);
      transform-origin: top left;
    }

    .why-txt {
      margin-top: -50%;
    }

    .top-dropdowns {
      display: block;
      padding-right: 0;
      padding-left: 0;
      padding-top: 0;
      position: fixed;
      width: 40rem;
      transform: translateY(-5.5%);
      z-index: 5;
    }

    .dropdown:hover .dropdown-content {
      position: unset !important;
  }

    .dropdown {
      width: 100%;
    }    

    .bottom-logo-image {
      /* *** restore this if using original nav bar 
      padding-top: 140% !important; */
      padding-top: 0% !important;
    }

    /* em {
      display: inline-block;
      width: 30rem !important;
    }

    b {
      width: 30rem;
      display: inline-block;
    } */

    .get-started-logo img {
      min-height: auto;
      min-width: -webkit-fill-available;
      height: auto;
      width: -webkit-fill-available;
      align-content: center;
      display: flex;
      justify-content: center;
      padding: 5% !important;
      position: relative;
      z-index: auto;
    }

    .regulations-licenses {
      margin-top: 5%;
    }

    * {
      box-sizing: border-box;
      scrollbar-color: transparent transparent;
      scrollbar-width: 0px;
      -ms-overflow-style: none;
    }

    /* Carousel stuff */

    /* .mobile-carousel {
      visibility: visible;
      display: inline;
    }

    .why-boxes {
      visibility: hidden;
      display: none;
    }

    @keyframes tonext {
      75% {
        left: 0;
      }
      95% {
        left: 100%;
      }
      98% {
        left: 100%;
      }
      99% {
        left: 0;
      }
    }
    
    @keyframes tostart {
      75% {
        left: 0;
      }
      95% {
        left: -300%;
      }
      98% {
        left: -300%;
      }
      99% {
        left: 0;
      }
    }
    
    @keyframes snap {
      96% {
        scroll-snap-align: center;
      }
      97% {
        scroll-snap-align: none;
      }
      99% {
        scroll-snap-align: none;
      }
      100% {
        scroll-snap-align: center;
      }
    }
    
    /* body {
      max-width: 37.5rem;
      margin: 0 auto;
      padding: 0;
      font-family: 'Lato', sans-serif;
      z-index: 2;
    } 
    
    * {
      box-sizing: border-box;
      scrollbar-color: transparent transparent;
      scrollbar-width: 0px;
    }
    
    *::-webkit-scrollbar {
      width: 0;
    }
    
    *::-webkit-scrollbar-track {
      background: transparent;
    }
    
    *::-webkit-scrollbar-thumb {
      background: transparent;
      border: none;
    }
    
    * {
      -ms-overflow-style: none;
    }
    
    /* ol, li {
      list-style: none;
      margin: 0;
      padding: 0;
    } 
    
    .carousel {
      position: relative;
      padding-top: 75%;
      filter: drop-shadow(0 0 10px #0003);
      perspective: 100px;
    }
    
    .carousel-vp {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      overflow-x: scroll;
      counter-reset: item;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
    }
    
    .carousel-slide {
      position: relative;
      flex: 0 0 100%;
      width: 100%;
      border-style: invisible;
      border-radius: 5px;
      text-align: center;
      background-color: var(--main-background-color);
      display: inline-block;
      counter-increment: item;
    }
    
    .carousel-slide:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%,-40%,70px);
      color: var(--carousel-background-color);
      font-size: 2em;
    }
    
    .carousel-snap {
      position: absolute;
      top: 0;
      left: 15%;
      width: 70%;
      height: 70%;
      scroll-snap-align: center;
      padding-block: 15%;
    }

    @media (hover: hover) {
      .carousel-snap {
        animation-name: tonext, snap;
        animation-timing-function: ease;
        animation-duration: 4s;
        animation-iteration-count: infinite;
      }
    
      .carousel-slide:last-child .carousel-snap {
        animation-name: tostart, snap;
      }
    }
    
    @media (prefers-reduced-motion: reduce) {
      .carousel-snap {
        animation-name: none;
      }
    }
    
    .carousel:hover .carousel-snap,
    .carousel:focus-within .carousel-snap {
      animation-name: none;
    }
    
    .carousel-nav {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
    }
    
    .carousel-nav-list,
    .carousel-nav-item {
        display: contents;
    }
    
    .carousel-nav-button {
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      background-color: var(--carousel-nav-color);
      background-clip: content-box;
      border: 0.25rem solid transparent;
      border-radius: 50%;
      font-size: 0;
      transition: transform 0.1s;
    }
    
    .carousel::before,
    .carousel::after,
    .carousel-prev,
    .carousel-next {
      /* change this next one to "absolute" to make the buttons come back 
      position: initial;
      top: 0;
      margin-top: 37.5%;
      width: 4rem;
      height: 4rem;
      transform: translateY(-50%);
      border-radius: 50%;
      font-size: 0;
      outline: 0;
    }
    
    .carousel::before,
    .carousel-prev {
      left: -1rem;
    }
    
    .carousel::after,
    .carousel-next {
      right: -1rem;
    }
    
    .carousel::before,
    .carousel::after {
      content: '';
      z-index: 5;
      background-color: var(--carousel-nav-color);
      background-size: 1.5rem 1.5rem;
      background-repeat: no-repeat;
      background-position: center center;
      color: var(--carousel-background-color);
      font-size: 2.5rem;
      line-height: 4rem;
      text-align: center;
      pointer-events: none;
    }
    
    .carousel::before {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
    }
    
    .carousel::after {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
    } */

  }