@media screen and (max-width: 1500px) {
    .contact-info-container {
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .navbar {
        background-color: rgba(0, 0, 0, 0.75);
    }

    .header {
        padding: 10px 5px;
    }

    .header li {
        display: block;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100vw;
    }

    .header li:not(:first-child) {
        display: none;
    }

    .header li:first-child {
        text-align: left;
    }

    .header-icon {
        position: absolute;
        right: 16px;
        top: 16px;
        display: block;
    }

    .header.show li {
        display: block;
    }

    .headline-container {
        padding: 30px 20px;
    }

    .headline-text {
        font-size: 36px !important;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0;
    }

    .caption {
        font-size: 20px;
    }

    .section {
        padding: 50px 20px;
    }

    .line-blue {
        margin-left: 0 !important;
        /* width: 75% !important; */
    }

    .line-red {
        margin-left: 0 !important;
        /* width: 55% !important; */
    }

    .story img {
        height: 300px;
    }

    .ds-story .ds-textbox,
    .ds-story .flex-row-reverse .ds-textbox {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    /* MAIN PAGE */

    #main-vid-container {
        display: none;
    }

    .banner {
        text-align: right;
        padding: 20px 0;
        left: 0;
        position: relative;
    }

    .gallery-cell {
        width: auto;
        height: 200px;
    }

    .services .banner {
        text-align: left;
        padding: 0;
        left: 0;
    }

    .clients-container {
        display: block;
    }

    .contact-info-container {
        width: 100%;
    }

    .contact-info-text {
        padding: 20px;
    }

    .section.contact .field {
        width: 100%;
    }

    #lineh1 {
        top: 0;
    }

    #lineh2 {
        top: 40px;
    }

    #lineh3 {
        top: 80px;
    }

    #lineh4 {
        top: 700px;
    }

    #lineh5 {
        top: 750px;
    }

    #lineh6 {
        top: 770px;
    }

    /* ABOUT PAGE */

    .about-top-container .headline-text {
        padding: 0 30px;
    }

    .about-top-text {
        padding: 20px 30px;
        font-size: 20px;
        width: 100%;
        position: relative;
        padding-top: 25%;
    }

    .about-text {
        font-size: 24px;
    }

    .vision .banner, .mission .banner {
        padding: 0;
    }

    .vision .headline-text, .mission .headline-text {
        text-align: left;
    }

    .vision .description, .mission .description {
        text-align: left;
        font-size: 26px;
    }

    .values .description {
        font-size: 18px;
    }

    .team .story img {
        width: 100%;
        height: auto;
    }

    .ds-textbox.ds-textbox--simple .ds-textbox__body {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }

    .ds-textbox__title {
        font-size: 24px;
        padding: 15px 0;
    }

    /* .team .ds-story .ds-textbox,
    .team .ds-story .flex-row-reverse .ds-textbox {
        margin-top: -50px !important;
    } */

    .team .ds-textbox__title {
        padding-top: 20px !important;
        text-align: right;
    }

    .director, .manager {
        width: 50%;
    }

    /* PRODUCTS PAGE */

    .story .gallery-container {
        height: 300px;
    }
    
    .story .gallery-cell {
        height: 300px;
    }

    /* JOBS PAGE */

    .poster img {
        height: 225px;
    }

    /* CERTIFICATION PAGE */

    .cert{
        margin-top: 10px;
    }
    
    .cert img {
        height: 100%;
    }
}