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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

p {
    color: #8f8f8f;
}

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

.coloured {
    background-color: #ff4c68;
    color: #fff;
}

.white {
    background-color: #fff;
}

.big-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
}

.section-heading {
    font-size: 3rem;
    line-height: 1.5;
}

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

.navbar {
    padding: 0 0 4.5rem;
}

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

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

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

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

.title-img {
    width: 60%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    position: absolute;
    right: 30%;
}

#features {
    position: relative;
}

.feature-title {
    font-size: 1.5rem;
}

.feature-box {
    padding: 5%;
}

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

.icon:hover {
    color: #ff3c68;
}

#testimonials {
    background-color: #ef8172;
}

.carousel-inner {
    height: 600px;
}

.testimonial-text {
    font-size: 3rem;
    line-height: 1.5;
}

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

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

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

#pricing {
    padding: 100px;
}

.price-text {
    font-size: 3rem;
    line-height: 1.5;
}

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

.social-icon {
    font-size: 2rem;
    margin: 30px 20px 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.social-icon:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.fa-twitter {
    color: #1da1f2;
}

.fa-facebook-f {
    color: #3C5A99;
}

.fa-instagram {
    color: #C13584;
}

.fa-envelope {
    color: #8f8f8f;
}





@media (max-width: 991px) {

    #title {
        text-align: center;
    }

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

@media screen and (max-width: 670px) {
    .carousel-inner {
        height: 700px;
    }
}

@media screen and (max-width: 560px) {
    .carousel-inner {
        height: 800px;
    }
}


@media screen and (max-width: 494px) {
    .carousel-inner {
        height: 900px;
    }
}