body{
    font-family: 'Roboto', sans-serif;
}
#title {
    background-color: #ff4c68;
    color: white;

}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 1.5;

}

.container-fluid {
    padding: 3% 20% 7%;
}


/* navegation bar */

.navbar{
    padding: 0 0 4.5rem;
}

.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.1rem;
    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: 18%;
    transform: rotate(25deg);
    /* margin-left: 20px; */
    position: absolute;
    right: 30%;
    
}

/* Icons */

/* Features */

#features{
    padding: 8% 0;
    text-align: center;
    background-color: #fff;
    position: relative;


}
.features-topic{
    font-size: 1.5rem;
    font-weight: bold;

}
.feature-p{
    color: #8f8f88;

}
.feature-icon{
    color: #ef8172;
    font-size: 5.5rem;
    padding-bottom: 20px;
    
}
.feature-div{
    padding: 2.2rem ;
}
.feature-icon:hover{
    color:#ff4c68
}
/* testimonials section */

#testimonials{
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}
.testimonials-img{
    width: 10%;
    border-radius: 100%;
    margin: 2rem 1rem 0 0;

}
/* Press Section */
#press{
    background-color: #ef8172;
    padding-bottom: 3%;
    text-align: center;
}
.press-logo{
    width: 10%;
    margin: 20px 20px 50px;

}
.sticky-top{
    background-color: #ff4c68;

}
.carousel-inner{
    padding: 7% 15%;
}

/* Pricing Section */

#pricing{
    padding: 100px;
    text-align: center;

}
.pricing-colum{
    padding: 3% 2%;
}

/* call to action */
    #cta{
        background-color: #ff4c68;
        text-align: center;
        padding: 8% 10%;
    }

    .cta-h3{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5rem;
        line-height: 1.5;
        color: #fff;
        width: 80%;
        text-align: center;
        padding-left: 20%;
    }
    .button-cta{
        margin: 40px 10px 30px;
    }
    /* footer */
    #footer{
        text-align: center;
        background-color: #fff;
        padding: 5%;
    }
    .copyright{
        font-size: 20px;
        color: #999992;
    }
    .footer-icon{
        padding: 16px 7px;
        font-size: 20px;
    }

/* Media query */
@media (max-width:1150px){
    #title{
        text-align: center;
    }
    
    .title-image{
        width: 40%;
        transform: rotate(0deg);
        margin-left: 20px;
        position: static;

        
    }
}
