body{
  font-family: "Montserrat";
}
.logo {
  height: 64px;
}

#title {
  background-color:#9EB384;
  color: #fff;
}

.container-fluid{
  padding:3% 15% 7%;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Montserrat-Bold";
}

p{
  color: #8f8f8f;
}

/* Headings*/
.big-heading{
  font-family: "Montserrat-Black";
  font-size: 3rem;
  line-height: 1.5;
}
.dection-heading{
  font-size: 3rem;
  line-height: 1.5;
}

/* Navigation bar*/
.navbar {
  padding:0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item{
  padding: 0 18px;
}

.nav-link{
  font-size: 1.2rem;
  font-family: "Montserrat-Light";

}

/*Download buttons*/
.download-button{
  margin: 5% 3% 5% 0;
}

/*title image*/
.title-image{
  width: 100%;
  position:absolute;
}

/* Features section*/
#features{
  padding:7% 15%;
  background-color: #fff;
  position: relative; /*we want to keep the flow of the html page therefore relative*/
  z-index:1;
}

.feature-heading{
  font-size: 1.5rem;

}
.feature-box{
  text-align: center;
  padding:4.5%;
}

.icon{
  color:#9EB384;
  margin-bottom:1rem;
}

.icon:hover{
  color: #89D1B5;
}

/*Testimonials Section*/
#testimonials{
  text-align: center;
  background-color: #9EB384;
  color: #fff;
}
.testimonial-text{
  font-size: 3rem;
  line-height: 1.5;
}
.testimonial-image{
  width:10%;
  border-radius: 100%;
  margin:20px;
}

.carousel-item{
  padding: 7% 15%;
}

/* Press Section */
#press{
  background-color: #9EB384;
  text-align: center;
  padding-bottom: 3%;
}

.press-logo{
  width:15%;
  margin:20px 15px 20px 5px;
}

/*Pricing section*/
#pricing{
  padding: 100px;
  text-align: center;
}
.price-text{
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column{
  padding:3% 2%;
}


/* Call to Action */
#cta{
  background-color: #9EB384;
  color: #fff;
  padding: 7% 15%;
  text-align: center;
}

.carousel-img {
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

/* Footer */

#footer{
  background-color: #fff;
  padding:7% 15%;
  text-align: center;
}

.fooicon{
  padding:20px 10px;
}

/*Fine tuning the title image to be responsive*/
@media (max-width: 1028px){
  #title{
    text-align: center;
  }
  .title-image{
    position: static;
    transform: rotate(0);
  }
}
