body {
  font-family: 'Montserrat';
}

#title {
  background-color: #ff4c68;
  color: white;
}

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

}

h1 {
  font-family: 'Montserrat-bold-700', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;

}

/* 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-size: 1.2rem;
  font-family: "Montserrat-light";
}

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

/* title image */

.title-image {
  width: 60%;
  position: absolute;

}

.rotate {
  transform: rotate(15deg);
}

/* features */



h3 {
  font-size: 1.5rem;
font-family: "Montserrat-black";

}


#features {
  text-align: center;
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Montserrat-bold";

}

#paragraph {
color: #8f8f8f;

}

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

}

i:hover {
  color: #ff4c68;
}

/* testimonials */

#testimonials {
  padding: 7% 15%;
  text-align: center;
  background-color: #ef8172;
  font-family: "Montserrat-bold";
  color: white;
}

.spacing {
  padding-bottom: 5%;
}

h2 {
  font-family: "Montserrat-bold";
  font-size: 3rem;
  line-height: 1.5
}

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

}

#press {
background-color: #ef8172;
text-align: center;
padding-bottom: 3%;

}

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

/* pricing */

.card {
  text-align: center;
}

#pricing {
  padding: 100px;
}

@media (max-width: 960px) {
#title {
  text-align: center;
}

  .title-image {
    position: static;
    transform: rotate(0);
  }
}

 /* Call to Action */

#cta {
background-color: #ff4c68;
text-align: center;
color: #fff;
padding: 6% 15% 4%;

}

#footer {
background-color: #ffffff;
text-align: center;
padding: 3%;

}

.header {
  font-family: Montserrat-black;
  font-size: 2.5rem;
}

.sm-handles {
  margin: 1%;
}
