@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=PT+Serif&display=swap');

body {
  background: white;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16.799999px;
}

.secureDonationBanner {
  background-color: #5F2756;
  padding: 10px;
  text-align: center;
  width: 100%;
  float: none;
  display: block;
  max-width: 195px;
  margin-bottom: 1em;
}

.secureDonationBanner img {
  display: block;
  margin: 0 auto;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #5f2756;
}

section.title,
#orgInfo {
  display: none;
}

.section.donation h3 {
  margin-top: 0;
}

.section.captcha {
  margin: 1em 0;
}

#content > div {
  padding-top: 0 !important;
}

.btn-group {
  margin-top: 1em;
}

.btn-group .btn-submit-donation {
  border: 1px solid #5f2756;
  border-radius: 100px;
  padding-top: 0.8rem !important;
  padding-right: 2rem !important;
  padding-bottom: 0.8rem !important;
  padding-left: 2rem !important;
  font-family: "Montserrat", sans-serif;
  background: #5f2756;
  color: white;
  font-size: 16.799px;
}

.btn-group .btn-submit-donation:hover {
  background: white;
  color: #5f2756;
}

.recurring-paypal-venmo-label-info {
  font-style: italic;
}

#comment {
  width: 98%;
  max-width: unset;
  height: 150px;
}