body {
  font-family: 'Montserrat';
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.container-fluid {
  padding: 7% 15%;
}

/* Title Section  */
#title {
  background-color: #ff4c68;
  color: #fff;
}

.title-heading {
  text-align: left;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

#title .container-fluid {
  padding: 3% 7% 15%;
}

/* Navigation Bar */
.navbar {
  padding-bottom: 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu';
  font-size: 2.5rem;
  font-weight: 600;
}

.nav-item {
  padding: 0 18px;
}
.nav-link {
  font-family: 'Montserrat';
  font-size: 1.2rem;
  font-weight: 300;
}

/* download buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* title image */
.title-image {
  width: 45%;
  transform: rotate(25deg);
  right: 0;
}

/* features */
#features {
  background-color: #fff;
}

.feature-box {
  padding: 5%;
}

.feature-title {
  font-family: 'Montserrat';
  font-size: 1.25rem;
  font-weight: 700;
}

.feature-box p {
  color: #8f8f8f;
}

.feature-box i {
  color: #ef8172;
  margin-bottom: 1rem;
}

.feature-box i:hover {
  color: #ff4c68;
}

#testimonials {
  background-color: #ef8172;
  color: #fff;
}

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

#press {
  background-color: #ef8172;

  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* pricing section */

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

#cta {
  background-color: #ff4c68;
}

.cta-heading {
  color: #fff;
  line-height: 1.5;
  font-size: 3.5rem;
}

#footer {
  background-color: #fff;
}

#footer p {
  color: #8f8f8f;
  font-size: small;
}

.footer-icon {
  margin: 20px 10px;
}

@media screen and (max-width: 1024px) {
  .title-heading {
    text-align: center;
  }
  .title-image {
    width: 45%;
    transform: rotate(0);
  }
}
