body {
  font-family: "Montserrat";
}

/* Title */

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

.title-heading {
  font-size: 3.5rem;
}

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

h1 {
  font-family: "Montserrat-black";
  line-height: 1.2;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 3rem;
}

h3 {
  font-weight: bold;
}

p {
  color: #8f8f8f;
}

/* navigation bar */

.navbar {
  padding: 0rem 0rem 4.5rem 0rem;
}

.nav-item {
  padding: 0 18px;
}

.navbar-brand {
  font-family: "ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-link {
  font-family: "Montserrat";
  font-size: 1.2rem;
}

/* Download buttons */

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

/* Title image */

.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: relative;
  left: 20%;
}

/* Feature-box */

#features {
  padding: 7% 15%;
  background-color: #fff;
}

.feature-box {
  text-align: center;
  padding: 5%;
}

.icon {
  color: #ef9172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonials-section */

#testimonials {
  text-align: center;
  background-color: #ef9172;
  color: #fff;
}

.carousel-item {
  padding: 7% 15%;
}

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

/* Press */
#press {
  background-color: #ef9172;
  text-align: center;
  padding-bottom: 3%;
}

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

/* Pricing section  */

#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-column {
  padding: 3% 2%;
}

/* call to action */

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

.cta-h3 {
  font-family: "Montserrat-Black";
  font-size: 4rem;
  line-height: 1.7;
  font-weight: bold;
}

/* Footer-section */

#footer {
  padding: 7% 15%;
  text-align: center;
}

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

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

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