
@media (min-width: 0px) and (max-width: 767px)
{
    label
    {
        position: absolute;
        left: 14px;
    }

    #donate-header h1
    {
        font-size: 22px;
    }
}
@media (min-width: 768px)
{
    label
    {
        font-size: 19px;
        position: absolute;
    }

    #donate-header h1
    {
        font-size: 36px;
    }
}

form{
    padding: 10px;
    background: rgba(94,32,37,.6);
}

#amt{
    font-size: 24px;
    margin-bottom: 12px;
}

#donate{
    background: rgba(255,255,255,.8);
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 20px;*/
}

#donate-header h1{
    text-align: center;
}
#donate-header h4{
    text-align:justify;
    margin: 15px;
}
#donate-header{
    margin-top: -13%;
    background: rgba(255,243,175,.9);
    color: rgba(94,32,37,1);
}
@media (min-width: 768px)
{
    form.form-inline
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-group {
        display: block;
    }
}

/* DONATE */

.no-pad{

    padding:0;
}
.no-pad img{
    max-width: 100% !important;
}
.donate-img-header-bottom{
    margin-top: 30px;
}
.donate-img-header{
    margin-bottom: 25px;
    float: left;
    padding: 0 15px;
}
.donate-img-header img{
    width: 100%;
}
#donateForm{
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#donateForm label {
    font-weight: 700;
    font-size: 0.9em;
    /*float: left;*/
    /*clear: left;*/
    /*width: 150px;*/
}

.donation-amt{
    padding-right: 25px;
    display: inline-block;
}
#donationBox
{
    display: block;
    margin-top: 0;
}
.donate-btn:hover{
    color: #f5ab30;
    background: #fff;
}
.donate-btn
{
    border: none;
    font-family: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    margin-left: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #f5ab30;
    border-radius: 0px;
    width: 100%;
    font-size: 23px;
    color: white;
}
.btn-close-wrapper{
    position: relative;
    top: -30px;
    right: 15px;
    height: 0;
}
.btn-close-wrapper .btn-close{
    font-size: 19px;
    /* background-color: rgba(0,0,0,.7); */
    border: 1px solid #2B299A;
    color: white;
    padding: 10px 18px;
    margin: 10px 0px;
    box-shadow: 0px 0px 0px 0px #eee;
    -webkit-transition: box-shadow 1s;
    transition: box-shadow 1s;
    float: right;
    background: #ABA4D6;
    font-weight: 800;
    margin-bottom: -20px;
}