body {
  margin: 0;
  font-family: 'Heebo', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
}



p {
  color: #8f8f8f;
}

/* Headings */

.big-heading {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1.5;
}

/* Title Image */
.title-image {
  width: 55%;
  position: relative;
  top: 30px;
  transform: rotate(25deg);
  position: absolute;
  right: 30%
}

.container-fluid {
  padding: 3% 15% 7%;
}


/* navigation bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.25rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

/* Downlaod Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}

/* icons */
.icons {
  text-align: center;
  padding: 3.5%;
}

.wingding {
  color: #4d8ca3;
  margin-bottom: 1rem;
  font-size: 3.5rem;
}

.wingding:hover {
  color: #7fa0a9;
}

.testimonial-image {
  width: 10%;
  border-radius: 50%;
  margin: 20px;
}


.pricing-column {
  padding: 3%;
}

.press-image {
  width: 15%;
  margin: 20px 20px 50px;
}

.carousel-item {
  padding: 7% 15%;
}


#title {
  background-color: #7A7A7A;
  color: #221404;
  font-size: 1.5rem;
}

/* Feeatures bar */
#features {
  background-color: #eeeeee;
  padding: 7% 15%;
  color: black;
  position: relative;
}

.feature-title{


    font-weight: 900;
    font-size: 2rem;
    line-height: 1.5;


}
/* Testimonial Section */

#testimonials {
  background-color: #4d8ca3;
  color: #eeeeee;
  text-align: center;
}

.testimonial-text {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}


#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}

/* Price Text */

#pricing {
  color: black;
  text-align: center;
  padding: 100px
}

.price-text {


    font-weight: 900;
    font-size: 2rem;
    line-height: 1.5;

}

#cta {
  background-color:#7fa0a9;
  color: #eeeeee;
  font-size: 1rem;
  text-align: center;
  padding: 7% 15%;
  position: relative;


}

#footer {
  background-color: #fcfcfc#7fa0a9;
  font-size: 1rem;
  text-align: center;
  padding: 7% 15%;
  font-weight: 500;
}
/* Media Sizing  */
@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}
