/* Additions below only affect the /donate page specifically */

.c1 {
    width:50%;
    height:auto;
    display: block;
}    

.c2 {
    width:100%;
    height:auto;
    display:block;

}

.r1 {
    width:100%;
    height:auto;
    display:block;
}

.r2 {
    width:100%;
    height:auto;
    display:block;
    float:left;
}

.right, .left {
    padding-top:20px;
}
    
.right {
    float:right;
    padding-left:4%;
}
    
.left {
    float:left;
}
    
img.wp-image-4232 {
    max-width:100%; 
    border-radius: 10px !important;
    block-size: auto;
    margin-top:-10px !important;
}
    
/* Bloomerang Donation Form */

#donation-form {
    padding:0px !important;
    text-align: left !important;
    background:#f5f5f5 !important;
    border-radius:10px !important;
    padding:20px !important;
}

#donation-form .label {
    white-space:normal !important;
}

/* MQ Mobile */
    
@media screen and (max-width: 580px) {  

.c1 {
    width:auto;
}    
        
.right {
    float:left;
    padding-left:0%;
    padding-bottom:20px;
}        
}