body{
    font-family: 'Montserrat', sans-serif;
}


#title{
    background-color: #ff4c68;
    color: white;
}

.container-fluid{
    padding: 3% 15%;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

p{
    color: #8f8f8f;
}

/* Navigation Bar */
.navbar{
    padding: 0 0 4.5rem;
}

.nav-item{
    padding: 0 18px;
}

.nav-link{
    font-size: 1.2rem;
    font-weight: 300;
}

.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;

}

/* Download Buttons */
.download-button{
    margin: 5% 3% 5% 0;
}

/* Title Image */
.title-img{
    width: 60%;
    transform: rotate(25deg);
}

/* Features section */

#features{
    padding: 7% 15%;
}

.features-item{
    text-align: center;
    padding: 5%;
}

.features-icon{
    color: #ef8172;
    margin-bottom: 1rem;
}

.features-icon:hover{
    color: #ff4c68;
}

/* Testimonials section */

#testimonials{
    background-color:#ef8172;
    text-align: center;
    color:white;
}

.carousel-item{
    padding: 7% 15%;
}

.testimonials-img{
    border-radius: 100%;
    width: 10%;
    margin:20px;
}

/* Press section */

#press{
    background-color:#ef8172;
    text-align: center;
    padding-bottom: 3%;
}

.press-img{
    width: 10%;
}


/* Pricing section */

#pricing{
    padding: 7% 15%;
    text-align: center;
}

.pricing-column{
    padding: 3% 4%;
}

/* Cta section */

#cta{
    background-color: #ff4c68;
    text-align: center;
    color: white;
    padding: 7% 15%;
}

.cta-h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.5;
}


/* Footer section */

#footer{
    background-color: white;
    padding: 7% 15%;
    text-align: center;
}

.icon-footer{
    color: #8f8f8f;
    margin: 5% 3% 5% 0;
}