body {
  font-family: 'Montserrat-Black', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Black', sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.5;
}

/* Title Section */
.container-fluid {
  padding: 3% 15%;
  position: relative;
}

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 0;
}

.nav-item {
  padding: 0 2.5rem;
}

.nav-link {
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 1.2rem;
}

.download-buttons {
  margin: 5% 3% 5% 0;
}

.title-height {
  height: 40rem;
}

.title-image {
  transform: rotate(12deg);
  margin-left: 6.25rem;
  position: relative;
  width: 70%;
}

#title {
  background-color: #ff4c68;
  color: white;
}

/* features */
.fas {
  color: #ef8172;
}

.fas:hover {
  color: #ff4c68;
}

.features-titles {
  font-weight: bold;
  line-height: 2.5;
}

.features-descriptions {
  color: #8f8f8f;
}

/* Testimonials */
.testimonial-text {
  padding-bottom: 3rem;
}

.testimonial-image {
  border-radius: 60%;
  width: 10%;
}

.carousel-item {
  padding: 7% 15%;
}

#features {
  margin: auto;
  background-color: white;
  padding: 5rem 0;
  position: relative;
}

#testimonials {
  background-color: #ff4c68;
  color: white;
}

/* Press */
.press-image {
  margin: 20px 20px 50px;
  width: 12%;
}

#press {
  background-color: #ff4c68;
  padding-bottom: 3%;
}

#pricing {
  padding: 6.25rem;
}

/* CTA */
.cta-header {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.cta-buttons {
  margin: 5% 3% 1rem 0;
}

#cta {
  background-color: #ff4c68;
}

/* footer */
#footer {
  background-color: white;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-height {
    height: auto;
  }

  .title-image {
    margin: auto;
    transform: rotate(0);
    position: static;
    width: 70%;
  }
}
