body {
  font-family: "Montserrat";
}
#title {
  background-color: #ff4c68;
  color: #fff;
}
#features {
  padding: 7% 15%;
  background-color: white;
  position: relative;

}
h1 {
  font-family: 'Montserrat';
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
}
h2 {
  font-family: "Montserrat";
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
h3 {
  font-family: "Montserrat";
  font-weight: bold;

}

.container-fluid {
  padding: 3% 15% 7%;
}


/* navigation bar */
.navbar {
  padding: 0 0  4.5rem;

}
.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}
.nav-item {
  padding: 0 18px;
}
.nav-link {
  font-family: "Montserrat";
  font-size: 1.2rem;
}

/* Download buttons and images*/
.download-button {
  margin: 5% 3% 5% 0 ;
}
.title-image {
  width: 22%;
  transform: rotate(25deg);
  position: absolute;
  right: 23%;
}

/* Features */

.feature-p {
  color: #8f8f8f;
}
.feature-box {
  text-align: center;
  padding: 4.5%;
}
.ico-ftr {
   color: #ef8172;
   margin-bottom: 1rem;
}
.ico-ftr:hover {
  color: #ff4c68;
}
#testimonials {
  background-color: #ef8172;
  text-align: center;
  color: #fff;
}
.testimonial-image {
  width: 10%;
  margin: 20px;
  border-radius: 100%;
}
#press {
  background-color: #ef8172;
  padding-bottom: 3%;
  text-align: center;
}
.press-logo {
  width: 15%;
  padding: 20px 20px 50px;
}
.carousel-item {
  padding: 7% 15%;
}
#pricing {
  padding: 100px;
  text-align: center;
}
.pricing-column {
  padding: 2% 3%;
}
@media (max-width:1030px) {
  #title {
    text-align: center;
  }
  .title-image {
    transform: rotate(0);
    position: static;
    width: 50%;
  }
}
#cta {
    background-color: #ff4c68;
    color: white;
    padding: 7% 15%;
    text-align: center;

}
.cta-heading {
  font-family: "Montserrat";
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.5rem;
}
#footer {
  padding: 7% 15% ;
  text-align: center;
}
.social-icons {
  margin: 20px 10px;
}
