body 
{
    font-family: 'Montserrat';
    text-align: center;
}
h1,h2,h3,h4,h5,h6
{  
    font-family: 'Montserrat';
    font-weight: bold;
}
p
{
    font-family: 'Montserrat';
    color: #8f8f8f;
}


/* Title */

#title
{
    background-color: #ff4c68;
    color: #fff;
    text-align: left;
}
.Title-text
{
    font-size: 4rem;
    line-height: 1.5; 
}
.container-fluid
{
    padding: 3% 15% 7%;
}

/* Nav 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.2rem;
    font-family: "Montserrat";
    font-weight: light;
}


/* Dowload buttons */

.Dowload-btn
{
    margin: 5% 3% 5% 0;
}

/* Phone Image */

.phone-img
{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    right: 30%;
}

/* Features */

#features
{
    font-family: 'Montserrat';
    padding: 6% 15%;
    background-color: #fff;
    position: relative;
    /* z-index: 1; */
}
.features-icon
{
    /* color: #ff4c68; */
    padding: 4% ; 
}
.f-logo
{

    color: #ef8172;
    font-size: 4rem;
}
.f-logo:hover
{
    color: #ff4c68 !important;
}
.heading-feat
{
    font-weight: bold;
    font-size: 1.5rem;
}



/* Testimonials */

#testimonials
{ 
    color: #fff;
    background-color: #ef8172;
}
.testimonials-img
{
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}
.testimonial-text
{
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
}
.carousel-item
{
    padding: 7% 15%;
}

/* Press */

#press
{
    background-color: #ef8172;
    
    padding-bottom: 3%;
}

.press-logo
{
    width: 15%;
    margin: 20px 20px 50px;
}

/* Pricing */

#pricing
{
    
    padding: 100px;
}
.pricing-text
{
    font-size: 3rem;
    line-height: 1.5;
}
.pricing-col
{
    padding: 3% 2%;
}

/* Call to Action */
#cta
{
    background-color: #ff4c68;
    padding: 7% 15%;
    width: 900;
    color: #fff;
    line-height: 1.5;  
}


/* Footer */

#footer
{  
    padding: 7% 15%;
    background-color: #fff;
}
.Footer-logo
{
    margin: 10px;
    font-size: 1rem;
}
.copyright
{
    margin: 10px;
}
.font-size
{
    font-size: 1.5rem;
}

/* Medea */

@media ( max-width: 1028px ) 
{
    #title
    {
        text-align: center;
    }
    .phone-img
    {
        position: static;
        transform: rotate(0deg);
    }
}

