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

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

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

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

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

/* Navigation Bar */
.navbar {
  padding-bottom: 4.5rem !important;
}

.navbar-brand {
  font-family: Ubuntu;
  font-size: 2.5rem !important;
  font-weight: bold;
}

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

.nav-link {
  font-family: 'Montserrat-light' sans-serif;
  font-size: 1.2rem;
}

/* Download Buttom */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Image */
.title-image {
  width: 21%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* Features */
#features {
  text-align: center;
  align-items: center;
  padding: 7% 15%;
  background-color: #ffff;
  position: relative;
}

#features h3 {
  font-family: 'Montserrat' !important;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

#features p {
  color: #8f8f8f;
  text-align: center;
  align-items: center;
  margin: auto;
}

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

.awesome:hover {
  color: #ff4c68;
}

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

/* Testimonial Section */
#testimonials {
  text-align: center;
  background-color: #ef8172;
  color: #ffff;
}

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

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

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

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

/* Pricing Section */
#pricing {
  padding: 100px;
  text-align: center;
}

#pricing h2, #pricing h3 {
  font-family: 'Montserrat';
  font-weight: 700 !important;
}

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

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

#cta h3 {
  font-family: 'Montserrat';
  font-size: 350%;
  font-weight: 700 !important;
}

/* Footer Section */

#footer{
  text-align: center;
  background-color: #fff;
  padding: 7% 15%;
}
.social-img{
  margin: 10px;
}


@media (max-width: 992px) {
  .title-image {
    width: 35%;
    position: static;
    transform: rotate(0deg);
  }

  #title {
    text-align: center;
  }
}
