body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

p {
  color: #8f8f8f;
}

/* heading */
.big-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* containers */
.container-fluid {
  padding: 7% 15%;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

.navbar {
  padding: 0 0 4.5rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 300;
}

/* title */
#title {
  background-color: #ff4c68;
  color: white;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 7%;
}

.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

.download-button {
  margin: 5% 3% 5% 0
}

/* features */
#features {
  /* margin-bottom: 50px; */
  background-color: #fff;
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
}

.featuresClass {
  /* margin: 100px 0 20px 0; */
  padding-left: 0;
}

.fa-check-circle, .fa-bullseye, .fa-heart {
  color: #ef8172;
  margin-bottom: 1rem
}

.fa-check-circle:hover, .fa-bullseye:hover, .fa-heart:hover {
  color: #ff4c68;
}

/* testimonial section */
#testimonials {
  background-color: #ef8172;
  color: #fff;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
}

/* press */
#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px
}

/* pricing */
#pricing {
  padding: 100px;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* call to Action  */
#cta {
  background-color: #ff4c68;
  color: #fff;
}

/* footer */
#footer {
  background-color: #fff;
  font-size: 15px;
}

.social-media-footer {
  margin: 20px 10px;
}

.anch-foot {
  color: black;
}

.attrib {
  font-size: 0.5rem;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }

  .testimonial-text {
    font-size: 1rem;
  }
}