h1#construction-tag {
    margin: 0 auto;
    color: #fff;
}

span#header-geek {
    color: #13E0FF;
}

video {
    object-fit: cover;
}

.video-banner .container {
    margin: 0 auto;
    max-width: 100%;
}


div#big-strip-banner-mid {
    width: 100%;
    max-width: 100%;
    align-content: center;
    margin: 0 auto;
    padding: 60px !important;
    background-image: url(../images/other/foam-geek-strip-bg.jpg);
    background-size: cover;
    background-position: center;
}

@keyframes color {
    0% {
        background: #13E0FF;
    }

    20% {
        background: #8EDEF0;
    }

    40% {
        background: #62CAE6;
    }

    60% {
        background: #f8ec38;
    }

    80% {
        background: #38f8b8;
    }

    100% {
        background: #33CCCC;
    }
}

div#big-strip-banner-mid {
    background: #13E0FF;
    /* Fallback */
    animation: color 9s infinite linear;
    text-align: center;
    padding: 2em;
}

p#popular-package {
    color: #13E0FF;
    font-weight: 700;
}

.feature-content::first-line {
    font-weight: 600;
}

button.button.form-control {
    margin: 20px 0;
}

#about-our-foam {
    color: #13E0FF;
}

.call-phone a {
    color: #51bfe0 !important;
}

.call-email a {
    color: #51bfe0 !important;
}

#facebook {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(104%) contrast(103%);
}

#instagram {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(104%) contrast(103%);
}

#tik-tok {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(104%) contrast(103%);
}


@media only screen and (max-width: 600px) {
    .strip-grey p {
        padding: 10px;
    }
}