    
    nav {
        width: 105%;
        margin: 0;
        background-color:#ffffff;
        background-color: rgba(255, 255, 255, 0.95); /* Slight transparency */
        backdrop-filter: blur(5px); /* Blurs content behind the nav */
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
        margin-left:-2em;
        
        html {
        scroll-behavior: smooth;
    }
    
      /* makes the menu "sticky" */
        position: fixed;
        z-index:100;
      
      /* makes sure the menu sticks to the very top of the page */
        top: 0;
    }
    
    .menu {
        display: flex;
        align-items: center; /* Centers items vertically */
        justify-content: flex-start; /* Aligns links to the left */
        list-style-type: none;
        margin: 0 auto;
        padding: 0 3em;
    }
    
    /* Remove .menuitem { float: left; } entirely */
    
        main {
        max-width: 900px;
        padding: 40px 20px;
        line-height: 1.6; /* Adds breathing room between lines of text */
    }
    
    .menuitem a {
         transition: background-color 0.3s ease, color 0.3s ease;
            display: block;
        color: #000000;
        padding: 18px 20px;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .menuitem a:hover {
        color: #455d7a;
        text-shadow: 0 0 10px rgba(69, 93, 122, 0.2);
        letter-spacing: 0.5px; /* Very subtle expansion of text */
    }
    }
    
    /* Targeted to that specific long list of cities */
    main ul:last-of-type {
        column-count: 3;
        column-gap: 40px;
        list-style-position: inside; /* Keeps bullets aligned in columns */
    }
    
    
    .logo {
      /* play with the width and margin-top numbers until your logo looks the way you want it to */
      width: 3em;
      margin-top: .3em;
      
      /* you probably only need border: none if you have a border set for images in general */
      border: none;
    }
    
    
    /* BASIC DOCUMENT SETUP */
    

    body {
      background-color: #233142;
      padding-top: 60px;
          color: #ffffff;
          border: .1em inset #ffffff;
          padding-left:2em;
    }
    
            
    .title {
        font-size: 8.4vw;
        text-align: center;
    }
    
    
    
    
    .fira-sans-light {
      font-family: "Fira Sans", sans-serif;
      font-weight: 300;
      font-style: normal;
    }
    
    .fira-sans-regular {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
    
    .fira-sans-medium {
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      font-style: normal;
    }
    
    .fira-sans-semibold {
      font-family: "Fira Sans", sans-serif;
      font-weight: 600;
      font-style: normal;
    }
    
    .fira-sans-bold {
      font-family: "Fira Sans", sans-serif;
      font-weight: 700;
      font-style: normal;
    }
    
    .fira-sans-extrabold {
      font-family: "Fira Sans", sans-serif;
      font-weight: 800;
      font-style: normal;
    }
    
    .fira-sans-black {
      font-family: "Fira Sans", sans-serif;
      font-weight: 900;
      font-style: normal;
    }
    
    .fira-sans-thin-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 100;
      font-style: italic;
    }
    
    .fira-sans-extralight-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-style: italic;
    }
    
    .fira-sans-light-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 300;
      font-style: italic;
    }
    
    .fira-sans-regular-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-style: italic;
    }
    
    .fira-sans-medium-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      font-style: italic;
    }
    
    .fira-sans-semibold-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 600;
      font-style: italic;
    }
    
    .fira-sans-bold-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 700;
      font-style: italic;
    }
    
    .fira-sans-extrabold-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 800;
      font-style: italic;
    }
    
    .fira-sans-black-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 900;
      font-style: italic;
    }
   .hero {
    font-family: "Saira Stencil", sans-serif;
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.1;
    color: #fff;
    
    /* Center the box on the screen */
    margin: 15vh auto; /* 15% of viewport height from top, centered horizontally */
    max-width: 90%;
    
 
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2em;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    text-shadow:
        0 0 5px #fff, 
        0 0 10px #fff, 
        0 0 20px #0ff, 
        0 0 40px #0ff;
    

}
.hero:hover {
    /* ... existing hover code ... */
    text-shadow: 0 0 10px #fff, 0 0 20px #0ff; /* Shorter, cleaner glow on hover */
}

    .padding {
        padding-top: 50px;
    }
    main ul {
      margin-left: 40px;     
      margin-right:40px;
    }
    
    

    .stat-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    background-color: #233142;
    color: #ffffff;
    margin: 20px 0;
    text-align: center;
}

.count {
    font-family: "Saira Stencil", sans-serif;
    font-size: 4rem;
    font-weight: 800;
}

.stat-suffix {
    font-family: "Saira Stencil", sans-serif;
    font-size: 2.5rem;
}

.stat-item  {
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -10px;
}
/*LINKS*/
.link {

  color:#83F28F;
  text-shadow: 0 0 10px #fff, 0 0 20px #0ff
  text-decoration:none;
}
.link:hover {
    text-decoration:underline;
   color:#46fa59; 
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/*END LINKS*/
.switch {
  position: relative;
  display: inline-block;

}
.switch-input {
  display: none;

}
.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;

}
.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.switch-label::after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.switch-input:checked + .switch-label::before {
  background-color: #89c12d;
}
.switch-input:checked + .switch-label::after {
  left: 24px;
}
.image {
    width:200px;
    border-radius:20px;
    border:3px solid #e0e0e0;
    border-radius:20px;
}
a {
     color:#ffffff;
     text-decoration:none;
}
a:hover {
    text-decoration:underline;
   color:#46fa59; 
}
.small {
    font-size: .7em;
}
.logo2 {
    width:14vw;
    display:block;
    margin:auto;
    border:.2em solid #ffffff;
}
h1, h2, p {
    margin-bottom: .5em;
    margin-bottom: .5em;
}
.align-left {
    float: le;
}