﻿
/* IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, [data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
        opacity: 1;
    }
}

footer {
    padding-top: 35px !important;
}

#thankYou {
    display: none;
    background-color: #FFF;
    padding-bottom: 80px;
}

#submitBtn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 7px;
    padding: .2em 3em;
    border-radius: 20px;
    line-height: 37px;
    text-align: center;
    text-shadow: 2px 2px 0 0 rgba(130,130,130,0.16);
    background: #f2494c;
    transition: all .25s ease-in;
    cursor: pointer;
}

.form-section {
    background-color: #fff;
    font-weight: 600;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .form-section .form-control {
        background-color: #f3f3f3;
        border-color: #ccc;
    }

    .form-section input.form-control {

        font-size: 17px;
        width: 90%;
    }

    .form-section select.form-control {
        height: 2.35em;
        font-size: 16px;
        width: 90%;
        padding: 0rem 0.4rem;
    }

        /* Tooltip container */
        #donationForm .i_tooltip {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
        }

            /* Tooltip text */
            #donationForm .i_tooltip .i_tooltiptext {
                visibility: hidden;
                width: 400px;
                top: 100%;
                left: 50%;
                font-size: 14px;
                margin-left: -200px; /* Use half of the width (120/2 = 60), to center the tooltip */
                background-color: #3b3970;
                color: #fff;
                text-align: right;
                padding: 12px;
                border-radius: 6px;
                /* Position the tooltip text - see examples below! */
                position: absolute;
                z-index: 1;
            }

            /* Show the tooltip text when you mouse over the tooltip container */
            #donationForm .i_tooltip:hover .i_tooltiptext {
                visibility: visible;
            }

@media only screen and (max-width: 600px) {
    #donationForm .i_tooltip .i_tooltiptext {
        width: 308px;
        top: 100%;
        left: -22%;
        font-size: 13px;
    }
}
/*#addButton {
    border-radius: 30px;
    border: 1px solid #3b3970;
    padding: 10px 20px;
    background: #3b3970;
    font-size: 12px;
    font-weight: 600;
    color: white;
    margin-bottom: 50px;
}

    #addButton:hover {
        background: white;
        color: #3b3970;
        cursor: pointer;
    }*/

#formHeading {
    margin-bottom: 30px;
}

.form-section .heading-1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 68px;
    margin-top: 60px;
    margin-bottom: 0px !important;
}

.form-section .non-bold-1 {
    color: #f2494c;
}

.form-section .non-bold {
    color: #34c5cf;
    margin-top: 50px;
    margin-bottom: 40px;
}

.form-section input[type=file].form-control {
    width: 70%;
    height: 2.0rem;
    line-height: 1.4rem;
    padding-bottom: 29px;
    padding-top: 2px;
    font-size: 16px;
    padding-right: 2px;
}

.formsforpadding {
    padding-top: 15px;
    padding-bottom: 15px;
}
/*Index Page*/
/* IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, [data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
        opacity: 1;
    }
}
