* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
}
.hidden {
  display: none;
}
#topWrapper {
  width: 100%;
  height: 120px;
  padding-bottom: 10px;
  background-color: #2282a6;
}
#logo_wrap {
  float: left;
  box-sizing: border-box;
  padding-top: 12px;
  padding-left: 10px;
}
#leftHeader {
  height: 120px;
  float: left;
  width: 60%;
  color: white;
  box-sizing: border-box;
  background-color: C;
  font-family: "century gothic";
  font-size: 2em;
  padding-left: 15px;
}
#leftHeader h1 {
  font-size: 1em;
  color: white;
  text-decoration: none;
}
#leftHeader p {
  color: white;
  font-size: 1em;
}
#headerLogo {
  max-width: 325px;
  min-width: 200px;
}
#rightHeader {
  float: right;
  height: 120px;
  width: 30%;
  box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
  font-family: "century gothic";
  background-color: #2282a6;
}
#rightHeader p {
  font-size: 1em;
  color: white;
}

#rightHeader h3 {
  font-size: 2em;

  color: white;
}
#donateHeader {
  width: 200px;
  height: 30px;
  background-color: #b33651;
  margin: 0 auto;
  margin-top: 10px;
}
#donateHeader:hover {
  background-color: #732334;
}
#donateHeader p {
  color: white;
  text-align: center;
  padding-top: 5px;
}
#menuWrapper {
  width: 100%;
  background-color: #094359;
  box-shadow: 2px 2px 1px #888888;
  margin-bottom: 3px;
}
#menuBar {
  width: 950px;
  margin: 0 auto;
  height: 60px;
}
#menuBar ul li {
  float: left;
  width: 25%;
  max-width: 150px;
  text-align: center;
  list-style: none;
  font-family: "helvetica";
  color: white;
  font-size: 0.8em;
  height: 60px;
}

#menuBar ul li h3 {
  padding-top: 20px;
  width: 100%;
  height: 100%;
}
a {
  color: white;
}
#menuBar ul li a {
  color: white;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}
#menuBar ul li:hover {
  background-color: #2282a6;
}
#middleInfo {
  width: 95%;
  background-color: white;
  margin: 0 auto;
}

#slides {
  width: 65%;
  float: left;
  height: 375px;
  margin-left: 20px;
  border: 10px solid #736d0c;
  box-sizing: border-box;
}

#donateWrap {
  float: right;
  background-color: #2282a6;
  width: 33%;
  box-sizing: border-box;
  height: 375px;
}
#donor_info {
  margin-bottom: 20px;
}
#donate {
  margin: 0 auto;
  max-width: 300px;
  min-height: 250px;
  border-radius: 10px;
  margin-top: 40px;
}
#donate p {
  font-family: "arial";
  font-size: 2em;
  text-align: center;
  color: white;
}
#dbutton {
  width: 100%;
  border-radius: 10px;
  background-color: #b33651;
  text-align: center;
  font-family: "arial";
  margin: 0 auto;
  margin-top: 30px;
}
#dbutton:hover {
  background-color: #732334;
}
#dbutton p {
  padding: 10px;
  color: white;
  font-size: 2.5em;
}
label {
  font-family: "arial";
}
input[type="text"] {
  height: 20px;
  width: 200px;
  border-radius: 5px;
  font-size: 1em;
  display: block;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
  margin-bottom: 10px;
}
input[type="submit"] {
  width: 120px;
  height: 30px;
  color: white;
  font-family: "arial";
  background-color: #b33651;
  border: none;
}
#middleWrap {
  margin-top: 30px;
  width: auto;
  height: 400px;
}

#welcome {
  width: 100%;
  background-color: ;
  box-sizing: border-box;
}

#quote {
  width: 70%;
  color: #094359;
  font-family: "century gothic";
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
#boxWrap {
  width: 100%;
  border-top: 1px solid #736d0c;
  min-height: 200px;
  padding: 50px 0;
}
.box {
  width: 32%;
  float: left;
  box-sizing: border-box;
  padding: 20px 20px;
}
.box p {
  text-align: center;
  color: #094359;
  font-family: "century gothic";
}
.lmButton {
  text-align: center;
  width: 200px;
  background-color: #b33651;

  margin: 0 auto;
  padding: 10px 0px;
  margin-top: 20px;
}
.lmButton:hover {
  background-color: #732334;
}
.lmButton p {
  color: white;
}

/* ABOUT */
#aboutWrapper {
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 30px;
}
#aboutLeft {
  float: left;
  width: 75%;
}
#aboutLeft ul,
#aboutLeft ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
#aboutLeft li {
  margin-bottom: 10px;
}
#aboutLeft h3 {
  font-family: "century gothic";
  margin-top: 30px;
  border-bottom: 1px solid #736d0c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #2282a6;
}
#aboutLeft p {
  margin-top: 5px;
  font-family: "century gothic";
  margin-bottom: 10px;
}
#aboutLeft .team {
  border-collapse: collapse;
}
#aboutLeft .team tr {
  border-top: 1px solid #736d0c;
  margin-top: 10px;
  vertical-align: top;
}
#aboutLeft .team tr:first-child {
  border: none;
}
#aboutLeft .team td {
  padding: 15px 5px 10px;
}
#aboutLeft .team p {
  margin-top: 0;
  margin-bottom: 10px;
}
#aboutLeft .team img {
  width: 100px;
  margin-right: 10px;
}
#aboutRight {
  float: right;
  width: 22%;

  margin-top: 60px;
}
#aboutRight p {
  font-family: "century gothic";
  text-align: center;
  font-size: 0.8em;
}
#pro_pic {
  width: 100%;
}
#contact_left {
  float: left;
}
#contact_left p {
  border: none;
}
#contact_right {
  float: right;
}
#contact_right p {
  font-family: "century gothic";
  border: none;
}
#contact_heading {
  width: 100%;
  border-bottom: 1px solid #736d0c;
  padding-bottom: 10px;
}
#giftWrapper {
  overflow: auto;
  width: 100%;
  margin-top: 10px;
}
.giftBox {
  float: left;
  width: 90px;
  height: 50px;
  background-color: #b33651;
  margin-right: 10px;
  border-radius: 5%;
}
.giftBox:hover {
  background-color: #732334;
}
.giftBox h6 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5em;
  font-family: "century gothic";
  color: white;
}
#paypalLogo {
  color: #2282a6;
}

#donateNow {
  width: 150px;
  height: 50px;
  background-color: #ded20b;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5%;
}
#donateNow h6 {
  text-align: center;
  font-size: 1.5em;
  padding-top: 10px;
  font-family: "century gothic";
  color: white;
}
#donate_wrap {
  width: 100%;
  overflow: auto;
}
#payment_check {
  float: left;
  width: 50%;
}
#payment_paypal {
  float: right;
  width: 50%;
  text-align: center;
}
#payment_zelle {
  width: 50%;
  text-align: center;
}
#footer {
  width: 100%;
  height: 200px;
  background-color: #2282a6;

  padding-bottom: 20px;
}
#footerBottom {
  padding-top: 10px;
  text-align: center;
  font-family: "helvetica";
  background-color: #094359;
  color: white;
}
#footerLeft {
  float: right;
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid white;
  margin-top: 30px;
  padding-bottom: 20px;
}
#footerLeft p {
  margin: 0 auto;
  color: white;
  text-align: center;
  font-family: "century gothic";

  font-size: 1.2em;
}

#footerRight {
  float: left;
  width: 50%;
}
#footerRight p {
  margin: 0 auto;
  color: white;
  text-align: center;
  font-family: "century gothic";
  margin-top: 30px;
  font-size: 1.2em;
}
