#title,#pricing {
    background-color: #fb3640;
    padding-bottom: 3rem;
    padding: 5% 10%;
    padding-bottom: 10%;
    
}

/* .container-fluid {
    
} */

.navbar-brand {
    font-size: 250%;
    font-weight: bolder;
    font-family: 'Antonio', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell;
}


.bar {
    font-weight: bold;
    color: white;
    font-size: 110%;
    /* opacity: 100%;  */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.iphone {

    width: 50%;
    /* transform:rotate(20deg); */
    transform: rotateZ(20deg);

    margin-bottom: 20%;
}

.navbar {
    padding-bottom: 5.5rem;
}

.row {
    text-align: center;
    padding-bottom: 0%;
}

.features {
    color: #ef8172;
    font-size: 300%;
    padding-bottom: 1.2rem;

}

h3 {
    font-family: 'Roboto Mono', 'cursive', BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
}

.btn {
    margin-right: 4rem;
    margin-bottom: 3rem;
}

.features:hover {
    color: #fb3640;
}

#features {
    padding: 10% 5%;
}


/* testimonials */

h2{
    font-size:2rem; font-weight: bolder;
}
#testimonials {
    background-color: #fb3640;
    color: white;
    
height: 30rem;
    line-height: 1.5rem;
    text-align: center;
    font-family: 'Roboto Mono', 'cursive';
    margin-bottom: 5rem;
}
.carousel-item{
    padding: 5% 15%;
}
p{
    font-family: 'Roboto Mono' cursive,'sans-serif';
    font-weight: bold;
}
.testimonialimg{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 20px;
}






/* 
press */



#press{
    padding-bottom: 5rem;
    padding-top: 5rem;
    background-color:white;
}
.pressimg{
    padding:5rem;
}