* {
      box-sizing: border-box;
    }
    body {
      font-family: 'Inter', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      color: #202124;
    }
    header {
      background-color: #003366;
      color: white;
      padding: 3rem 1rem;
      text-align: center;
      position: relative;
    }
    header .logo {
      position: absolute;
      top: 1rem;
      left: 1rem;
      width: 60px;
      height: 60px;
      border-radius: 8px;
      object-fit: cover;
    }
    header h1 {
      /*font-size: 2.8rem;*/
      margin-bottom: 0.5rem;
    }
    header p {
      font-size: 1.25rem;
      max-width: 640px;
      margin: 0 auto;
    }
    .hero {
      background-color: #E2E8F0;
      padding: 3rem 1rem;
      text-align: center;
    }
    .hero img {
      width: 250px;
      height: 250px;
      border-radius: 16px;
      object-fit: cover;
      margin-bottom: 1rem;
    }
    .hero h2 {
      font-size: 2rem;
      color: #0d47a1;
      margin-bottom: 1rem;
    }
    .hero p {
      max-width: 700px;
      margin: 0 auto;
      font-size: 1.1rem;
    }
    .gallery {
      display: flex;
      justify-content: center;
      gap: 1rem;
      padding: 1rem;
      flex-wrap: wrap;
    }
    .gallery img {
      width: 100%;
      max-width: 280px;
      border-radius: 12px;
    }
    .section {
      padding: 3rem 1rem;
      /*max-width: 1000px;*/
      margin: 0 auto;
    }
    .section h2 {
      color: #0d47a1;
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    .experience, .vision {
      background-color: #F1F5F9;
      padding: 2rem;
      border-radius: 12px;
    }
    .cta {
      background-color: #DBEAFE;
      padding: 2rem;
      text-align: center;
      border-radius: 12px;
    }
    .cta a {
      background-color: #003366;
      color: white;
      text-decoration: none;
      padding: 0.75rem 1.5rem;
      border-radius: 6px;
      font-weight: 600;
      display: inline-block;
      margin-top: 1rem;
    }
    .social {
      text-align: center;
      margin: 2rem 0;
    }
    .social a {
      margin: 0 0.5rem;
      text-decoration: none;
      font-weight: 600;
      color: #003366;
    }
    .media-download {
      text-align: center;
      background-color: #E5E7EB;
      padding: 2rem 1rem;
      border-radius: 12px;
    }
    .media-download a {
      color: #003366;
      font-weight: 600;
      text-decoration: underline;
    }
    .testimonials, .volunteer {
      background-color: #F9FAFB;
      padding: 3rem 1rem;
      text-align: center;
    }
    .testimonials blockquote {
      font-style: italic;
      margin: 1rem auto;
      max-width: 700px;
      color: #374151;
    }
    .volunteer form {
      max-width: 500px;
      margin: 0 auto;
    }
    .volunteer input, .volunteer textarea, .volunteer button {
      width: 100%;
      padding: 0.75rem;
      margin: 0.5rem 0;
      border: 1px solid #CBD5E1;
      border-radius: 6px;
    }
    .volunteer button {
      background-color: #003366;
      color: white;
      border: none;
      font-weight: 600;
      cursor: pointer;
    }
    footer {
      background-color: #003366;
      color: #E5E7EB;
      text-align: center;
      padding: 2rem 1rem;
      font-size: 0.9rem;
    }
/*
    nav {
  padding: 1.5rem 2rem;
  background-color: #222831;
  color: #fff;
}

.checkbtn{
  font-size: 1.5rem;
  color: #fff !important;
  cursor: pointer;
}

#check{
  display: none;
}

#check:checked ~ .nav-mobile{display: block;}

.nav-mobile {
  display: none;
  position: absolute;
  float:right !important;
  top: 4.0rem;
  right: 0;
  overflow: hidden;
  background: #003366;
  z-index: 1;
  width: 200px;
}

.nav-mobile a {
  color: #fff;
  padding: 1rem 1.5rem;
  display: block;
}
*/
hr {
  background-color: #393e46;
  padding: 1px;
  border: none;
}

.nav-link {
    color:#ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.0rem;
    padding: 0.75rem 1.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
