
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
#title{
    background-color: #ff4c68;
    color: white;
}
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: bold;
}
.container-fluid{
    padding: 3% 15% 7% 15%;
}
.iphone{
    /* width: 60%; */
    width: 21%;
    margin-left: 5%;
    transform: rotate(25deg);
    position: absolute;
}
.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}
.nav-link{
    font-weight:400;
}
.feature-icon{
    font-size: 5rem;
    color: #ff4c68;
    
}
#features{
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: white;
}
.feature-icon:hover{
    color: #ef8172
}
#testimonials{
    /* padding: 6% 25%; */
    background-color: #ef8172;
    color: white;
    text-align: center;
    margin-bottom: 0;
}
.testimonial-image{
    width: 12.5%;
    border-radius: 100%;
    margin: 4%;
    margin-bottom: 0;
}

#press{
    margin-top: 0;
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}
.press-image{
    width: 12.5%;
    margin: 0 4% 4% 4%;
}
.carousel-item{
    padding: 6% 25%;
}
#pricing{
    padding: 5% 17%;
}
.cards{
    border: none;
}
#footer{
    background-color: #ff4c68;
    color: white;
    font-weight: 100;
    margin-bottom: 0;
    padding: 5%;
    text-align: center;
}
@media (min-width: 100px) and (max-width:980px) {
    .iphone{
        position: static;
        transform: rotate(0);
        margin-top: 5%;
        width: 30%;
    }
    #title{
        text-align: center;
    }
}