body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
}

video:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    color: #8f8f8f;
}


/* Containers */

video {
    width: 100%;
}

button {
    min-height: 80px;
}

.vid {
    padding: 5%;
    padding-bottom: 0;
}

#keyFeatures {
    padding: 3% 15% !important;
}

.container-fluid {
    padding: 7% 15%;
}


/* Sections */

.colored-section {
    background-color: #0077B6;
    color: #fff;
}

.white-section {
    background-color: #fff;
}


/* Headings */

.big-heading {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5;
}

.section-heading {
    font-size: 3rem;
    line-height: 1.5;
}


/* Navigation bar */

.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;
    font-weight: 300;
}


/* Title Section */

#title .container-fluid {
    padding: 3% 15% 7%;
    text-align: left;
}


/* Title Image */

.title-image {
    /*position: absolute;*/
    right: 30%;
    /*transform: rotate(25deg);*/
    width: 100%;
}


/* Download Buttons */

.download-button {
    margin: 5% 3% 5% 0;
}


/* Features Section */

#features {
    position: relative;
}

.feature-title {
    font-size: 1.3rem;
}

@media (min-device-width: 992px) {
    .feature-box {
        font-size: 20px;
    }
}

@media (min-device-width: 500px) and (max-device-width: 500px) {
    .feature-box {
        font-size: 25px;
    }
}

@media (max-device-width: 500px) {
    .feature-box {
        font-size: 40px;
    }
}

.feature-box {
    padding: 5%;
}

.icon {
    color: #0077B6;
    margin-bottom: 1rem;
}

.icon:hover {
    color: #0077B6;
}


/* Testimonial Section */

#testimonials {
    background-color: #0077B6;
    padding: 5%;
    min-height: 650px;
}

.testimonial-text {
    font-size: 3rem;
    line-height: 1.5;
}

.testimonial-image {
    border-radius: 100%;
}


/* Press Section */

#press {
    background-color: #0077B6;
}


/* Pricing Section */

#pricing {
    padding: 100px;
}

.pricing-text {
    font-size: 3rem;
    line-height: 1.5;
}

.press-logo {
    margin: 50px 20px 50px;
    width: 15%;
}

.pricing-column {
    padding: 3% 2%;
}


/* Footer Section */

.social-icon {
    margin: 20px 10px;
}

@media (max-width: 1028px) {
    #title {
        text-align: center;
    }
    .title-image {
        position: static;
        transform: rotate(0);
    }
}