body{
    font-family: "Montserrat";
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "montserrat";
    font-weight: bold;
}


h3{
    font-size: 1.5rem;
}

/* headings */

#title{
    background-color: #ff4c68;
    color: #fff;
    text-align: left;
}
.container-fluid{
    padding: 7% 15%;
}

.big-heading{
    size: 3.5rem;
    line-height: 1.5;
}

.section-heading{
    font-size: 3rem;
    line-height: 1.5;
}

#title .container-fluid{
    padding: 3% 15% 10%;
}


/* navbar */


.navbar{
    padding: 0 0 4.5rem;
}
.navbar-brand{
    font-family: "ubuntu";
    font-size: 2rem;
    font-weight: bold;
    
}

.nav-item{
    padding: 0 18px;
}

.nav-link{
    font-family: "montserrat";
    font-weight: lighter;
    font-size: 1.2rem;
}

.download-button{
    margin: 5% 3% 5% 0%;
}

.title-image{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
}

/* features */

#features{
    background-color: #fff;
    position: relative;
}

.feature-title{
    font-size: 1.5rem;
}

.features-icon{
    color: #ef8172;
    padding-bottom: 5%;
}
.features-icon:hover{
    color: #ff4c68;
}

p{
    color: #8f8f8f;
}

.features{
    padding: 5% 5%;
    
}


/* testimonials */

#testimonials{
    
    background-color: #ef8172;
    
}

.testimonial-text{
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.5;
}


 
.testimonial-image{
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}



#press{
    background-color: #ef8172;
    padding-bottom: 3%; 
}

.press-logo{
    width: 15%;
    margin: 20px 20px 50px;
}


/*pricing section */

#pricing{
    padding: 100px;
}

.price-text{
    font-size: 2.5rem;
    line-height: 1.5;
}

.pricing-coloumn{
    padding: 3% 2%;
    
}

/* media query */

@media (max-width: 1028px){

    #title{
        text-align: center;
    }
    .title-image{
        position: static;
        transform: rotate(0);
    }
}

/* call to action*/

#cta{
    background-color: #ff4c68;
    color: #fff;
}

.end-parra{
    font-size: 3rem;
    line-height: 1.5;
}

/*footer*/


 #footer{
     background-color: #fff;
 }

.footer-icon{
    padding: 0 1% 2%;
}


.footer-icon:hover{
    color: #8f8f8f;
}


