/*Overrides for Foundation Site*/

.bend-shape {
    display: none;
}

:root {
    --primary-color: #45c3d3;
    --primary-color-transparent: rgba(69, 195, 211, 0.5);
    --secondary-color: #3eafbd;
    --secondary-color-transparent: rgba(69, 195, 211, 0.5);
    --neutral-color: #5a6b77;
    --neutral-color-transparent: rgba(153, 153, 153, 0.5);
}

.first-section img {
    border-radius: 0px;
}

.responsive-image img {
    max-width: 100%;
    border-radius: 20px;
}

.overlap-circles-5 img {
    border-radius: 50%;
    width: 500px !important
}

.form h2 {
    color: var(--primary-color);
}

footer h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.modal {
    z-index: 999999;
}


.modal-header {
    background-color: var(--primary-color);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #58595b;

}

.btn-primary:hover {
    background-color: #58595b;
}

.fixed-contact-button a {
    border: 0px;
}

.img-resp-sq img {
    max-width: 100%;
    border-radius: 20px;
}

.img-resp-sq h3 {
    font-weight: 700;
}

.pink-text {
    color: var(--primary-color);
}

.fifth-section .card img {
    max-width: 100%;
}

.stat-con {
    position: absolute;
    left: 50%;
    top: 50%;
    /*
    Nope =(
    margin-left: -25%;
    margin-top: -25%;
    */

    /* 
    Yep!
    */
    transform: translate(-50%, -50%);
    font-size: 70px;
}

.numscroller {
    font-family: 'Changa One', sans-serif !important;
    color: var(--primary-color);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#slidebox {
    background-color: #fff;
    padding: 25px;
    border-top-left-radius: 50px;
    border: 2px solid var(--primary-color);
    max-width: 500px;
}

.navbar-brand img {
    top: 0px;
}

.navbar .blue-button {
    margin-left: 10px;
}

.slide-box-buttons .main-button {
    display: inline-block
}

.temp-remove {
    display: none;
}

.buttons-section-inline .twin-links {
    display: inline-block;
}

.read-report a {
    color: #000;
    margin-left: 15px;
}

@media screen and (max-width: 996px) {
    .overlap-circles-5 img {
        position: relative;
        top: 0px;
        width: 300px !important;
        box-shadow: none;
    }

    .overlap-circles-6 img {
        position: relative;
        top: 0px;
        width: 300px;
        box-shadow: none;
    }


    .first-section {
        height: auto;
    }

    .read-report a {
        margin-top: 15;
        color: #000;
        margin-left: 0px;
        display: inline
    }

    .read-report {
        margin-top: 25px;
    }
}

#headline {
    h1, h2, h3, h4 {
        color: #fff;
    }

    .btn {
        background-color: #fff;
        color: var(--primary-color);
    }
}

.secondary-backdrop {
    .text-white {
        h1, h2, h3, h4 {
            color: #fff;
    
            a {
                color: #fff;
                border-bottom: 1px solid #fff;
            }
        }
    }

    a {
        color: #fff;
    }
    .img-resp h3 {
        color: #fff;
    }
}

#content {
    a {
        border-bottom: 1px solid #fff;
    }
}