.fwh-slide {
  box-sizing: border-box;
  background-color: var(--primary-color);
  box-shadow: inset 0px 0px 26px 9px var(--secondary-color);
  height: 100%;
}
body {
  height: -webkit-fill-available;
  position: inherit;
}
html {
  height: -webkit-fill-available;
  zoom: 0.8;
}
/*
.fwh-slide--bg-me {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  /* background-color: blue;
}
.fwh-slide--bg-sts {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  /*background-color: green;
}
.fwh-slide--bg-connects {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  /*background-color: pink;}*/

:root {
  --primary-color: #f2eecb;
  --secondary-color: #212121;
  --clr-text: #5a5a5a;
  --clr-primary: green;
  --clr-accent: #764981;
}
.dark-theme {
  --primary-color: #505052;
  --secondary-color: #06cdd9;
}

#icon {
  width: 30px;
  cursor: pointer;
  float: right;
}
.logo {
  font-family: var(--ff-logo);
  text-align: center;
  font-size: 40px;
}
.logo a {
  text-decoration: none;
  color: black;
}
header {
  padding: 1em 0;
}
nav ul {
  display: flex;
  list-style: none;
  flex: 1;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  border: 2px solid var(--secondary-color);
  border-radius: 7px;
  width: min(100% - 2rem, 400px);
  margin: 0 auto;
}
nav a {
  display: inline-block;
  padding: 0.5em;
  color: var(--clr-primary);
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  color: var(--clr-accent);
  text-decoration: underline;
}

.intro {
  text-align: center;
}
.quicklink {
  display: flex;
  list-style: none;
  flex: 1;
  justify-content: center;
  font-weight: bold;
  font-size: larger;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quicklink:hover,
.quicklink:focus {
  text-decoration: underline;
}
.next {
  display: inline-block;
}
.calendar {
  border: 2px solid var(--secondary-color);
  border-radius: 7px;
  width: min(100% - 2rem, 400px);
  margin: 0 auto;
}
.calendar:focus {
  outline: none;
  border-color: var(--secondary-color);

  box-shadow: 0 0 10px #06cdd9;
}
.count {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 auto;
  width: 200px;
}
.countd {
  /* display: inline-block; */
  width: 75px;
  height: 75px;
  color: var(--secondary-color);
  border-style: inset;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  border-radius: 50%;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 1px 2px #000;
  /*-webkit-box-reflect: below 1px linear-gradient(transparent, #0008);*/
  text-shadow: 1px 1px 10px #06cdd9, 1px 1px 10px #06cdd9;
  text-align: center;
}
.countd span {
  display: block;
  font-size: 1.2rem;
  margin-top: 17px;
  text-align: center;
}
.news {
  padding-bottom: 10px;
  display: block;
}

.accordion__button-a {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  background: #333333;
  color: #edf2fc;
  text-align: left;
  transition: background 0.2s;
}
.accordion__button-a::after {
  content: "\25be";
  float: right;
  transform: scale(1.5);
}
.accordion__button-a--active {
  background: #555555;
}
.accordion__button-a--active::after {
  content: "\25b4";
}
.accordion__content-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
  padding: 0 30px;
  font-size: 10px;
  border-spacing: 20px 20px;
}
.beta th,
.beta td {
  padding-right: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.accordion__button-b {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  background: #333333;
  color: #edf2fc;
  text-align: left;
  transition: background 0.2s;
}
.accordion__button-b::after {
  content: "\25be";
  float: right;
  transform: scale(1.5);
}
.accordion__button-b--active {
  background: #555555;
}
.accordion__button-b--active::after {
  content: "\25b4";
}
.accordion__content-b {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
  padding: 0 30px;
  font-size: 10px;
}
.gamma th,
.gamma td {
  padding-right: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.accordion__button-c {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  background: #333333;
  color: #edf2fc;
  text-align: left;
  transition: background 0.2s;
}
.accordion__button-c::after {
  content: "\25be";
  float: right;
  transform: scale(1.5);
}
.accordion__button-c--active {
  background: #555555;
}
.accordion__button-c--active::after {
  content: "\25b4";
}
.accordion__content-c {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
  padding: 0 30px;
  font-size: 10px;
}
.delta th,
.delta td {
  padding-right: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.accordion__button-d {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  background: #333333;
  color: #edf2fc;
  text-align: left;
  transition: background 0.2s;
}
.accordion__button-d::after {
  content: "\25be";
  float: right;
  transform: scale(1.5);
}
.accordion__button-d--active {
  background: #555555;
}
.accordion__button-d--active::after {
  content: "\25b4";
}
.accordion__content-d {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
  padding: 0 30px;
  font-size: 10px;
}
.echo th,
.echo td {
  padding-right: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.hero {
  background-image: url(../img/photo.jpg);
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-size: cover;
  height: 740px;
  background-color: #cccaca;
  color: white;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.about {
  padding-bottom: 20px;
  font-size: 40px;
}
.who {
  padding-bottom: 20px;
}
.what {
  padding-bottom: 20px;
}
.why {
  padding-bottom: 20px;
}
.title-s {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.title-m {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.prt {
  width: 40px;
}
.donatebtn2 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.donatebtns {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding-top: 10px;
}
.other {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 400px) {
  .hero {
    background-attachment: local;
  }
  p {
    text-align: center;
    margin: 0 auto;
  }
  html {
    zoom: normal;
  }
}
@media only screen and (min-width: 1000px) {
  html {
    zoom: normal;
  }
  .accordion__button-a {
    width: 80%;
  }
  .accordion__content-a {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
  }
  .beta {
    margin-left: auto;
    margin-right: auto;
  }
  .accordion__button-b {
    width: 80%;
  }
  .accordion__content-b {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
  }
  .gamma {
    margin-left: auto;
    margin-right: auto;
  }
  .accordion__button-c {
    width: 80%;
  }
  .accordion__content-c {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
  }
  .delta {
    margin-left: auto;
    margin-right: auto;
  }
  .accordion__button-d {
    width: 80%;
  }
  .accordion__content-d {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
  }
  .echo {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  td {
    padding: 0 50px;
  }
  .title-s {
    font-size: 60px;
  }
  .title-m {
    font-size: 60px;
  }
  .logo {
    font-size: 60px;
  }
  .blurb {
    font-size: 20px;
  }
  .don {
    font-size: 40px;
  }
  .l-p {
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
