@import url(../../css/font.css);
@import url(../../css/init.css);
@import url(../../css/vars.css);
@import url(../../css/srgntopbar.css);
@import url(../../css/srgnmenu.css);
@import url(../../css/srgnfooter.css);
@import url(../../css/pageheader.css);

.headerarea{
    background-image: url(../../image/cbgrd.png);
}

body{
    background-color: #d3d3d3;
}
.donateheader{
    width: 60%;
    margin: 0 auto;
    padding: 2rem;
    background-color: #e3e2e2;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.donateheader p{
    font-family: 'Fahkwang-Regular', 'Courier New', Courier, monospace;
    font-size: 1.2rem;
    text-align: justify;
    letter-spacing: 0.05rem;
    line-height: 1.4rem;
    color: black;
}
.donatemtd{
    width: 70%;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 2rem;
}
.donatemtd h3{
    font-family: 'Fahkwang-Medium', 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    color: blue;
    text-align: left;
    line-height: 1.5rem;
    padding-bottom:0.5rem ;
    letter-spacing: 0.05rem;
}
.donatemtd p{
    font-family: 'Fahkwang-Medium', 'Courier New', Courier, monospace;
    font-size: 1rem;
    color: black;
    text-align: left;
    line-height: 1.2rem;
    letter-spacing: 0.03rem;
}

@media screen and (max-width:500px) {

    .donateheader{
        width: 80%;
    }

    .donatemtd{
        width:90%
    }
    
}