:root {
  --donatepink: #FF0057;
  --mvgreen: #00703c;
  --limegreen: #B2D33E;
}
body {
  font-size: 20px;
}
h1, h2, h3, .bignumber {
  font-family: 'Arvo', serif;
  font-weight: 800;
  color: var(--mvgreen);
}
main {
  width: 100%;
}
main section {
  /*  border: 1px red solid;*/
  border-bottom-width: 5px;
  margin-bottom: 5px;
}
section#swag {
  position: relative;
  overflow: hidden;
}
section#tophero {
  background: url("images/hss.webp") no-repeat center center;
  background-size: cover;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-bottom-width: 20px;
  border-image-source: linear-gradient(to bottom, var(--limegreen), var(--mvgreen));
}
section#tophero::before {
  background: url("images/library.webp") no-repeat center center;
  background-size: cover;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-bottom-width: 20px;
  border-image-source: linear-gradient(to bottom, var(--limegreen), var(--mvgreen));
}
section#tophero h1 {
  padding: 350px 50px;
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, .4);
  margin-top: 0;
  transform: translateY(100px);
  opacity: 0;
  animation: .6s fadein 2s forwards ease-in-out;
}
main section h2 {
  text-align: center;
}
main section h2.headline {
  font-size: 4rem;
  margin: 0 100px;
}
main section h2.headline, .mid-col.donorlist h3 {
  background: linear-gradient(135deg, rgba(178, 211, 62, 1) 0%, rgba(0, 112, 60, 1) 100%);
  color: transparent;
  background-clip: text;
  text-align: center;
}
p.bolded {
  text-align: center;
  font-size: 3rem;
  color: var(--donatepink);
}
.mid-col {
  max-width: 1024px;
  margin: 50px auto;
}
/* Hero Image of Office Pic */
section.testimonials {
  margin-bottom: 0;
  border-bottom: 20px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, var(--mvgreen), #dcb810);
}
section.testimonials > div.hero {
  overflow: hidden;
  position: relative;
  height: 600px;
}
section.testimonials > div.hero h2 {
  left: 0;
  right: 0;
  z-index: 0;
}
section.testimonials > div.hero h2, section.testimonials > div.hero img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.testimonials > div.hero h2 {
  font-size: 5rem;
  color: #fff;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, .4);
}
section.testimonials > div.hero img {
  left: 0;
  right: 0;
  z-index: 0;
}
section.testimonials div.divisions {
  color: #fff;
}
section.testimonials div.divisions h3 {
  color: #fff;
}
section.testimonials div.divisions div.person {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
  background: linear-gradient(45deg, rgba(178, 211, 62, 1) 0%, rgba(0, 112, 60, 1) 100%);
}
section.testimonials div.divisions div.person:nth-child(even) {
  /* background: linear-gradient(235deg, rgba(178,211,62,1) 0%, rgba(0,112,60,1) 100%);*/
  background: linear-gradient(235deg, var(--mvgreen) 40%, #005930 56%, var(--mvgreen) 70%, #119357 80%, var(--mvgreen) 90%);
  flex-direction: row-reverse;
}
section.testimonials blockquote {
  font-family: "Arvo", "Times New Roman", serif;
  background: #fff;
  color: var(--mvgreen);
  font-size: 2.5rem;
  margin: 20px 50px;
  border-left: none;
  border-radius: 10px;
  width: 45%;
  position: relative;
  line-height: 1.4em;
  padding: 20px;
}
section.testimonials div.divisions div.person div {
  width: 50%;
  position: relative;
  box-shadow: 10px 0px 100px rgba(0, 0, 0, .2);
}
div.person img {
  width: 100%;
}
div.person div img::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  position: relative;
  z-index: 10;
}
section.testimonials div.divisions div.person div h3 {
  font-size: 5rem;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  background-image: linear-gradient(45deg, rgba(178, 211, 62, 1) 0%, rgba(0, 112, 60, 1) 100%);
  color: transparent;
  background-clip: text;
  paint-order: stroke fill;
  -webkit-text-stroke: 1px #fff;
}
section.testimonials blockquote {
  position: relative;
}
section.testimonials blockquote em {
  color: var(--donatepink);
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  opacity: .2;
  z-index: 0;
}
section.testimonials div.person:nth-child(odd) blockquote::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-bottom: 0;
  margin-top: -11px;
  margin-left: -22px;
}
section.testimonials div.person:nth-child(even) blockquote::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  border-bottom: 0;
  margin-top: -11px;
  margin-right: -22px;
}
ul.new-thisyear {
  display: flex;
  flex-wrap: nowrap;
}
ul.new-thisyear li {
  width: 100%;
  text-align: center;
}
ul.new-thisyear li strong {
  display: block;
  font-size: 10rem;
  margin: 10px;
  color: var(--mvgreen);
}
div.mvlogo {
  position: absolute;
  width: 250px;
  top: 20px;
  left: 20px;
  z-index: 101;
  opacity: 0;
  animation: .6s fadein 1s forwards ease-in-out;
}
div.mvlogo img {
  width: 100%;
    filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, .7));
}
div.countdown-d1 {
  padding: 0;
  max-width: 300px;
  color: var(--donatepink);
  margin: 20px auto 90px;
}
.countdown-period {
  color: #262626;
}
.is-countdown {
  padding: 0;
  border: none;
}
section#donate iframe {
  height: 1200px;
}
footer {}
h2.checkback {
  background: var(--limegreen);
  color: #fff;
  text-align: center;
  padding: 20px 50px;
  margin: 0;
}
.rimage {
  width: 400px;
  float: right;
  margin: 20px;
}
.limage {
  width: 300px;
  float: left;
  margin: 20px 20px 20px 0;
}
ul.latest {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
}
ul.donations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  height: 400px;
  scrollbar-color: var(--mvgreen) var(--limegreen);
  scrollbar-width: thin;
}
ul.latest li, ul.donations li {
  display: block;
  background: var(--limegreen);
  margin: 10px;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
}
ul.donations li {
  background: var(--mvgreen);
}
ul.latest span, ul.donations span {
  display: block;
  text-align: center;
  line-height: 1.2em;
}
ul.latest span.amount, ul.donations span.amount {
  font-size: 3rem;
  font-weight: bolder;
}
ul.latest span.donor, ul.donations span.donor {
  font-size: 1.8rem;
  font-weight: bolder;
  margin: 5px 0;
  text-transform: uppercase;
}
ul.latest span.cause, ul.donations span.cause {
  font-size: 1.5rem;
}
ul.donations span.cause {
  font-size: 1.2rem;
}
h3.totalamount {
  font-size: 4.2rem;
}
.slick-prev:before, .slick-next:before {
  color: #00703c;
}
section#swag {
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 29%, rgba(221, 221, 221, 1) 65%, rgba(187, 187, 187, 1) 100%);
}
section#swag div {
  max-width: 1024px;
  margin: 50px auto;
}
a.donate {
  display: inline-block;
  font-weight: bolder;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  background: var(--mvgreen);
  transition: .4s all ease;
}
a.donate:hover, .donate-button:hover {
  background: var(--limegreen) !important;
  transform: scale(1.1);
}
.donate-button {
  position: fixed;
  right: 50px;
  top: 50px;
  background-color: goldenrod !important;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transition: all 0.5s ease;
}
.hidden {
  opacity: 0;
  pointer-events: none;
}
.visible {
  opacity: 1;
}
footer {
  padding: 20px;
}
footer img {
  width: 300px;
  margin: 20px auto;
}
div.preview ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}
div.preview li {
  overflow: hidden;
}
div.preview img {
  filter: grayscale(100%);
  transition: .6s all ease;
}
div.preview img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}
@keyframes fadeout {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (max-width:700px) {
  .mid-col {
    padding: 10px;
    margin: 20px auto;
  }
  div.mvlogo {
    left: 0;
    right: 0;
    margin-inline: auto;
  }
  section#tophero h1 {
    padding: 35% 10px;
    font-size: 2.5rem;
    transform: translateY(70px);
  }
  main section h2.headline {
    font-size: 3rem;
    margin: 0 20px;
  }
  section.testimonials > div.hero h2 {
    font-size: 3rem;
  }
  section.testimonials > div.hero {
    height: 260px;
  }
  section.testimonials > div.hero img {
    object-fit: cover;
  }
  section#tophero {
    background-size: cover;
  }
  ul.latest {
    flex-wrap: wrap;
  }
  ul.latest li {
    width: 90%;
  }
  ul.donations {
    grid-template-columns: repeat(2, 1fr);
    height: 600px;
  }
  section.testimonials div.divisions div.person {
    flex-wrap: wrap;
  }
  section.testimonials div.divisions div.person div {
    width: 100%;
  }
  section.testimonials div.divisions div.person div h3 {
    bottom: 20px;
    font-size: 3.5rem;
    color: #fff;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, .4);
    user-select: none;
  }
  section.testimonials blockquote {
    transform: translateY(-40px);
    width: 85%;
    font-size: 1.8rem;
  }
  .rimage, .limage {
    width: 100%;
    float: none;
    margin: 20px auto;
  }
  ul.new-thisyear {
    flex-wrap: wrap;
  }
  ul.new-thisyear li {}
  div.preview ul {
    flex-wrap: wrap;
    background: var(--mvgreen);
  }
  div.preview li {
    width: 25%;
  }
  section#swag {
    height: auto;
    padding: 10px 20px;
  }
  section#swag p {
    margin: 10px;
    text-align: center;
  }
  section#donate iframe {
    height: 1470px;
  }
  footer a {
    width: 80%;
  }
}