footer {
  background-color: #F5D74D;
  border-top: solid 2px #000;
  padding-top: 5px;
  padding-bottom: 30px;
  margin-top: 60px;
}

footer input, footer button {
  border-radius: 15px !important;
  font-family: 'Raleway' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

footer input {
  height: 35px !important;
}

.copy {
  margin-bottom: 60px;
  font-family: 'Raleway';
  font-size: 14px;
}

.social {
  list-style-type: none;
  padding-left: 0px;
  display: inline-block;
}

.social li {
  float: left;
  padding-right: 10px;
}

.social li a {
  color: #000;
}

h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 55px;
  color: #3C3C3C;
  margin-bottom: 25px;
}

.nav-item {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 15px;
  border: solid 2px #fff;
}

h1 + p {
  font-family: 'Montserrat';
  font-size: 17px;
}

.container {
  max-width: 1000px;
}

.donate {
  border: solid 2px #000;
  border-radius: 16px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.navbar {
  -webkit-box-shadow: 0px 1px 15px -1px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 15px -1px rgba(0,0,0,0.8);
  background-color: #fff;
  margin-bottom: 60px;
}

.nav-item:hover {
  background-color: #f5d74d;
  border: solid 2px #f5d74d;
  border-radius: 15px;
  text-decoration: none;
}

h1 > span {
  color: #f5d74d;
}

fieldset {
  border-radius: 0px;
  border: none;
  border-top: solid 40px #f5d74d;
  margin-bottom: 60PX;
}

fieldset > legend {
  background-color: #fff;
  float: unset;
  margin-left: 30px;
  display: inline-block;
  font-family: 'Raleway';
  font-size: 40px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

legend + p {
  padding-left: 45px;
}

.btn.btn-primary {
  font-family: 'Montserrat';
  font-size: 18px;
  color: #000000;
  background-color: #fff;
  border: solid 2px #000;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 15px;
}

.btn.btn-primary:hover {
  background-color: #f5d74d;
  border: solid 2px #f5d74d;
}

.btn.purple:hover {
  background-color: #3D2479;
  border: solid 2px #3D2479;
  color: #fff;
}

.btn.pink:hover {
  background-color: #FF6978;
  border: solid 2px #FF6978;
  color: #fff;
}

.btn.orange:hover {
  background-color: #FC814A;
  border: solid 2px #FC814A;
  color: #fff;
}

.btn.green:hover {
  background-color: #368271;
  border: solid 2px #368271;
  color: #fff;
}

.btn.white {
  background-color: #fff;
  border: solid 2px #fff;
  color: #000;
}

.btn.white:hover {
  background-color: #3D2479;
  border: solid 2px #3D2479;
  color: #fff;
}

.btn.btn-primary:focus {
  box-shadow: none;
}

p {
  font-family: 'Montserrat';
  font-size: 16px;
}

