body {
  font-family: "Montserrat";
  text-align: center;
}

p {
  color: #8F8F8F;
}

h1 {

}

h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

/* Headings */
.big-heading {
font-family: "Montserrat";
font-size: 3rem;
line-height: 1.5;
font-weight: 900;
}

.section-header {
  font-size: 2rem;
  font-weight: 700;
}

.container-fluid {
  padding: 3% 15% 7%;
}

#title {
  text-align: left;
  background-color: #FF4C68;
  color: #FFF;
}

/* Navigation */
.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";
  font-weight: 400;
}

/* Download buttons */
.download-btn {
  margin: 5% 3% 5% 0;
}

/* Title image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

@media (max-width: 1118px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
    margin: 50px 0;
  }
}

/* Features section */
#features {
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
}

.features-box {
  padding: 4.5%;
}

.features-icon {
  color: #EF8172;
  margin: 0 auto 1rem;
}

.features-icon:hover {
  color: #FF4C68;
}

.features-label {
  font-size: 1.4rem;
  font-weight: 700;
}

/* Testimonial section */
#testimonials {
  background-color: #EF8172;
  color: #fff;
}

.carousel-item {
  padding: 7% 15%;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

#press {
  background-color: #EF8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing */
#pricing {
  padding: 100px;
}

.pricing-col {
  padding: 3% 2%;
}

/* Call to Action */
#cta {
  background-color: #ff4c68;
  color: #fff;
  padding: 7% 15%;
}

.cta-header {
  font-size: 2rem;
  font-weight: 700;
}

.download-btn-2a {
  margin: 5% 1.5% 0 0;
}

.download-btn-2b {
  margin: 5% 0 0 1.5%;
}

/* Footer */
#footer {
  padding: 3% 15% 0;
}

.social-icons {
  margin: 10px 20px 50px;
  font-size: 2rem;
  color: #000;
}
