body{
    font-family: 'Montserrat';
}


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


h3{
    font-size: 1.5rem;

}

p{
    color: #8f8f8f;
}

/* Headings*/

.big-heading{
    font-family: 'Montserrat-bold';
    font-size: 3.5rem;
    line-height: 1.5;
}

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


#title {

    background-color: #2E8B57;
    color: #fff;
}

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

/* Navigation Bar */

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

}
.nav-item{
    padding: 0 18px;
}
.nav-link{
    font-size: 1.5rem;
    font-family: "Montserrat-Light";
}

/* Download Buttons */

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

/* Title Image */



/* Features */
#features{
    background-color: #fff ;
    padding: 7% 10%;
    position: relative;
    z-index: 1;


}

.features-box{
    text-align: center;
    padding: 4.5%;
}
.icon {
  font-size: 100px;
  color: #2E8B57;
  margin: 10px 0;
}


.icon:hover{
    color: #32cd32;
}

/* Testimonials */

#testimonials{
    color: #fff;
    background-color: #90EE90;
    text-align: center;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;

}

.testimonial-text{
    font-family: "Montserrat-black";
    font-size: 3rem;
    line-height: 1.5;
}

.carousel-item{

    padding: 7% 13%;
}
#press{
    background-color: #90EE90 ;
    text-align: center;
    padding-bottom: 3%;

}

.press-logo{

    width: 15%;
    padding: 20px 20px 50px;
}

/* Pricing Section*/

#pricing{

    padding: 100px;
    text-align: center;
}

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

}


.btn-block{
    width: 100%;
}

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

@media (max-width: 992px) {

  #title{

    text-align: center;
  }

 .title-image{

   position: static;
   transform: rotate(0) ;
    }

}


/*Call to Action*/

#cta{

    background-color: #2E8B57;
    color: #fff;
    text-align: center;
    padding: 7% 15%;
}

.cta-header{

    font-family: 'Montserrat-black';
    font-size: 3.5rem;
    line-height: 1.5;


}
/* Footer */

#footer{

font-family: 'Montserrat';
background-color: #fff ;
text-align: center;
padding: 7% 15%;

}

.social-icon{
    margin: 20px 10px ;


}
