* {
    box-sizing: border-box;
}

.text-overlay-image-text {
    margin: auto auto;

    font-size: 3vw;

    font-weight: bold;
    font-size: clamp(1.1rem, 4.5vw, 4rem);
}

.text-overlay-image {
    background-image: url('../images/cat-g2275810bb-1920-800-only.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
    padding: 15vw 0px;
    background-position-y: 40%;

}

.donate-body {
    /* text-align: center; */
    /* border: 2px solid black; */

    /* font-size: clamp(1em, 2vw, 1.24em); */
    /* font-size: 1.1rem; */
}

.donate-header > h2 {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 2em;
}

.donate-header {
    /* text-align: center; */
}

#donate-image-id {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    height: auto;
    background-image: url('../images/cat-g2275810bb-1920-800-only.jpg');
    padding: 19% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.donate-header-image > img {
}

.donate-image-text {
    color: white;
    text-align: center;
    /* font-size: clamp(1.5rem, 13vw, 7rem); */
    font-size: 3vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

@media screen and (min-width: 0px) {
    .donate-to-help {
        margin-right: 20px;
        margin-left: 20px;
    }    

    .donate-image-text {
        font-size: 400%;
    }

    .donate-title1 {
        font-size: 250%;
    }

    .donate-title2 {
        font-size: 160%;
    }

    .donate-title3 {
        font-size: 130%;
    }
}

@media screen and (min-width: 200px) {
    .donate-to-help {
        margin-right: 30px;
        margin-left: 30px;
    }   
    
    .donate-image-text {
        font-size: 200%;
    }

    .donate-image-text {
        font-size: 400%;
    }

    .donate-title1 {
        font-size: 220%;
    }

    .donate-title2 {
        font-size: 130%;
    }

    .donate-title3 {
        font-size: 110%;
    }
}

@media screen and (min-width: 700px) {
    .donate-to-help {
        margin-right: 120px;
        margin-left: 120px;
    }
    
    .donate-image-text {
        font-size: 300%;
    }

    .donate-image-text {
        font-size: 400%;
    }

    .donate-title1 {
        font-size: 220%;
    }

    .donate-title2 {
        font-size: 130%;
    }

    .donate-title3 {
        font-size: 110%;
    }
}

@media screen and (min-width: 1000px) {
    .donate-to-help {
        margin-right: 140px;
        margin-left: 140px;
    }    

    .donate-image-text {
        font-size: 350%;
    }

    .donate-image-text {
        font-size: 400%;
    }

    .donate-title1 {
        font-size: 250%;
    }

    .donate-title2 {
        font-size: 160%;
    }

    .donate-title3 {
        font-size: 130%;
    }
}

@media screen and (min-width: 1500px) {
    .donate-to-help {
        margin-right: 200px;
        margin-left: 200px;
    } 
    
    .donate-image-text {
        font-size: 400%;
    }

    .donate-title1 {
        font-size: 250%;
    }

    .donate-title2 {
        font-size: 160%;
    }

    .donate-title3 {
        font-size: 130%;
    }
}

.donate-to-help {
    position: relative;
    padding-top: 80px;
    padding-right: 5px;
    padding-left: 5px;
    color: #4c9658;
}

.donate-title1 {
    color: darkgreen;
    font-weight: bold;
    /* font-size: 250%; */
    padding-top: 5px;
    padding-bottom: 15px;

}

.donate-title2 {
    color: #39873c;
    font-weight: bold;
    /* font-size: 160%; */
    padding-top: 15px;
    padding-bottom: 15px;
}

.donate-title3 {
    /* color: #4c9658; */
    /* font-size: 130%; */
    padding-top: 15px;
    padding-bottom: 15px;
}
 
.donate-help-list {
    /* display: list-item; */
    /* list-style-position: outside; */
    padding-right: 25px;
    padding-left: 25px;
    /* color: #4c9658; */
}

li {
    color: black;
    font-size: 1.1rem;
}

ul {
    /* color: black; */
    list-style-type: square;
}

.donate-help-ways {
    color: #4c9658;
    padding: 5px 0px;
    font-size: 1.1rem;
    /* display: inline-block; */
}

.donate-help-points {
    margin-left: 30px;
}

.donate-info {
    /* color: #587bab; */
    color: #4c6caa;
}

a {
    text-decoration: none;
}

.list-items-title {
    color: #226224;
    font-weight: bold;
}

.list-items-donate {
    padding-left: 30px;
}

.list-of-items {
    color: #26942a;
}

.list-items-donate > li {
    /* color: #26942a; */
}

.donate-help-conclusion {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1rem;
}

.donate-quotation {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.donate-quote {
    font-style: italic;
    font-size: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.donate-quote-author {
    font-size: 120%;
}