/* Colour scheme */
/* --caribbean-current: #006d77ff;
--tiffany-blue: #83c5beff;
--alice-blue: #edf6f9ff;
--pale-dogwood: #ffddd2ff;
--atomic-tangerine: #e29578ff; */

h1 {
  font-family: "Montserrat-Black";
  font-size: 2rem;
  line-height: 1.5;
}

h2 {
  font-family: "Montserrat-Bold";
  font-size: 1.75rem;
  line-height: 1.5;
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 1.5rem;
  line-height: 1.25;
}

h4 {
  font-family: "Montserrat-Bold";
  font-size: 1.25rem;
  line-height: 1.25;
}

.top-section {
  color: #5a5a5a;
  background-color: #ffe5ca;
  text-align: center;
  padding-bottom: 15px;
}

#charley-before-after img {
  margin-top: 40px;
}

/* Solid border */
hr.solid {
  border-top: 2px solid #e29578;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* Testimonial Section */

#testimonials {
  background-color: #fff3e2;
}

.testimonial-text {
  font-size: 1.5rem;
  line-height: 1.3;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.carousel-item {
  padding: 5% 12%;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
