body {
   background-color: #00ada0;
   font-family: 'PT Sans Narrow', sans-serif;
   font-size: 18pt;
   text-align: center;
}


/* Wraps full page */
div#fullpage {
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFFFFF;
}

/* used for the title */
h1 {
   font-size: 2em;
   font-family: 'Oswald', sans-serif;
   text-align: center;
   padding-top: 0.5em;
   margin: 0;
   color: #008035;
}


/* Contact info for the foundation */
div#contact {
   color: #008035;
   margin-bottom: 25px;
}

div#contact a {
   color: #008035;
}

/* banner includes the image and the caption beneath*/
div.banner {
   width: 85%;
   margin-left: auto;
   margin-right: auto;
}

div.banner img {
   max-width: 100%;
   height: auto;
}

div.caption {
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   font-size: .8em;
   max-width: 70%;
   color: #008035;
}


p {
   margin: 1em 2em 1em 2em;
}

/* paragraphs with pink text */
div#pinktext p {
   color: #bd0080;
}

/* donate button styling */
div#donate {
   margin: 1em auto 1em auto;
   padding-bottom: 2em;
}

div#donate a {
   font-family: none;
   font-size: 1.2em;
   text-decoration: none;
   padding: 0.2em 0.5em 0.2em 0.5em;
   color: #FFFFFF;
   background-color: #00ada0;
   border: 3px solid #00ada0;
   border-radius: 0.3em;
}

/* Board of Directors info in footer */
div#directors {
   max-width: 80%;
   color: #008035;
   margin-top: 25px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 25px;
}

div#directors p {
   margin: 0;
}

