body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
  font-weight: 900;
  line-height: 1.5;
}

/* Heading */

.big-heading {
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
}

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

/* Sections */

.colored-section {
  background-color: #ff4c68;
  color: white;
}

.white-section {
  background-color: white;
}

/* Navigation Bar */

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu';
  font-size: 2.5rem;
  font-weight: 400;
}

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

.nav-link {
  font-size: 1.2rem;
  font-family: 'Montserrat';
  font-weight: 100;
}

/* Title Section */

#title .container-fluid {
  padding-top: 2%;
}

/* Download button */

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

/* Title Image */

.title-image {
  width: 25%;
  transform: rotate(25deg);
  position: absolute;
  right:25%;
}

/* Features Section */

.feature-title {
  font-size: 1.5rem;
}

.icon-align-center {
  text-align: center;
}

.icon-align-center p {
  font-family: 'Montserrat';
  font-size: 1rem;
  color: #8f8f8f;
}

.fa-circle-check, .fa-bullseye, .fa-heart {
  padding-bottom: 4%;
}

#features {
  position: relative;
  z-index: 1;
}

.fa-circle-check, .fa-bullseye, .fa-heart {
  color: #F37878;
}
.fa-circle-check:hover, .fa-bullseye:hover, .fa-heart:hover {
  color: #ff4c68;
}

/* Testimonial Section */

#testimonials {
  text-align: center;
  background-color: #F37878;
  z-index: 1;
  position: relative;
}

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

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

.testimonial-text {
  font-size: 3rem;
}

/* Press Section */

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

#press img {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */

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

.card-body {
  min-height: 20rem;
  max-height: 25rem;
}
@media screen and (max-width: 1080px) {
  .card-body {
    min-height: 24rem;
    max-height: 25rem;
  }
}

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

.button-pricing {
  padding-top: 12%;
}

.download-button-cta {
  margin: 1% 2% 0% 0;
}

.price-text {
  font-size: 3rem;
}
/* CT and Footer Section */

#cta, #footer {
  text-align: center;
}

#cta h3 {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

#footer i {
  padding: 2% 1%;
  color: #34B3F1;
}

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

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