body{
        background-image: linear-gradient(to bottom, #FFFFFF 20%, #FFCCCB 35%, #FFFFFF 100%);
    }

h1{
    background-image: url(cis.jpg);
    background-repeat: no-repeat;
    height: 350px;
    margin: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
}

h2{
    font-size: 4em;
    text-align: center;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
    font-family: sans-serif;
}

#child{
    width: 750px;
    height: 400px;
    float: inline-start;
    padding-right: 30px;
}

#volunteer{
    width: 600px;
    float: inline-end;
    padding-left: 30px;
}

figure{
    float: inline-end;
}

figcaption{
    caption-side: bottom;
    width: 600px;
    text-align: justify;
    padding-left: 10px;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 30px;
}

#fam{
    width: 600px;
    padding-left: 10px;
    margin-bottom: 10px;
}

h3{
    font-size: 2em;
    text-align: center;
    font-family: sans-serif;
    color: indianred;
}

h4{
    font-size: 1.6em;
    font-family: sans-serif;
    color: indianred;
    
}

h5{
    font-size: 1.0em;
    margin: 0;
    text-align: center;
    margin-right: 185px;
    
}

#donate{
    color: darkgoldenrod;
    text-decoration: none;
    font-weight: bolder;
}

.article{
    color: darkgoldenrod;
    font-weight: bold;
}

p{
    font-size: 1.5em;
    text-align: justify;
    font-family: sans-serif;
    line-height: 40px;
}

nav{
    font-size: 1.2em;
    background-color: white;
    font-weight: bolder;
    box-shadow: 3px 3px 5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

nav a{
    text-decoration: none;
}

nav a:link {
    color: black;
}

nav a:visited{
    color: goldenrod;
}

nav a:hover{
    color: darkred;
}

nav ul{
    list-style-type: none;
    flex-direction: row;
    display: flex;
}

nav li{
    font-size: 1.3em;
    list-style-type: none;
    text-align: center;
    padding-bottom: .5em;
    width: 100%;
    
}

main{
    padding-right: 100px;
    padding-left: 100px;
}

form{
    font-family: sans-serif;
    text-align: center;
}

#FirstName, #LastName, #Email{
    height: 40px;
    width: 250px;
    border-radius: 10px;
    margin-left: 100px;
}

#fn, #ln, #mail{
    font-size: larger;
    position: absolute;
    margin-left: 100px;
    font-family: sans-serif;
    color: darkgray;
}

#JoinUs, #submit{
    margin: 30px;
    height: 40px;
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    background-color: indianred;
    color: white;
}

input[type="text"]{
    font-size: 20px;
    height: 50px;
    width: 100%;
}

footer{
    background-color: white;
    margin-top: 70px;
    border: 2px solid;
    box-shadow: 3px 3px 5px;
    display: flex;
    flex-wrap: wrap;
}

footer a:link{
    text-decoration: none;
    color: black;
    
}

footer a:hover{
    text-decoration: none;
    color: indianred;
}

footer a:visited{
    text-decoration: none;
    color: black;
}

.btn{
    text-decoration: none;
    padding: 1.5em;
    margin-top: 10px;
    border: 1px solid #333333;
    background-color: indianred;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}

.footer, .footer1, .footer2{
    padding: 20px;
    margin: 10px;
    margin-right: auto;
    margin-left: auto;
}

.footer ul{
    font-family: sans-serif;
    font-size: larger;
    list-style-type: none;
    line-height: 40px;
}

.footer p{
    font-size: medium;
}

.footer1 p, .footer2 p{
    font-size: 20px;
    font-family: sans-serif;
    line-height: 40px;
    margin-bottom: 40px;
}

.goal{
    font-size: 1.3em;
    text-align: justify;
    line-height: 30px;
    font-family: sans-serif;
}

.donateinfo{
    background-color: white;
    padding: 20px;
    margin-bottom: 40px;
}

.donateinfo h3{
    text-align: left;
    font-size: 2.5em;
    padding-left: 30px;
    color: black;
}

.donateinfo h4{
    padding-left: 30px;
}

.donateinfo li{
    font-size: 1.3em;
    font-family: sans-serif;
    line-height: 40px;
    text-align: justify;
}

.donateinfo p{
    padding-left: 30px;
}

#child2{
    width: 400px;
    float: inline-end;
    padding-left: 40px;
    padding-right: 20px;
}

.donate-one{
    background-color: white;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 40px;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
}

.donate-one h3{
    text-align: left;
    font-size: 2em;
    padding-left: 30px;
    color: black;
}

#FirstName2, #LastName2, #Email2, #am2{
    height: 40px;
    width: 250px;
    border-radius: 10px;
    margin-left: 100px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 40px
}

#fn2, #ln2, #mail2, #am{
    font-size: larger;
    margin-left: 100px;
    font-family: sans-serif;
    color: darkgray;
    display: flex;
}

#ot{
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold
}


#monthly{
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: indianred;
}

input[type="checkbox"]{
    width: 40px;
    height: 20px;
}

.donate-one h4{
    text-align: justify;
    font-size: 1.2em;
    padding-left: 30px;
}

table{
    width: 100%;
    border: 1px solid #000000;
    margin: auto;

}

td{
    padding: 10px;
    border: 1px solid #000000;
    text-align: left;
    background-color: white;
    font-size: 1.2em;
    font-weight: bold;
}

main h3{
    font-size: 1.6em;
}