body {
  font-family: 'Montserrat-Black', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Black', sans-serif;
}

p {
  color: #8f8f8f;
}


/* Headings */

.big-heading{
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}


/* Containers */

.container-fluid {
  padding: 7% 15%;
}


/* Sections */

.colored-section{
  background-color: #ff4c68;
  color: #fff;
}

.white-section{
  background-color: #fff;
}




/* Navigation bar */
.navbar {
  padding: 0 0 4.5rem 0;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 2rem;
  font-weight: 100;
}


/* Title section */

#title {
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 7%;
}


/* Download buttons */
.download-button {
  margin: 5% 3% 5% 0;
}


/* Title image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}


/* Features section */
#features {
  position: relative;
  z-index: 1;
}

.col-features {
  margin: 50px auto;
  padding: 5%;
}

.feature-icon {
  color: #ef8172;
  font-size: 5rem;
}

:hover.feature-icon {
  color: #ff4c88;
}

.feature-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
}

.features-comment {
  color: #8f8f8f;
}


/* Testimonials */
#testimonials {
  background-color: #ef8172;
}

.testimonial-image {
  width: 10%;
  border-radius: 50%;
  margin: 20px;
}

.testimonial-text{
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}

#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}


/* Pricing */
#pricing {
  padding: 100px;
}

.price-title{
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pricing-col {
  padding: 3% 2%;
}

.price-text{
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}


/* Call to action */


/* Footer */

.icon{
  padding: 12px 6px;
}

.Copyright{
  padding: 12px 6px;
}


/* Media breakpoints */

@media (max-width: 991px) {
  .title-image {
    transform: rotate(0);
    position: static;
  }

  #title{
    text-align: center;
  }

}
