body {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.navbar {
    padding: 0 0 4.5rem;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-size: 1.2rem;
    font-family: "Montserrat-Light";
}

#title {
    color: #fff;
    background-color: #ff4c68;
}

h1 {
    font-family: 'Montserrat-Black';
    line-height: 1.8;
    font-size: 3.5rem;
    font-weight: bolder;
}

h2 {
    font-family: 'Montserrat-Bold';
    line-height: 1.5;
    font-size: 3rem;
}

h3 {
    font-family: 'Montserrat-Bold';
    font-weight: bolder;
}

.container-fluid {
    padding: 3% 15%;
}

/* Buttons */

.download-button {
    margin: 5% 3% 5% 0;
}

/* titleImage */

.title-image {
    width: 60%;
    transform: rotate(25deg);
    /* margin-left: 5rem; */
    position: absolute;
    /* z-index: -1; */
    right: 20%;
}

/* features */

#features {
    padding: 7% 15%;
    background-color: white;
    position: relative;
}

.feature-box {
    text-align: center;
    padding: 5%;
}

p {
    color: #afafaf;
}

.icon {
    color: #ef8172;
    margin-bottom: 1rem;
}

.icon:hover {
    color: #ff4c68;
}

/* TESTIMOIALS section */

#testimonials {
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

.testimonial-image {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

/* PRESS */

#press {
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
    margin: 10px 20px 50px;
}

.carousel-item {
    padding: 7% 15%;
}

/* pricing section */

#pricing {
    padding: 100px;
    text-align: center;
}

.pricing-column {
    padding: 3% 2%;
}

/* action center */

#cta {
    color: #fff;
    background-color: #ff4c68;
    /* margin: 20%; */
    max-width: 100%;
    padding: 7% 15%;
    text-align: center;
}

.cta-heading {
    font-family: font-family: 'Montserrat-Black';
    font-size: 3.5rem;
    line-height: 1.5;
}

/* footer */

#footer {
    padding: 7% 15%;
    text-align: center;
}

.social-icon {
    margin: 20px 10px;
}

/* Media queries for image */

@media (max-width: 1028px) {
    .title-image {
        position: static;
        transform: rotate(0);
    }
    #title {
        text-align: center;
    }
}