#title{
    background-color: #ff4c68;
    color: #fff;
}

h1{
    font-family: 'Montserrat';
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5;
}

h2{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
}

h3{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 1.5rem;
}

p{
    color: #8f8f8f;                                                                                                                                       ;
}

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

body{
    font-family: 'Montserrat';
}



/* Navigation Bar */

.navbar{
    padding: 0 0 4.5rem;
}

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

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

.nav-link{
    font-size: 1.3rem;
}

/* Download-buttons */

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

/* Title image */

.title-img{
    width: 55%;
    transform: rotate(25deg);
    position: absolute;
    right: 30%;
}

/* Features */

#features{
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.feature-box{
    text-align: center;
    padding: 7%;
}

.icon{
    color: #ef8172;
    margin-bottom: 1rem;
}

.icon:hover{
    color: #ff4c68;
}


/* Testimonials section */

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

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

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

/* Press Section */

#press{
    text-align: center;
    background-color: #ef8172;
    padding-bottom: 3%;
}

.press-logo{
    width: 15%;
    margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing{
    padding: 100px;
    text-align: center;
}

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

/* Call to action */

#cta{
    text-align: center;
    background-color: #ff4c68;
    padding: 7% 15% 3%;
    color: #fff;
}

/* Footer  */

#footer{
    text-align: center;
    padding: 4% 15%;
}

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

/* Media Querries */

@media (max-width : 1028px){

    #title{
        text-align: center;
    }

    .title-img{
        position: static;
        transform: rotate(0);
    }
}


