body {
  color: black;
  background-color: #f7ffe5;
  font-family: Roboto;
}

.navbar {
  background-color: #99bc85;
}

.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 700;
  color: white;
}

.navbar-brand img {
  width: 8rem;
  height: 3rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #99bc85;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
  color: white;
}

.dropdown-menu a:hover {
  color: black;
}

#myCarousel .carousel-inner .carousel-item {
  max-height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#myCarousel .carousel-caption {
  top: 80%;
  bottom: auto;
  transform: translate(0, -50%);
}

@media (max-width: 465px) {
  #myCarousel .carousel-caption {
    top: 72%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}

.carousel-caption p {
  max-width: 100%;
  opacity: 1;
  color: black;
  text-shadow: 1px 1px #ffffff;
}

.btn-primary {
  background-color: orange;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 2rem;
  max-width: 182px;
}

.btn-secondary {
  background-color: #598055;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 2rem;
  max-width: 162px;
  margin-right: 10px;
}

.btn-secondary a {
  text-decoration: none;
  color: white;
}

.btn-primary:hover {
  background-color: darkorange;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.btn-secondary:hover {
  background-color: #385e37;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.card {
  background-color: transparent;
}

.card-title {
  padding: 1rem 0;
}

.card-subtitle {
  color: #6c757d;
  padding-bottom: 1rem;
}

.card-text-services {
  padding-bottom: 1rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}

.card-title {
  text-align: center;
}

.owl-carousel .card {
  height: 36rem;
}

.owl-carousel .card a {
  text-decoration: none;
  color: darkorange;
}

.owl-carousel .card:hover {
  opacity: 0.7;
}

.testimonials {
  background-color: #bfd8af;
}

.testimonials img {
  width: 150px;
  height: 150px;
}

footer {
  background-color: #99bc85;
  padding: 1rem 0;
}

footer .card {
  border: none;
  /* font-weight: 400; */
}

.fab {
  color: darkorange;
}

.accordion-button::after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5rem;
}

.accordion-item {
  border: 3px solid #99bc85;
  border-radius: 5px;

  .accordion-button:not(.collapsed) {
    background-color: #99bc85;
  }
}

.footer .card-body {
  color: white;
}

.footer .card-title {
  font-weight: 700;
}

/* .footer .card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: black;
} */

.copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.copyright a {
  margin-right: 1rem;
}

.copyright p {
  margin-right: 1rem;
  margin-top: 1rem;
  color: white;
}

@media (max-width: 465px) {
  .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.icon-text {
  margin-left: 0.75rem;
}
