body {
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat";
}

p {
    color: #8f8f8f;
}

/* Containers */

.container-fluid {

    padding: 7% 15%;
}

/* Sections */

.colored-section {
    background-color: #ff4c68;
    color: #fff;
}

.white-section {

    background-color: #fff;
}

/* Title Section */

#title .container-fluid {
    text-align: left;
    padding: 3% 15% 7%;
}

.title-image {
    width: 50%;
    transform: rotate(25deg);
    position: absolute;
    right: 20%;
}


/* headings */

.big-heading {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1.5;
    color: white;
}


/* navigation 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-weight: 600;
}

#navbarSupportedContent {

    text-align: right;
}


/* Download Buttons */

.download-button {

    margin: 5% 3% 5% 0;
}


/* Features Section*/

#features {
    position: relative;
}

.feature-box {
    padding: 5%;
}

#features h3 {

    font-weight: 600;
    font-size: 1.5rem;
}

/* Feature Icons */
#features i {
    color: #ef8172;
    margin-bottom: 1rem;
}


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



/* Testimonial Section */

#testimonials {
    background-color: #ef8172;
    color: #fff;
}

#testimonials h2 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.5;
}

#testimonials img {
    width: 15%;
    border-radius: 100%;
    margin: 20px;
}



/* Press Section */

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

#press img {
    width: 15%;
    margin: 20px 20px 50px;
}



/* Pricing Section */

#pricing {
    padding: 10%;
}

.pricing-column {
    margin-top: 10%;
}

.card-footer {
    background-color: #fff;
    border: none;
}


/* footer */

#footer p {
    margin: 0 5px;
}

.footer-icons {
    margin: 20px 10px;
}


/* Media Query */

@media (max-width: 1028px) {

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

    #title {
        text-align: center;
    }
}