    .navbar-toggler {
      border: none;
    }
    nav{
      background-color: #093FB4;
    }
    footer{
      background-color: #1D1616;
    }
    .brand-toggle-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .brand-text {
      color: white;
      font-weight: bold;
      margin-left: 10px;
    }
    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
    }
    .carousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
      height: 100vh;
    }

    .carousel-item img {
      object-fit: cover;
      width: 100%;
    }

       .about-section {
      height: auto;
      background: white;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .about-overlay {
      background-color: #483AA0;
      color: white;
      padding: 2rem;
      border-radius: 1rem;
      max-width: 800px;
      text-align: center;
    }
    @media (min-width: 992px) {
      .brand-toggle-wrapper {
        display: none;
      }
    }