.nav > .nav-links > a {
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    color: #00C04B;
}

.nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label {
    background-color: transparent;
    opacity: 0.7;
    border-radius: 8px;
}

.nav > .nav-links > a {
    display: block;
    width: 100%;
    padding: 12px;
}

.nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
    border: 5px solid white;
}

.no-topbox {
    background-color: #000925;
}

  h2 {
    text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,.7);
    max-width: 50ch;
    margin: 0 auto;
    padding: 0rem 1rem 1.5rem 1rem;
    color: whitesmoke;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.2;
}

.sub-heading {
    font-size: 1.6rem;

}


  blockquote {
      font-family: 'Roboto', sans-serif;
      color: white;
      font-weight: 300;
      text-rendering: optimizeSpeed;
      text-align: center;
      font-size: 1.5rem;
      margin: 0 8px;
      line-height: 1.6;
  }
      
  a:hover {
      text-shadow: none;
      color: lime;
  }
  
  button:hover {
      background-color: lime;
      transition: background-color .15s, font-size .15s;
  }
  
  button:active {
      border-color: #fff;
  }
  
 
  
  #button {
      position: relative;
  }
  
  /* Hover effect */
  a.button:hover {
      background-color: lime;
      color: #00175c;
      transition: background-color 0.15s, font-size 0.15s;
  }
  
  /* Active state */
  a.button:active {
      border-color: #fff;
  }
  
  .abox {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 4rem;
      min-width: 100%;
  }

  .postimg {
      overflow: hidden;
      border-radius: 15px;
      margin: 0 auto;
      opacity: 1;
      box-shadow: 0 0 5px black;
      border: 5px solid white;
      height: auto;
      max-width: 350px;
      width: calc(100% - 5rem);
  }
  
  .logo {
      width: 50%; 
      height: auto;
      max-width: 275px;
      opacity: 0.95;
      margin: 0 auto;
      min-width: 13rem;
  }
  
  .portrait {
      border: 5px solid white; 
      border-radius: 100px;
  }
  
  /* Specific Styling*/
  
  .star {
      color: goldenrod;
  }
  
  .bigstar {
      font-size: 3rem;
  }
  
  .bottomelf {
      padding-top: 4rem;
  }
  
  /* Learn More */
  
  .learn-more-checkbox {
      display: none;
  }
  
  .hidden-content {
      display: none;
  }
  
  .learn-more-checkbox:checked + .learn-more-btn + .hidden-content {
      display: inline;
  }
  
  .learn-more-checkbox:checked + .learn-more-btn {
      display: none;
  }
  
  .learn-more-btn {
    display: inline-block;
    background-color: transparent; /* No background for subtlety */
    color: limegreen; /* Soft blue for visibility and subtlety */
    padding: 5px 10px;
    cursor: pointer;
    border: none; /* No border for a more subtle look */
    font-size: 16px;
    transition: color 0.3s ease; /* Smooth transition for color change */
}




.learn-more-btn:hover {
    color: lime; /* A darker shade of blue on hover for subtle interactivity */
    text-decoration: underline; /* Adds underlining on hover for additional hint of interactivity */
}

 
  
  .collapse-btn { 
      cursor: pointer;    
      color: silver;
      font-size: 1rem;    
      display: block; 
      margin-top: 10px;
  }
  
  
 
  .backtotop {
      position: relative;
      z-index: 0;
  }
  
  footer {
    background-color: black; /* Dark background for contrast */
    color: white; /* White text for readability */
    padding: 2rem 0; /* Padding for spacing */
    font-family: Arial, sans-serif; /* Modern, readable font */
    z-index: 0;
    opacity: 0.8;
  }

  .ftcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center items for better alignment */
    max-width: 1200px; /* Limit maximum width for readability */
    margin: auto; /* Center the container */
    padding: 0 1rem; /* Padding for inner spacing */
  }

  .ftbox {
    flex: 1; /* Flex grow for equal distribution */
    min-width: 250px; /* Minimum width for smaller screens */
    max-width: 33%; /* Maximum width for larger screens */
    padding: 1rem; /* Padding for inner spacing */
    
    display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  }

  .ftbox p {
  font-weight: 300;
  text-rendering: optimizeSpeed;
  padding: 0;
  text-align: left;
  font-size: 0.9rem;
  color: white;
  max-width: 30ch;
  opacity: 0.9;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0;
  }

  .tt-p {
    font-weight: 300;
  text-rendering: optimizeSpeed;
  padding: 0;
  text-align: left;
  font-size: 0.9rem;
  color: white;
  max-width: 30ch;
  opacity: 0.9;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0;

  }

  .ftbox h3 {
    color: #f2f2f2; 
    margin-bottom: 0.5rem; 
    font-size: 1.2rem; 
    height: 35px;
    max-width: 25ch;
  }

  .ftbox ul {
    list-style: none;
    padding: 0; 
    margin: 0; 
  }

  .ftbox ul li {
    margin: 0.25rem 0; 
  }

  .ftbox a {
    color: #b8daff; 
    text-decoration: none; 
    font-size: 0.9rem; 
  }

  .ftbox a:hover {
    text-decoration: underline; 
  }

  

  @media screen and (max-width: 768px) {
    .ftcontainer {
      flex-direction: column; 
      align-items: center; 
    }
    .ftbox {
      max-width: 100%;
     margin-bottom: 1rem;
     min-width: 100%;
     padding-left: 2rem;
    }
    .ftbox img {
      margin-bottom: 3rem;
    }
    .ftbox a {
        font-size: 1.1rem;
        height: 48px;
        display: flex;
        width: 100%;
    }
  }

  .no-topbox-footer {
    opacity: 1;
  }

  .bottom-footer {
    background-color: black; /* Slightly darker background */
    text-align: center; /* Center the text */
    padding: 1rem 0; /* Padding for spacing */
    font-size: 0.9rem; /* Adjust font size */
    z-index: 1;
    min-height: 8rem;
  }

  .bottom-footer p {
      font-size: 1rem;
  }
  
  .bottompad {
      background-color: black; 
      height: 0;
  }
  
  
  /*Mobile screen Generic*/
  
  @media screen and (max-width: 1000px) {
  
      .mobilehide {
          display: none;
      }
  } 

.img {
    width: 80%;
    height: auto;
    border: 5px solid white;
    border-radius: 15px;
}

/*blog*/

.blog-content {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* Adjust the minmax values as needed */
    gap: 20px; /* Space between grid items */
    align-items: start; /* Aligns items to the start of their cell */

}

.post {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 800px;
}

.post p {
    max-width: 20rem;
    width: 80%;
}

.post h2 {
    color: white;
    opacity: .9;
    max-width: calc(24ch - 10px);
}

.post a {
    text-decoration: none;
}

.post-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    border: solid 5px whitesmoke;
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top;
}

.post-image-container {
    width: 80%;
    max-width: 20rem;
    aspect-ratio: 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
}

.post-image-container img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 15px; }

/*featured post*/

.featured-post {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 800px;
}

.featured-post p {
    width: 80%;
}

.featured-post h2 a {
    color: white;
    opacity: .9;
}

.featured-post-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    border: solid 5px whitesmoke;
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top;
}

.featured-post-image-container {
    width: 80%;
    max-width: 25rem;
    aspect-ratio: 1.2;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
}

.dark-logo {
    background-color: whitesmoke; border-radius: 15px; display: flex; justify-content: center;
}


.iframe-vid {
    display: flex;
    justify-content: center;
}


.YoutubeThumbnail {
    aspect-ratio: 16 / 9; 
    width: 100%;
    height: auto;
}

.itineraries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    align-items: start;
    width: 100vw;
}

/* Ensure .blog-content directly affects only the layout container */
.itineraries-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
}

.negheadline {color:red;font-size:1.5rem;font-weight:700}

.lnt {
    background-color: rgba(255, 255, 255, 200);
    border-radius: 10px;
}

.container {
    max-width: 100%;
}

.page-menu ul {
    list-style: none; /* Removes default list styling */
    padding: 0;
    margin: 0;
    display: flex; /* Displays the menu items inline */
    justify-content: center; /* Centers the menu items */
    flex-wrap: wrap; /* Allows items to wrap on small screens */
}

.page-menu li {
    margin: 15px; /* Adds space between menu items */
}

.page-menu a {
    text-decoration: none; /* Removes underline from links */
    padding: 10px 15px; /* Padding for larger clickable area */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

.page-menu a:hover, .page-menu a:focus {
    background-color: limegreen; /* Blue background on hover/focus */
    color: #ffffff; /* White text on hover/focus */
}

.white {
    background-color: white;

}

