body{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

p{
    color: #8f8f8f;
}

/* Sections */
.white-section{
    background-color: #fff;
}
.colored-section{
    background-color:#ff4c68;
    color: #fff;
}

/* Headers */

.big-header{
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
}

/* Section Header */
.section-header{
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
}

/* Containers */
.container-fluid{
    padding: 7% 15%;
}

#title .container-fluid{
    padding: 3% 15% 7%;
    text-align: left;
}
/* Title Section */

/* Title Image */
.title-img{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    right: 30%;
}


/* Navigation Bar */

.navbar{
    padding: 0 0 4.5rem 0;
}

.navbar-brand{
    font-family: "Ubuntu", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.nav-item{
    padding: 0 18px;
}

.nav-link{
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; 
}

/* Download Buttons */
.download-btn{
    margin: 5% 3% 5% 0;
}
    /* Features */

#features{
    position: relative;
}
.feature-box{
    padding: 4.5%;
}
.icon{
    margin-bottom: 1rem;
    color: #ef8172;
}
.icon:hover{
    color: #ff4c68;
}

.feature-title{
    font-size: 1.5rem;
}


/* Testimonials */

#testimonials{
    background-color: #ef8172; 
}

.testimonial-img{
    width:10%;
    border-radius: 100%;
    margin: 20px;
}
.testimonial-text{
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
}


/*Press */
#press{
    background-color: #ef8172; 
    padding-bottom: 3%;
}

.press-logo{
    width:15%;
    margin: 20px 20px 50px;
}

/* Pricing */
#pricing{
    padding: 100px;
}
.pricing-column{
    padding: 3% 2%;
}

.price-text{
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
}

.price-header{
    font-size: 1.5rem;
}
/* Mobile Ressponsive Code */
@media (max-width: 1028px){
    #title{
        text-align: center;
    }

    .title-img{
        position: static;
        transform: rotate(0);
    }
}
/* Call to Action */

.social-icon{
    margin: 20px 10px;
}