body{
    font-family: "Montserrat";
}

/* Navigation bar */
nav{
    background-color: #ff4c68;
    
}

.navbar{
    padding-bottom: 3.5rem;

}

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

.nav-item {
    font-weight: 500;
    padding: 0 18px;
}

.nav-link{
    font-size: 1.2rem;
 
}
/* Title section */
#title{
    background: #ff4c68;
    color: #fff;
}

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

#title .big-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size: 3rem;
    line-height: 1.5;

}

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

.title-image{
width: 60%;
transform: rotate(20deg);
position: relative;

}

/* Features */
#features{
    padding: 7% 15%;
    background-color:#fff;
    position: absolute;
    z-index: 1;
    top: 80%;
   
}
.features_col{
padding: 3%;
}

.feature-heading {
    font-family: "Montserrat";
    font-size:1.5rem;
    text-align: center;
}

.feature-text {
    text-align: center;
    color: #8f8f8f;
}

.special_symbol{
    text-align: center;
    display:block;
    margin: 0 0 3% 0;
    font-size: 4.0rem;
    color: #ef8172;
}

.special_symbol:hover{
    color: #ff4c68;
}

/* Testimonials */
#testimonials{
    text-align: center;
    background: #ef8172;
    color: #fff;
    padding: 10% 0 0 0;
    
}
.testimonial-heading{
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 3rem;
    line-height:1.5;
}
.testimonial-image{
    width: 10%;
    border-radius:100%;
    margin: 20px;
}

#press{
    background: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}
.press-logo{
    width: 15%;
    margin: 20px 20px 50px 20px;
}

.carousel-item{
    padding: 7% 15%;
}

/* Pricing Section */
#pricing{
    padding:100px;
    text-align: center;
}
.pricing-column{
    padding: 2% 3%;
}

/* Responsive design */
@media (max-width: 1080px){
    #title{
        text-align:center;
    }
    .title-image{
        position: static;
        transform: rotate(0);
    }
    #features{
        position: static;
    }
}

/* Call to action */
#cta{
    background-color: #ff4c68;
    text-align:center;
    padding: 7%;
}
.cta-heading{
    color:#fff;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 3.0rem;
}

/* Footer */
#footer{
    background-color:#fff;
    padding: 40px;
    text-align:center;
    color:#8f8f8f

}
.contact-symbol{
    padding: 1% 1%;
    color:#8f8f8f
}