@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Lato", sans-serif;
  color: #f4fffe;
  margin: 0;
  background-color: #36454F;
}



/* Header */

header {
  width: 100%;
  background-color: #f4fffe;
  display: flex;
  flex-direction: row;
  position: relative;
  color: black;
}
header .icon {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
header .icon img {
  width: 4rem;
  z-index: 50;
  position: relative;
  height: auto;
  max-width: 100%;
  display: block;
}
header .heading {
  margin-top: auto;
  margin-bottom: auto;
}
header .heading h1 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  overflow-wrap: normal;
  word-break: normal;
  margin: 0;
}



/* Navigation */
nav {
  width: 100%;
  background-color: black;
  align-items: center;
  display: flex;
  margin-top: -0.5rem;
  position: relative;
}
nav a {
  color: #f4fffe;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding-inline-start: 6rem;
  flex-shrink: 1;
  z-index: 50;
  text-decoration: inherit;
}
/* Main Section */
main {
  width: 100%;
  min-height: 100vh;
  margin-top: 1rem;
  box-sizing: border-box;
}
main article {
  color: #f4fffe;
  padding: 2rem;
  margin: 3rem 0;
}
main article h2 {
  color: #f4fffe;
  font-weight: 600;
  font-size: 2.25rem;
  margin: 0;
}

main article h3 {
  color: #f4fffe;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;

}


main article h4 {
  color: #f4fffe;
  font-weight: 500;
  font-size: 1.75rem;
  margin: 0;

}

/* Row and Column for Grid Layout */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; /* Prevents wrapping on larger screens */
}
.column {
  flex: 1 1 45%; /* 45% width by default, leaving room for spacing */
  margin-right: 20px;
}

/* Remove the last column's margin to keep alignment */
.column:last-child {
  margin-right: 0;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .row {
    flex-wrap: wrap; /* Enable wrapping on smaller screens */
  }
  .column {
    flex: 1 1 100%; /* Stack columns vertically on smaller screens */
    margin-bottom: 20px;
  }
  .column:last-child {
    margin-right: 0; /* Remove extra margin on the last item */
  }
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}




/*Styles 2025*/

#Links a {
  display: block; /* Makes each link a block-level element */
  margin-bottom: 10px; /* Adds spacing between links */
  text-decoration: none; /* Optional: Remove underline for a cleaner look */
}

#Program  {
border: 2px solid #f4fffe;
border-radius: 8px;
padding: 10px;
margin: 20px;
overflow: hidden; /* Prevents table from overflowing */
}

.table-container {
width: 100%;
overflow-x: auto; /* Enables horizontal scrolling if needed */
}

table {
width: 100%;
border-collapse: collapse;
color: #003B46;
font-size: 16px;
background-color: #f9f9f9;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

table, th, td {
border: 1px solid #ddd;
}

th, td {
padding: 12px;
text-align: left;
white-space: nowrap; /* Prevents text from wrapping */
}

th {
background-color: #f4fffe;
color: #003B46;
font-weight: bold;
}

tr:nth-child(even) {
background-color: #ffffff;
}

tr:hover {
background-color: #e6eaec;
}

    #buttons {
    display: flex;
    flex-direction: row; /* Makes the buttons stack horizontally */
    flex-wrap: wrap;    /* Allows wrapping to the next row if necessary */
    gap: 10px;          /* Adds space between buttons */
    margin-top: 20px;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #f4fffe; /* Green background color */
    color: black;             /* White text */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}
.button:hover {
    background-color: #e6eaec;
    color: black;
}




.banner {
    width: 100%;               
    background-color: #003B46;  
    padding: 2px;             
    position: fixed;           
    bottom: 0;                 
    left: 0;                   
    z-index: 1000;              /* Ensure it stays on top of other elements */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Shadow at the top for depth */
    display: flex;            
    justify-content: center;    
    gap: 10px;                 
}

/* Styling for the buttons container */
.banner .row {
    display: flex;              
    justify-content: center;    
    gap: 10px;                
}

body {
    margin: 0;                  /* Remove default margin */
    padding-bottom: 60px;       /* Space for the fixed banner */
 
}

.horizontal-image img {
width: 100%; /* Ensures the image fills the entire width */
height: auto; /* Maintains aspect ratio */
display: block; /* Removes extra space below the image */
}


.contact-links {
    list-style: none;
    padding: 0;
}
.contact-links li {
    margin: 10px 0;
}
.contact-links a {
    text-decoration: none;
    color: #f4fffe;
    font-size: 18px;
}
.contact-links a i {
    margin-right: 8px;
}


#PrintablesButton .button {
    display: block;
width: fit-content; /* Adjusts button width to content */
padding: 10px 15px;
margin: 20px 0; /* Adds spacing between buttons */
text-align: center;
margin-left: 100px;
}

a {
   
    color: #27d5e5;
    
    }

    a:active {
color: white;
}



/* 1. The Container needs to be the "Base" */
.mobile-nav-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* High enough to beat everything else on the page */
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

/* 2. The Backdrop (The "Click-to-Close" layer) */
.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 10; /* Lower than the FAB and Menu */
    visibility: hidden;
    opacity: 0;
}

/* 3. The Menu */
.banner {
    position: relative;
    z-index: 20; /* Higher than backdrop */
    margin-bottom: 15px;
    /* ... your other transition/transform styles ... */
}



/* Ensure the backdrop shows up when checked */
.menu-checkbox:checked ~ .menu-backdrop {
    visibility: visible;
    opacity: 1;
}

/* 2. Hide the actual checkbox */
.menu-checkbox {
    display: none;
}

/* 3. Style the Floating Button */
.fab {
    width: 30px;
    height: 30px;
    background-color: #27d5e5; /* Change to your brand color */
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

/* 4. Hide the menu by default */
.banner {
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

/* 5. Style the individual buttons into a vertical stack */
#buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}



/* 6. THE MAGIC: Expand menu when checkbox is checked */
.menu-checkbox:checked ~ .banner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* Rotate the '+' to an 'x' when open */
.menu-checkbox:checked ~ .fab {
    transform: rotate(135deg);
    background-color: #dc3545; /* Optional color change */
}


/* Create a full-screen overlay when the menu is active */
.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4); /* Optional: dims the background */
    z-index: -1; /* Sits behind the FAB and Menu */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show the backdrop only when checked */
.menu-checkbox:checked ~ .menu-backdrop {
    opacity: 1;
    visibility: visible;
}



.contact-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start; /* Keeps them left-aligned */
}

.contact-links a {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between icon and text */
    text-decoration: none;
    color: #27d5e5; /* Dark blue from your image */
    font-weight: 500;
}


.fab {
    width: 30px;
    height: 30px;
    background-color: #27d5e5;
    border-radius: 50%;
    
    /* 1. Reset everything */
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    
    /* 2. Text styling */
    color: white;
    font-size: 28px;
    line-height: 1; /* Critical to prevent the '+' from shifting down */
}

.fab .icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* If it still looks slightly high, uncomment the line below */
    /* transform: translateY(2px); */
}

/* Add padding to your footer so the floating button doesn't cover text */
footer, .contact-links {
    padding-right: 80px; /* Creates a "dead zone" for the button to live in */
    margin-bottom: 20px;
}

.mobile-nav-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* This keeps it above the social icons */
}