
/* Changed to min height so image does not cutoff */
.public_organizations.show .outer-wrapper, .public_organizations.show .mCSB_container, .public_chapters.show .outer-wrapper, .public_chapters.show .mCSB_container {
    min-height: 100% !important;
    height: auto !important;
}


.user_campaigns .infoCard {
    border:0px !important;
    background: #F8F3D8 !important;
       border-radius: 0 50px !important;
   background: #F8F3D8 !important;
    padding:20px;
}

.outer-wrapper {
    background-image: url(https://advancecommunity.org/wp-content/uploads/2023/04/bg-stories-blog-1.jpg);
    background-size: cover;
    background-position: center top !important;
}


#main-wrapper {
    background-color: rgba(0,0,0,.5);
}
#campaign-info .grid-60 h3 {
    color:white !important;
    font-size: 4em !important;
    font-weight: bolder !important;
    line-height: 1em !important;
}

#campaign-info .grid-60 p {
    color:white !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65) !important;
}


.donate, .public_organizations .infoCard.donate, .public_chapters .infoCard.donate {
    background: #F8F3D8 !important;
    padding: 40px !important;
    border-radius: 0 70px;
    border: 0px;
   margin-top: 20%;
}
.public_organizations .toggle-button-container .toggle-wrapper .toggle-button {

    border-color:white;
}

.grid-100 {
    background-color:transparent;
}


#campaign-info .grid-60 {
    
    margin-top: 12%;

}


.fa-lock {
    color:gray !important;
}