body {
  font-family: "Montserrat", serif;
  background-color: #ffffff;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: #336900;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Newsreader", serif;
}



.sgcc-nav {
  z-index: 10;
  background-color: #ffffffde; /*#2a4c0980*/
  padding: 10px 0 ;
}
.sgcc-nav a{
  color: #2a4c0a;

}



.navbar-brand {
  font-family: "Newsreader", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #336900;
  padding: 0 0 0 0;
}



.sgcc-h1-small {
  font-size: 1.2rem; 
  font-family: "Newsreader", serif;
  font-weight: 300;
}

.nav-link {
  font-family: "Montserrat", serif;
  font-size: 1.2rem;
  font-weight: 400;

}

  /* The video container forces the aspect ratio */
  #video-container {
    position: relative;
    aspect-ratio: 16 / 9; /* Default for desktop */
    overflow: hidden;
  }
  /* All videos fill the container */
  #video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* The overlay holds your logo, text, etc. */
  #video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* Center overlay content */
    display: flex;
    /* background-color: #1c330763; /*#2a4c0980*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f1eddd;
    text-align: center;
  }
  /* Hide the phone video by default */
  .phone-video {
    display: none;
  }
  .sgcc-logo {
    max-width: 220px;
  }


  .sgcc-overlay {
    color: #2a4c0a;
    padding: 10px;
    margin: 0 10px;
    background-color: #ffffffc2; /* #2a4c0a  #f1eddd */
    border-radius: 30px;
    border: 2px solid #2a4c0a;
}
  .sgcc-overlay h1 {
    font-family: "Newsreader", serif;
    font-size: 2rem;
    font-weight: 500;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .sgcc-1 {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 15px;
    }

  .sgcc-2 h2 {
    font-family: "Newsreader", serif;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .sgcc-3 {
    margin: 20px;
  }

.carousel-item h5 {
  font-family: "Montserrat", serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}







  .sgcc-contact-1 h1 {
    font-family: "Newsreader", serif;
    font-size: 1.8rem;
    font-weight: 300;
  }
  .sgcc-contact-1 h2 {
    font-family: "Newsreader", serif;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .sgcc-contact-1 a {
    color: #000000;
  }
  .sgcc-contact-1 h3 {
    font-family: "Newsreader", serif;
    font-size: 1.6rem;
    font-weight: 300;
  }

  .responsive-video {
    width: 100%;
    height: auto;
    max-width: 1280px;
    display: block; /* Optional: removes extra bottom space */
  }
  
  .map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
  }
  
  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }  



  /* Mobile styles: switch aspect ratio and videos */
  @media (max-width: 767.98px) {
    #video-container {
      aspect-ratio: 9 / 16; /* For mobile */
    }
    /* Hide desktop video, show phone video */
    .desktop-video {
      display: none;
    }
    .phone-video {
      display: block;
    }
  }



  @media (min-width: 576px) {
    

  }
  @media (min-width: 768px) {
    .navbar-brand {
      font-size: 2.4rem;
      padding: 0 0 0 20px;
    }
  }
  @media (min-width: 992px) {
  
  }
  @media (min-width: 1200px) {
  
  }
  @media (min-width: 1400px) {
  
    .sgcc-overlay {
      padding: 30px;
      margin: 0 0 0 0;
      max-width: 800px;
  }
  
    .sgcc-overlay h1 {
      font-size: 3.2rem;
      padding: 0 0 0 0;
      margin: 0 120px;
  }
  
  .sgcc-1 {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 30px 0px;
    }

    .sgcc-logo {
      max-width: 280px;
      padding-top: 30px
    }
    .sgcc-2 h2 {
      font-size: 1.8rem;
    }
  

    .carousel-item h5 {
      font-size: 3rem;
    }
    



  }