body {
  font-family: 'Montserrat', sans-serif;
}

/* TITLE */

h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat";
}

h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 10px;
}

h2 {
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 900;

}

p {
  color: #8f8f8f;
}

/* Headings */

.big-heading {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
  }

.container-fluid {
  padding: 3% 10% 7%;
}

#title {
  background-color: #ff4c68;
  color: #fff;
}

/* NAVIGATION BAR  */

.navbar {
  padding: 0 0 4.5rem 0;
}

.navbar-brand {
  font-family: "ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

a .nav-link {
  font-family: 'Montserrat-Light';
  font-size: 1.2rem;

}

/* Download Buttons  */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Image */

.title-image {
  position: absolute;
  right: 30%;
  width: 50%;
  transform: rotate(25deg);
}

/* Features */

.featuring {
margin: 100px 0 50px 0;
}

#features {
  background-color: white;
  padding: %;
  position: relative;
  text-align: center;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial */

#testimonials {
  background-color: #ef8172;
  color: #fff;
  text-align: center;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.carousel-item {
  padding: 7% 15%;
}

#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing */

#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-column {
  padding: 3% 2%;
}



@media (max-width: 1028px) {

#title {
  text-align: center;
}

  .title-image {
     position: static;
     transform: rotate(0);
  }
}


/* Call-to-action */

#cta {
  background-color: #FF4C68;
  color: white;
  padding: 100px;
  text-align: center;

}

.cta-button {
  margin-top: 50px;
}

.cta-heading {
  font-family: "Montserrat";
  font-size: 3.5rem;
  line-height: 1.5;

}

/* Footer */

#footer {
  background-color: white;
  margin: 100px;
  text-align: center;

}

.footer-icon {
    margin: 0 10px 20px 10px;
}
