body {
    font-family: "Montserrat";
}

h1 {
    font-weight: 900;
    font-size: 4rem;
    line-height: 1.5;
    color: white;
}

h2 {
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.5;
    font-size: 4rem;
}

#title {
    background-color: #ff4c68;
}

.navbar {
    padding-bottom: 4.5rem;
}

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

.navbar-brand {
    font-size: 2.5rem;
    font-family: "Ubuntu";
    font-weight: bold;
}

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

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

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

.iphone6-img {
    width: 350px;
    transform: rotate(25deg);
    position: absolute;
    right: 22%;
}

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

.features-row h3 {
    font-weight: bold;
    font-size: 1.5rem;
}

.features-row p {
    color: #8f8f8f;
}

.features-row i {
    color: #ef8172;
    margin-bottom: 1rem;
}

.features-row i:hover {
    color: #ff4c68;
    margin-bottom: 1rem;
}

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

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

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

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

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

.buttons {
    margin-top: 150px;
}

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

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

#cta {
    text-align: center;
    background-color: #ff4c68;
    padding: 7% 15%;
}

.cta-text {
    font-size: 5rem;
    font-weight: 900;
    color: white;
}

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

#footer i {
    padding: 0 1% 2%;
}

.logos {
    padding-top: 3%;
}

@media (max-width: 1280px) {
    #title {
        text-align: center;
    }

    .iphone6-img {
        position: static;
        transform: rotate(0);
    }
}