body {
  font-family: "MontserratLight", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar-custom {
  background-color: #2d3132;
}

.navbar-custom .nav-link {
  color: white;
  text-transform: uppercase;
}

.navbar-custom .nav-link.active {
  font-weight: bold;
}

.logo {
  width: 170%;
  height: auto;
}

.carousel-inner .carousel-item img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}

.carousel-control-prev, .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5);
}

.achievement-container .carousel-inner .carousel-item img {
  max-height: 260px;
  object-fit: contain;
}

.slide-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #db0d21;
  color: white;
  border: 3px solid white;
  text-decoration: none;
  border-radius: 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-weight: 900;
  letter-spacing: 0.0625rem;
}

.slide-button:hover {
  background-color: #bc0b1c;
}

.authorized-distributor-section {
  text-align: center;
  margin: 1rem 0;
  padding: 0.5rem 0;
}

.distributor-title {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.distributor-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.distributor-logos img {
  max-height: 6.25rem;
  max-width: 9.375rem;
}

footer {
  background-color: #2d3132;
  color: white;
  padding: 1rem 0;
  width: 100%;
  margin-top: auto;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-section img {
  width: 200px;
  height: auto;
}

.logo-section p {
  margin-left: 0.5rem;
  font-size: 0.875rem;
}

.info-section {
  text-align: center;
  margin: 0.5rem 0;
  font-weight: bold;
  line-height: 1.3;
}

.info-section a {
  display: block;
  color: white;
  text-decoration: none;
  line-height: 1.5;
  font-size: 0.875rem;
}

.contact-section {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 2;
}

.contact-section p {
  margin: 0 0 0.25rem;
}

.separator {
  width: 5rem;
  background-color: white;
  height: 2px;
  margin: 0.25rem 0;
  flex-shrink: 0;
  display: block;
}

.custom-toggler {
  background-color: white;
}

.header-container .header-image {
  max-height: 140px;
  object-fit: cover;
}

.section-container .section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: red;
}

.image-container .image-turbo {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.info-container {
  margin-bottom: 1rem;
}

.title-icon {
  width: 24px;
  height: 24px;
}

.trouble-header {
  margin-bottom: 0.5rem;
}

.title-red {
  color: red;
}

.contact-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.contact-info a {
  color: black;
}

.achievement-container {
  margin-top: 2rem;
}

.achievement-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container-red {
  background-color: red;
  color: white;
  padding: 1rem;
}

.achievements .section-content {
  margin-top: -2rem;
}

.carousel-caption {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }

/* Greater than 768px */
@media (min-width: 768px) {
  .logo-link {
    display: flex;
    justify-content: center;
  }

  .logo {
    width: 70%;
    height: auto;
  }

  .authorized-distributor-section {
    display: flex;
    justify-content: space-around;
  }

  .distributor-logos {
    flex-direction: row;
  }

  .footer-container {
    flex-direction: row;
    justify-content: center;
  }

  .separator {
    height: 7.1875rem;
    margin: 0.25rem 3.125rem;
    width: 2px;
  }

  .header-container .header-image {
    max-height: 400px;
    object-fit: cover;
  }

  .section-container .content-turbo {
    display: flex;
  }

  .section-container .text-container-full {
    max-width: 100%;
  }

  .info-container {
    margin-right: 1rem;
  }

  .achievement-container .carousel-inner .carousel-item img {
    max-height: 600px;
    object-fit: contain;
  }

  .carousel {
    min-height: 600px;
  }
}
