/****************** 0. GENERAL **********************/
body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

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

/****************** 0.1 Headings **********************/

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 1.5rem;
  font-weight: 900;
}

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

/****************** 0.2 Containers **********************/


.section-heading {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

/****************** 0.3 Sections **********************/

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

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

/****************** 1. Title section **********************/

.navbar {
  /*to align brand with title text */
  padding: 0 0 4.5rem;
}

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

.nav-item {
  padding: 0 18px;
  font-family: "Montserrat";

}

.nav-link {
  font-size: 1.2rem;
  font-weight: 300;
}

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

.title-image {
/*  margin: 20px auto; */
  transform: rotate(25deg);
  width: 60%;
  /* to partially stack behind feature section*/
  position: absolute;
  right: 30%;
}

#title .container-fluid {
  padding: 3% 15% 7%;
  text-align: left;
}

@media (max-width: 1028px) {
  .title-image {
    position: static;
    transform: rotate(0);
  }
  #title {
    text-align: center;
  }
}

/****************** 2. Features section **********************/

p {
  color: #8f8f8f;
}

.feature-box {
  padding: 5%;
}

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

.feature-fa:hover {
  color: #ff4c68;
}

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

#features {
  /* to appear on top of title-image */
  position: relative;
}

/****************** 3. Testimonials section **********************/

.testimonial-img {
  border-radius: 100%;
  width: 20%;
  height: auto;
  margin: 20px;
}

.testimonial-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

#testimonials {
  background-color: #ef8172;
}

/****************** 4. Press section **********************/

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

#press {
  background-color:  #ef8172;
  padding-bottom: 3%;
}

/****************** 5. Pricing section **********************/

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

.price-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

#pricing {
  padding: 100px;
}

/****************** 6. CTA section **********************/

/****************** 7. Footer section **********************/

.some-icon {
  color: #000;
  margin: 20px 10px;
}
