
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #e6f1f8; /* Fixed blue background color */
}

header {
  background-image: url(images/headerBG2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #e6f1f8; /* fallback color */
  
  height: auto;

}

.branding {
  float: left;
  padding-left: 2%;
}

.responsive-logo {
  max-width: 80%;
  height: auto;
}

@media (max-width: 60.4375em) {
	
	
  .responsive-logo {
    max-width: 70%;
    float: left;
  }
  .branding {
    float: none;
    padding-left: 2%;
  }
  .phone {
    text-align: center;
  }


}


.nav {
  margin-top: 0;
  padding-top: 4.375em;
  height: 100%;
  color: white;
  text-align: center;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.nav a {
  text-decoration: none;
  color: white;
  background-color: #002147;
}

.nav a:hover {
  background-color: #f0f0f0;
  color: #333;
}

.phone {
  margin: 0.0625em 0 0 0;
  color: #2f3e46;
  text-align: center;
  padding-top: 0.3125em;
  padding-left: 0;
  background-color: #002147;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #d4e1f7;
  justify-content: space-evenly;
  border-top: 0.0625em solid #006400;
}

.small_phone {
  display: none;
}

.phone a {
  text-decoration: none;
  color: white;
  padding: 0.1875em;
}

.phone a:hover {
  color: #5763f7;
}

.top {
  text-align: center;
  flex: 100%;
  height: auto;
  background-color: rgba(0, 0, 50, 1);
}

.top h1 {
  font-size: 1.25em;
  color: #d4e1f7;
  text-align: center;
}

.top h2 {
  font-size: 1.125em;
  color: #d4e1f7;
}

.intro-text {
  text-align: center;
  padding: 0.3125em;
  background-color: #f4fdf6;
  color: #2a402c;
  font-family: 'Segoe UI', sans-serif;
}

.intro-text h1 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  color: #143C5A;
}

.intro-text p {
  font-size: 1.2em;
  max-width: 43.75em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .nav {
    display: flex;
    align-items: center;
    z-index: 1000;
  }
  .nav a {
    text-decoration: none;
    color: white;
    padding: 0.625em 1.25em;
  }
  .menu-toggle {
    display: none;
  }
  .menu.active {
    display: none;
  }
  .extra_pic {
    margin-left: 3.125em;
    position: relative;
    width: 100%;
    max-width: 36.25em;
    min-width: 23.75em;
    float: right;
  }
  .extra_pic img {
    width: 100%;
    max-width: 43.75em;
    min-width: 23.75em;
 
 }

/* ---------- Carousel Section ---------- */

.carousel_container {
    display: flex;
    justify-content: space-between;
    margin: 20px 100px;
    padding: 1px;
    text-align: left;
    font-size: 1em;
}
.carousel {
    margin-left: 0px;
    position: relative;
    width: 100%;
    max-width: 580px;
    min-width: 380px;
    overflow: hidden;
    float: left;
}
}


			
				
/* Mobile styles ---VVVVVVVVVVVVVVVVVVVVV---javascript enabled-------------*/
/* Hamburger Button */
.menu-toggle {
	 padding: 2px 10px; /* More padding = fatter button */
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.2); /* White with 60% opacity */
  border: 1px solid #2f3e46;
  box-shadow: inset 0 0 0 1px white; /* Inner white border */
  font-size: 28px;
  cursor: pointer;
  z-index: 1001;
  color: #2f3e46;
}

.menu-toggle:hover {
  color: #000;
}


/* Hidden by default */

.menu {
  display: none;
  position: absolute;
  top: 50px; /* just below the hamburger */
  right: 15px; /* small margin from the right edge */
  width: 240px; /* typical width */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 10px 0;
}



/* When menu is active */
.menu.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Menu list items */
.menu li {
  border-top: 1px solid #e6f1f8;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.menu a {
  display: block;
  padding: 12px 20px;
  text-align: left;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

.menu a:hover {
  background-color: #e6f1f8;
  color: #003366;
}

/* Mobile styles ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---javascript enabled-------------*/

        
		




/* Rewritten CSS with em units where appropriate */

.full_width_section {
  background-color: #e6f1f8;
  margin: 1.25em 0.75em;
  padding: 0.625em 1.875em 1.875em 1.875em;
  text-align: left;
  height: auto;
}

.full_width_section h1 {
  font-size: 2.5em;
  color: #333;
}

.full_width_section h2 {
  font-size: 1.375em;
  color: #333;
}

.full_width_section p {
  font-size: 1em;
  color: #2f3e46;
  margin-bottom: 0.9375em;
}

.full_width_section h3 {
  font-size: 1.25em;
  color: black;
  margin-top: 1.25em;
}

.full_width_section a {
  color: black;
  text-decoration: none;
}

.full_width_section a:hover {
  color: #033f5c;
  text-decoration: underline;
}

.full_width_section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1.25em;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 1.25em;
  text-align: center;
}

.highlighted {
  background-color: white;
}


  
		  /* Add new CSS for mobile view */
        @media (max-width: 910px) 
		
		{
            .nav {
                display: none; /* Hide regular menu on smaller screens */
				 flex-direction: column; /* Align links vertically */
            }
            .menu-toggle {
                display: block; /* Show hamburger menu on smaller screens */
            }
            .sub-menu {
                display: none; /* Hide mobile menu items by default */
            }
            .menu.active .sub-menu {
                display: block; /* Show mobile menu items when menu is active */
            }
            .menu-toggle {
                /* Your styles for the hamburger menu button */
            }
            .sub-menu li {
                /* Your styles for mobile menu items */
            }
			  .
					  .phone
					  {
					 flex-wrap: wrap;
					 flex-direction: column; /* Align links vertically */
					  }
			header	
					{ 
					flex-direction: column; /* Align links vertically */
					}
			
			 .extra_pic
					   {
						display: none;
					   }
        }

		
	@media (min-width: 461px) and (max-width: 767px) {
  

  .carousel_container {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
  }

  .carousel {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
	  position: relative;
  }

  .extra_pic {
    display: none;
  }
}
	
	@media (max-width: 460px) {
    header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  position: relative;
  z-index: 1000;
}

	
	.small_phone {
        margin: 1px 0 0 0;
        
        padding-top: 5px;
        padding-left: 0;
        background-color: #002147;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-decoration: none;
        color: white;
        justify-content: space-evenly;
        border-top: 1px solid #006400;
        font-size: 0.875em; /* ~14px */
    }

    .small_phone a {
        text-decoration: none;
        color: white;
        padding: 3px;
        font-size: 0.875em;
    }

    .small_phone a:hover {
        color: #5763f7;
    }

    .phone {
        display: none;
    }
	.carousel_container {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px;
    padding: 1px;
    text-align: left;
    font-size: 1em;
}
.carousel {
    margin-left: 0px;
    position: relative;
    width: 100%;
    max-width: 460px;
    min-width: 300px;
    overflow: hidden;
    float: left;
}
}

}

/* ---------- Carousel Section ---------- */


.carousel_container h3 {
    margin-bottom: 10px;
    color: #d4e1f7;
    font-size: 1.125em; /* ~18px */
}

.carousel_container a {
    margin-bottom: 10px;
    color: #d4e1f7;
    font-size: 1em;
}



.carousel-inner {
    position: relative;
    display: flex;
    transition: opacity 0.5s ease-in-out;
}

.carousel-item {
    display: none;
    box-sizing: border-box;
    font-size: 1em;
}

.carousel-item.active {
    display: block;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    position: absolute;
    bottom: 10px;
    left: 48%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 50%;
    font-size: 0.9375em; /* ~15px */
}

.carousel-indicators {
    position: absolute;
    top: 3px;
    left: 36%;
    display: flex;
    justify-content: flex-start;
}

.indicator {
    background-color: rgba(173, 216, 230, 0.5);
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.indicator.active {
    background-color: rgba(173, 216, 230, 0.98);
    transform: scale(1.2);
}

.carousel-control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.prev {
    top: 80%;
    transform: translateY(-50%);
    left: -7px;
}

.next {
    top: 80%;
    transform: translateY(-50%);
    right: 1%;
}

.carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
