html {
    width: auto;
}

.top-bar {
    background-color: transparent;
    padding: 0;
}

/*Nav Bar Start*/

#navbar {
    background: white;
    border-bottom: 7px #bc047c;
    border-bottom-style: inset;
    padding-bottom: 0rem;
    z-index: 1000;
}


    #navbar .navbar-nav > li > a {
        color: black;
    }

        #navbar .navbar-nav > li > a:hover {
            color: black;
            font-size: 16px;
        }

.dark-mask.mask-primary {
    background: white;
    opacity: 0.8;
}

#C1pics {
    height: 500px;
    max-width: 70%;
    border-radius: 20%;
}

#navbar .menu-large .megamenu {
    max-width: 700px;
}

#navbar .navbar-nav > li.active > a {
    background: #BC047C !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #BC047C !important;
    border-radius: 22px 22px 22px;
}

#navbar .navbar-nav > li > a {
    margin: 0;
    padding: 1.4rem 1rem 1.6rem;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-decoration: none;
    border-top: .3rem solid transparent;
}

@media (max-width:1300px) {
    #navbar .navbar-nav > li > a {
        margin: 0;
        padding: 1.4rem 1rem 1.6rem;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 13px;
        text-decoration: none;
        border-top: .3rem solid transparent;
    }
}

#navbar .navbar-nav > li > a:hover {
    background: none;
    border-color: #BC047C;
}

#navbar .navbar-nav > li > a:focus {
    background: #BC047C !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #BC047C !important;
}

#mobileLogo {
    display: none;
}

/* Nav Bar End*/

/* Body Start */

.pentagon {
    background: url("../img/texture-bw.png") center center repeat;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.card2 {
    /*height: 20%;
    width: 90%;
    border-bottom: 8px solid white;
    border: 1px solid rgba(0, 0, 0, 0.125);*/
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.card2-body {
    width: auto;
    height: auto;
    box-shadow: 0 4px 8px 0 black, 0 0px 10px 0 black;
}


    .card2-body:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 15px 9px #bc047c;
        /*width:250px;
    height:250px;
    border-radius:200px;*/
    }

.owl-carousel .owl-dots .owl-dot span {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #BC047C;
}


.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.7;
        color: #ffffff;
    }


.fa-facebook {
    background: none;
    color: #BC047C;
}

/* Video */

video {
    /*Push video down*/
    object-fit: cover;
    height:auto;
}

#vbtn {
    color: white;
    background-color: #BC047C;
    border-color: #BC047C;
    border-radius: 24px;
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    text-decoration: none;
}

    #vbtn:hover {
        background-color: #960363;
    }

    #vbtn:active {
        background-color: #640242;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 900;
}

/* Stats */

#MW {
    color: #BC047c;
}

#W {
    color: #037bca;
}

#num {
    font-size: 50px;
}

/* Mission Statement */

.get-it {
    background-color: #bc047c;
    padding: 20px;
    color: white;
}

.get {
    background-color: black;
    padding: 20px;
    color: black;
    font-size: x-large;
}


ab.ex2:hover, ab.ex2:active {
    font-size: 130%;
}

/* Quote */

#pic {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}

/* Card Popup Animations --------------------------------------------- */



/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.kcontainer {
    position: relative;
    border-radius: 20px;
}

    /*.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 17px;
    transition: .5s ease;
    background-color: #bc047c;
}*/

    .kcontainer:hover .overlay {
        opacity: 0.9;
        text-align: justify;
        color: #000000;
        font-size: 10px;
        font-weight: 700;
        /*font-family: "Times New Roman", Times, serif;*/
        padding: 10px;
    }

.ptext {
    color: #bc047c;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-stretch: condensed;
}

.testimonials .text p {
    color: black;
    font-size: medium;
}

.testimonials .testimonial {
    padding: 30px;
    background: #fff;
    height: 100%;
}

#pborder {
    border: 2px solid #BC047C;
    border-radius: 17px;
    margin-right: 0px;
}

#tbr {
    background-image: linear-gradient(to bottom, #bc047c, #bc047c, #bc047c, #bc047c, #bc047c, #c0348e, #c24e9f, #c564ae, #cb8fcc, #d5b6e3, #e6dcf4, #ffffff);
    padding: 50px;
}

.overlay2 {
    /*position: absolute;*/
    /*top: 0;
    bottom: 0;
    left: 28px;
    right: 0;
    height: 225px;
    width: 230px;
    opacity: 0;*/
    transition: .5s ease;
    background-color: white;
    border-radius: 8px;
}



.mtext {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.contain {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.contain:hover .overlay {
    width: 50%;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.contain:hover .overlay2 {
    width: 50%;
    left: 50%;
}

.text {
    color: black;
    font-size: 100%;
    position: relative;
    top: 40%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/*Srolling Banner animations -------------------------------------------*/

#logo {
    height: 30%;
    width: 30%;
    /*overflow: hidden;*/
}

    #logo:hover {
        background-color: transparent;
    }

#container2 {
    width: 1000px;
    overflow: hidden;
    margin: 50px auto;
    background: white;
}

.logoScroll {
    height: 300px;
    width: 2650px;
    margin-bottom: 100px;
}

    .logoScroll img {
        padding: 10px;
        width: 200px;
    }


.first {
    -webkit-animation: bannermove 15s linear infinite;
    -moz-animation: bannermove 15s linear infinite;
    -ms-animation: bannermove 15s linear infinite;
    -o-animation: bannermove 15s linear infinite;
    animation: bannermove 15s linear infinite;
}

@keyframes bannermove {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -2000px;
    }
}

@-moz-keyframes bannermove {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -2000px;
    }
}

@-webkit-keyframes bannermove {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -2000px;
    }
}

@-ms-keyframes bannermove {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -2000px;
    }
}

@-o-keyframes bannermove {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -2000px;
    }
}

#tbr2 {
    background-color: white;
}

/* Footer CSS
-------------------------------------------------- */

h5 {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    /*text-transform: uppercase;*/
}

.footer-top {
    padding: 2rem 0 1rem 0;
    border: solid #BA007F;
    border-width: 0.6rem 0 0 0;
    color: #007BFF;
    font-weight: 500;
}

    .footer-top h5 {
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
        /* text-transform: uppercase; */
    }

.social-icons-container {
    font-size: 2rem;
    padding: 0rem 0rem 1rem 0rem;
}

    .social-icons-container i {
        padding: 0 0.5rem;
    }

.footer-bottom {
    background-color: #007BFF;
    color: white;
    font-size: 0.8rem;
}

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: white;
    color: black;
}

    footer.main-footer .copyrights {
        padding: 10px 0;
        background: #BC047C;
        color: #ccc;
        margin-top: 0px;
    }

    footer.main-footer a {
        color: inherit;
        /*color: #007bff;*/
        color: #BC047C;
    }

    footer.main-footer p {
        font-size: 0.9rem;
        color: black;
    }

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: white;
    color: black;
}

.blue-color {
    color: #037bca;
}

.bottom-padding {
    margin-bottom: 0px;
}

.btn {
    font-weight: 700;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

footer .girlsfortech-footer-light {
    background-color: #f0f0f0;
    padding: 30px 0 0 0;
    line-height: 1.6;
}

    footer .girlsfortech-footer-light .email-signup .input-group {
        max-width: 300px;
        margin: 0 auto;
        height: 50px;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 10px 5px;
    }


    footer .girlsfortech-footer-light .email-signup input#signup_email {
        box-shadow: none;
        border-color: black;
        border-radius: 4px;
        height: 32px;
    }

    footer .girlsfortech-footer-light p.c1 {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 20px;
        /*color: #0447c3;*/
        color: #BC047C;
    }

select, .form-group select {
    border: 1px solid #f0f0f0;
    height: 40px;
    box-shadow: none;
}

.form-control {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #8e8e8e;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    /*height: 40px;*/
    /*box-shadow: none;*/
    /*padding: 25px;*/
    display: block;
    width: 100%;
    height: 36px;
    /*padding: 6px 12px;*/
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-group > select {
    display: block;
    width: 100%;
    height: 36px;
    /*padding: 6px 12px;*/
    font-size: 16px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input.submit-button.btn {
    height: 50px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 10px 5px;
}

footer .girlsfortech-footer-light .footer-nav li a, footer .girlsfortech-footer-light .footer-nav-bottom a {
    /*color: #007bff;*/
    color: #BC047C;
    line-height: 2;
}

footer.main-footer .copyrights {
    padding: 10px 0;
    background-color: rgb(188, 4, 124);
    color: #ccc;
    margin-top: 0px;
}

.form-group {
    margin-bottom: 15px;
}


footer .girlsfortech-footer-light .email-signup input.submit-button.btn {
    height: 45px;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px 0 10px 2px;
}

footer .girlsfortech-footer-light .email-signup .input-group {
    max-width: 300px;
    margin: 0 auto;
}

input {
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.p4 {
    font-size: 18px;
    font-weight: bold;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Donate Button -------------------------------------------------------------------*/

.donate-cta {
    position: fixed;
    right: 50px;
    bottom: 35px;
    z-index: 995;
    background-color: transparent;
}

    .donate-cta img {
        width: 160px;
        height: 100px;
        transition: all 1s ease-in-out;
    }

        .donate-cta img:hover {
            transform: scale(1.5);
        }

@media (max-width: 991px) {
    footer .girlsfortech-footer-light {
        text-align: center;
    }

    /*Nav Bar Start*/

    #navbar {
        background: white;
        border-bottom: 7px #bc047c;
        border-bottom-style: inset;
        padding-bottom: 0rem;
        z-index: 1000;
    }

        /*a:hover {
                                background-color: #bc047c;
                            }*/

        #navbar .navbar-nav > li > a {
            color: black;
        }

            #navbar .navbar-nav > li > a:hover {
                color: #bc047c;
                color: black;
                font-size: 16px;
            }

    .dark-mask.mask-primary {
        background: white;
        opacity: 0.8;
    }

    #C1pics {
        height: 500px;
        max-width: 70%;
        border-radius: 20%;
    }

    #navbar .menu-large .megamenu {
        max-width: 700px;
    }

    #navbar .navbar-nav > li.active > a {
        background: #BC047C !important;
        color: #fff !important;
        text-decoration: none !important;
        border-color: #BC047C !important;
        border-radius: 20px 20px 20px;
        padding: 0px;
        padding-left: 20px;
    }

    #navbar .navbar-nav > li > a {
        margin: 0;
        padding: 1.4rem 1rem 1.6rem;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 20px;
        text-decoration: none;
        border-top: .3rem solid transparent;
        padding: 0px;
        padding-left: 20px;
    }

        #navbar .navbar-nav > li > a:hover {
            background: none;
            border-color: #BC047C;
        }

        /*a {
                                color: #BC047C;
                                text-decoration: none;
                            }*/

        #navbar .navbar-nav > li > a:focus {
            background: #BC047C !important;
            color: #fff !important;
            text-decoration: none !important;
            border-color: #BC047C !important;
        }

    .navbar img {
        width: auto;
        height: 4.5rem;
    }

    #navbar .navbar-toggler {
        font-size: 0.9rem;
        padding: 1px 5px;
        border-color: #ddd;
    }

    .fa {
        padding: 10px;
        font-size: 30px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
    }

        .fa:hover {
            opacity: 0.7;
            background-color:#bc047c;
            border-radius:7px;
            color: #ffffff;
        }

    .btn-template-outlined {
        background: none;
        border-color: white;
        color: #bc047c;
        border-radius: 0 !important;
        text-decoration: none;
    }


    .fa-facebook {
        background: none;
        color: #BC047C;
    }

    /* Nav Bar End*/


    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }



    b, strong {
        font-weight: bolder;
        font-size:xx-large;
        display:block;
    }

    h3, .h3 {
        font-size: 1rem;
    }

    .blue-color {
        color: #037bca;
    }

    .bottom-padding {
        margin-bottom: 0px;
    }

    .btn {
        font-weight: 700;
        border: 1px solid transparent;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    button, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font: inherit;
        margin: 0;
    }

    footer .girlsfortech-footer-light {
        background-color: #f0f0f0;
        padding: 30px 0 0 0;
        line-height: 1.6;
    }

        footer .girlsfortech-footer-light .email-signup .input-group {
            max-width: 300px;
            margin: 0 auto;
            height: 50px;
            box-shadow: none;
            border: none;
            border-radius: 0 4px 4px 0;
            padding: 10px 5px;
        }


        footer .girlsfortech-footer-light .email-signup input#signup_email {
            box-shadow: none;
            border-color: black;
            border-radius: 4px;
            height: 32px;
        }

        footer .girlsfortech-footer-light p.c1 {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 20px;
            /*color: #0447c3;*/
            color: #BC047C;
        }

    select, .form-group select {
        border: 1px solid #f0f0f0;
        height: 40px;
        box-shadow: none;
    }

    .form-control {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #8e8e8e;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        /*height: 40px;*/
        /*box-shadow: none;*/
        /*padding: 25px;*/
        display: block;
        width: 100%;
        height: 36px;
        /*padding: 6px 12px;*/
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    }

    .form-group > select {
        display: block;
        width: 100%;
        height: 36px;
        /*padding: 6px 12px;*/
        font-size: 16px;
        line-height: 1.42858;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    }

    input.submit-button.btn {
        height: 50px;
        background-color: #fff;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 10px 5px;
    }

    footer .girlsfortech-footer-light .footer-nav li a, footer .girlsfortech-footer-light .footer-nav-bottom a {
        /*color: #007bff;*/
        color: #BC047C;
        line-height: 2;
    }

    footer.main-footer .copyrights {
        padding: 10px 0;
        background-color: rgb(188, 4, 124);
        color: #ccc;
        margin-top: 0px;
    }

    .form-group {
        margin-bottom: 15px;
    }


    footer .girlsfortech-footer-light .email-signup input.submit-button.btn {
        height: 45px;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 8px 0 10px 2px;
    }

    footer .girlsfortech-footer-light .email-signup .input-group {
        max-width: 300px;
        margin: 0 auto;
    }

    input {
        line-height: normal;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font: inherit;
        margin: 0;
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .p4 {
        font-size: 14px;
    }

    .sr-only {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    .contain {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.contain:hover .overlay {
    width: 100%;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.contain:hover .overlay2 {
    width: 100%;
    left:0%;
}

    .donate-cta {
        /*position: fixed;
                                right: 50px;
                                bottom: 35px;
                                z-index: 995;
                                background-color: transparent;*/
        display: none;
    }

        .donate-cta img {
            /*width: 160px;
                                    height: 100px;
                                    transition: all 1s ease-in-out;*/
            display: none;
        }
}

    
