body{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat',sans-serif;
    line-height: 1.5;
}
h3{
    font-family: 'Montserrat',sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

.container-fluid{
    padding: 7% 15%;
}

/* Section */
.colored-section{
    background-color: #FF4C68;
    color: white;
}
.white-section{
    background-color: white;
}

/* Nav Bar */
.navbar{
    padding-bottom: 4.5rem;
}
.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}
.navbar-item{
    padding: 0 18px;
}

/* Download Button */
.download-btn{
    margin: 5% 5% 5% 0%;

}

/* Title Image */
#title .container-fluid{
    padding: 3% 15%;
}
.title-text{
    font-size: 3rem;
    font-weight: 900;
}
.title-bar{
    text-align: left;
}
.title-image-container{
    position: relative;
}
.iphone{
    position: absolute;
    transform: rotate(30deg);
    width: 60%;
    right: 30%;
}

/* Feature */
#features{
    position: relative;
}
.feature-text{
    font-size: 1.5rem;
    font-weight: bold;
}
.feature-col{
    padding: 5% 1%;
}
.feature-img{
    color: #EF8172 ;
    margin-bottom: 1rem;
}
.feature-img:hover{
    color: #FF4C68 ;
}
.feature-detail{
    color: #8F8F8F;
}

/* Testimonial */
#testimonials{
    background-color: #EF8172;
}
.testimonial-img{
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}
.testimonial-text{
    font-size: 2.5rem;
    font-weight: bold;
}
.carousel-indicators{
    margin-bottom: 0rem;
    width: 10%;
    margin: 0px auto;
}

/* Press */
#press{
    background-color: #EF8172;
    padding-bottom: 3%;
}
.press-logo{
    width: 15%;
    margin: 20px 20px 50px;;
}

/* Pricing */
.pricing-text{
    font-size: 2.5rem;
    font-weight: bold;
}
.pricing-text-h3{
    font-size: 1.5rem;
}

/* Call to Action */
#cta{
    line-height: 1.5rem;
}
.action-h2{
    margin-bottom: 3%;
    font-size: 2.5rem;
    font-weight: bold;

}

/* Footer */
#footer{
    padding: 10% 15% 5%;
}
.fa-footer{
    margin: 20px 10px;;
}
.footer-p{
    font-size: 1rem;
    color: gray;
}

@media (max-width: 1100px){
    .iphone{
        position: static;
        transform: rotate(0deg);
    }
    .title-bar{
        text-align: center;
    }
    #title{
        text-align: center;
    }
}
