body {
  font-family: 'Nunito Sans', sans-serif;
}

/* common sections */
.big-heading {
  font-family: 'Merriweather', serif;
  margin-bottom: 30px;
}

.colored-section {
  background-color: #7FE9DE;
}

.common-padding {
  padding: 7% 3%;
}

/* nav styling */
.navbar-brand {
  font-family: 'Merriweather', serif;
}

.navbar {
  padding: 2% 3%;
}

.nav-item {
  margin-right: 20px;
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: #9C254D;
}

.navbar-brand:hover {
  color: #9C254D;
}

/* home styling */
.home-img {
  width: 60%;
}

.home-heading {
  font-family: 'Merriweather', serif;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 3rem;
}

.home-paragraph {
  line-height: 2;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.btn {
  margin: 0 30px 30px 0;
}

.fa-brands {
  font-size: 1.5rem;
}

/* services styling */
.service-subheading {
  color: #9C254D;
}

.services-div {
  padding: 2%;
}

/* testimonials styling */
.testimonials-div {
  padding: 7% 15%;
}

.testimonials-img {
  width: 20%;
  border-radius: 100%;
  margin-right: 10px;
}

.testimonials-subheading {
  margin-top: 30px;
  line-height: 2;
}

/* instructors styling */
.instructor-sub-heading {
  color: #9C254D;
  margin: 5px 0 15px;
}

.instructor-img {
  width: 100%;
  margin: 10px 0;
}

.instructor-paragraph {
  line-height: 1.5;
}

/* pricing styling */
.pricing-column {
  padding: 2%;
}

/* questions styling */
.accordion-header {
  line-height: 2;
}

.accordion-body {
  line-height: 2;
}

/* contacts styling */
.contact {
  padding: 10px;
}

.contact-icons {
  font-size: 1.5rem;
  margin: 20px 45px 25px 0;
  color: #000;
}

.contact-icons:hover {
  color: #9C254D;
}

/* media query styling */
@media screen and (max-width:768px) {
  .home {
    text-align: center;
  }

  .home-heading {
    font-size: 2.7rem;
  }

  .home-paragraph {
    font-size: 1.0rem;
  }

  .services {
    text-align: center;
  }

  .testimonials-subheading {
    font-size: 1.0rem;
  }

  .instructors {
    text-align: center;
  }

  .instructor-img {
    width: 90%;
  }

  .pricing-column {
    text-align: center;
  }
}

@media screen and (max-width:992px) {
  .home {
    text-align: center;
  }

  .home-heading {
    font-size: 2.7rem;
  }

  .home-paragraph {
    font-size: 1.1rem;
  }

  .home-img {
    width: 40%;
  }

  .instructor-img {
    width: 90%;
  }

  .pricing-column {
    text-align: center;
  }
}
