#title {
  padding-bottom: 10%;
  text-align: left;
}

body {
  text-align: center;
}

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

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

.title-text {
  font-size: 3.5rem;
  line-height: 1.5;
}

/* Navigation Barr */
.navbar {
  padding: 0 0 4.5rem;
}

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

.nav-item {
  padding: 0 1.25rem;
}

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

/* Download Buttons => make sure to add specific class if you want to tuse btn class bootstrap later on*/
.download-button {
  margin: 5% 3% 5% 0;
}

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

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

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

#features {
  position: relative;
  padding: 7% 15%;
}

.feature-title {
  font-size: 1.5rem;
  padding: 10px 0 5px;
}

.feature-text {
  color: #8f8f8f;
}

.icon:hover {
  color: #ff4c68;
}

.icon {
  color: #ef8172;
}

.colored {
  background-color: #ff4c68;
  color: #fff;
}
.white {
  background-color: #fff;
}
/* testimonials */
.colored#testimonials {
  background-color: #ef8172;
}
#press.colored {
  background-color: #ef8172;
}
.testimonial-image {
  border-radius: 100%;
  width: 10%;
  margin: 20px;
}

#press {
  padding-bottom: 3%
}

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

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

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

/* Pricing */
#pricing {
  padding: 100px;
}

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

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

#cta {
  padding: 5% 10%;
}

.cta-text {
  font-size: 3rem;
  line-height: 1.5;
  padding: 5%;
}

.download-b2 {
  margin: 5px;
}

#footer {
  padding: 5%;
}

.footer-icon {
  margin: 15px 8px;
}

.footer-text {
  color: grey;
  font-family: "Ubuntu";
  font-size: 0.9rem;
}
