body {
    font-family: "Montserrat";
}

#title {
    background: #ffaca8;
    color: white;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
}

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

/* Navigation Bar */
.navbar {
    padding: 0 0 4.5rem 0;
}

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

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

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

/* Download Button */
.download-button {
    margin: 5% 3% 5% 0;
}

/* Title Image */
.title-img {
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
}

/* Features Styling */
#features {
    padding: 7% 15%;
    background: white;
    position: relative;
}

#features h3 {
    font-size: 1.5rem;
}

#features p {
    color: #8f8f8f;
}

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

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

#features i:hover{
    color: #ff4c68;
}

#features.row {
    height: 30%;
}

/* Testimonials */
#testimonials {
    text-align: center;
    background: #ffaca8;
    color: white;
}

#testimonials h2{
    font-family: "Montserrat";
    font-size: 2.5rem;
    line-height: 1.5;
}

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

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

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

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

/* Pricing Section */
#pricing {
    padding: 100px;
    text-align: center;
}

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

/* CTA Section */
#cta {
    background: #ffaca8;
    text-align: center;
    padding: 5% 15%;
}

#cta h3 {
    color: #fff;
    font-size: 1.75rem;
}

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

footer i {
    padding: 0 1%;
}

.copyright {
    font-size: 0.75rem;
    color: gray;
}

/*Media Queries */
@media (max-width: 1028px){
    #title{
        text-align: center;
    }

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