
/* index new styling */

body {
  background-color: white;
}

#hero h1.main-title {
  color: #dec1ba;
  text-transform: capitalize;
}
.hero-img {
  text-align: center;
}
.hero-img img {
  width: 80%;
  padding-right: 20%;
}
.testimonial {
  margin-top: 50px;
  background-color: transparent;
  background-image: url(../img/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.testimonial p {
  width: 100%;
  padding: 50px;
  padding-bottom: 0px;
  font-family: helvetica, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  text-align: justify;
}
.testimonial p.author {
  padding: 0px;
  padding-right: 50px;
  padding-bottom: 10px;
  width: 100%;
  font-family: helvetica, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}
h2.workshops {
  color: #dec1ba;
  text-transform: capitalize;
}
.clients {
  text-align: center;
}
.clients img {
  width: 80%;
  padding: 10px;
  vertical-align: middle;
}

