.gg-color {
  background-color: #61B142;
}

.gg-info-line {
    height: 2vw;
    text-align: center;
}

.gg-logo {
  max-height: 4vw;
  max-width: 4vw;
}

.gg-card {
  border-color: #61B142;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gg-card-img {
  border-color: #61B142;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gg-card-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}


.gg-section-header {
  text-align: center;
  background-color: lightgrey;
}

.gg-info-text {
  font-size: 1.8vw;
  color: black;
}

.gg-info-text-logo {
  font-size: 2vw;
  font-weight: bold;
}

.gg-nav-link {
  font-size: 1.8vw;
  color: black;
}

.gg-slide {
  width: 100%; 
  height: 40vw;
}

@media (max-width: 576px) {
  .carousel-caption {
    display: none;
  }

  .gg-info-text {
    font-size: 2.2vw;
    color: black;
  }

  .gg-nav-link {
    font-size: 2.4vw;
    color: black;
  }
}

@media (min-width: 1139px) {
  .gg-logo {
    max-height: 4rem;
    max-width: 4rem;
  }

  .gg-info-text {
    font-size: 1.5rem;
    color: black;
  }

  .gg-info-text-logo {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .gg-nav-link {
    font-size: 1.5rem;
    color: black;
  }

  .gg-slide {
    max-height: 36rem; 
    max-width: auto;
  }

  .gg-card-img {
    border-color: #61B142;
    min-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 15rem; 
    max-height: 24rem;
  }

}


