.quote {
    padding-top: 25px;
    padding-bottom: 5px;
    ;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #00a78e;
}

.disclaimer {
    text-align: center;
    font-weight: bold;
    color: #00a78e !important;
}

.quote-white {
    color: white !important;
    text-align: center;
    font-weight: bold !important;
    font-style: italic
}

.custom-button {
    margin-top: 20px !important;
    border-radius: 50px;
    border-color: #00a78e !important;
    color: #00a78e !important;
    background-color: #f9f9f9 !important;
}

.custom-button:hover {
    color: #ffffff !important;
    background-color: #00a78e !important;
}

.custom-button-light {
    margin-top: 20px !important;
    border-radius: 50px;
    border-color: #f9f9f9 !important;
    color: #f9f9f9 !important;
    background-color: #00a78e !important;
}

.custom-button-light:hover {
    color: #00a78e !important;
    background-color: #ffffff !important;
}

.footer_social {
    padding-bottom: 20px !important;
}

.aboutpage {
    background-color: #00a78e !important;
}

.aboutpage .header_social {
    border-color: #ffffff;
}

.aboutpage .header_social .a {
    border-color: #ffffff;
}

.aboutpage .header_social .a:hover {
    border-color: #ffffff !important;
}

/* mobile only styles when the device is 0-600px in maximum width */

@media only screen and (max-device-width: 600px) {
    .quotebox {
        background-color: #00a78e;
        padding-top: 45px;
        padding-bottom: 45px;
    }

}

.abouttext {
    padding-top: 25px;
    padding-bottom: 5px;
    color: #ffffff;
}

.abouttext {
    padding-top: 25px;
    padding-bottom: 5px;
    color: #ffffff;
}

#aboutbio {
    cursor: pointer;
    list-style-type: circle;
}

.donationlist {
    cursor: pointer;
    list-style-type: circle;
    font-size: 14px;
}

.white-link a {
    color: #f9f9f9 !important;
    font-weight: bold;
}

.green-link a {
    color: #00a78e !important;
    font-weight: bold;
}

.green-link a:hover {
    text-decoration: underline !important;
}

/* about page */
.no-height {
    min-height: 0vh !important;
}

/* Footer hover color */
.footer_social a:hover {
    color: #00a78e !important;

}

/* Donor List */
.donor-list {
    color: #ffffff;
    text-align: left;
}