@import url("https://use.typekit.net/jlx1fdg.css");
html {
  scroll-behavior: smooth;
}

.section-header {
  width: 100%;
  text-align: center;
  font-size: 3em;
  padding-top: 25px;
}

.section-desc {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
}

.blurry-section {
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.8);
}

.break {
  margin-bottom: 10px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.box-shadow {
  box-shadow: -17px 10px 73px -6px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: -17px 10px 73px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: -17px 10px 73px -6px rgba(0, 0, 0, 0.67);
}

.nice-button {
  padding: 20px;
  margin: 30px 0 20px 0;
  color: black;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.5em;
  transition: all 0.25s ease-in-out;
}

.nice-button:hover {
  box-shadow: -7px 5px 33px -3px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: -17px 10px 73px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: -17px 10px 73px -6px rgba(0, 0, 0, 0.67);
}

.purple {
  background-color: #5941A9;
}

.red {
  background-color: #C33149;
}

.green {
  background-color: #668F80;
}

.yellow {
  background-color: #EDB458;
}

.blue {
  background-color: #0074CC;
}

.invisible {
  background-color: rgba(0, 0, 0, 0);
}

.black {
  background-color: #272727;
}

.very-black {
  background-color: black;
}

.white {
  background-color: #eee;
}

.bold {
  font-weight: 800 !important;
}

#back {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.25em;
}

#back:hover {
  color: black;
}

@media screen and (min-width: 1100px) {
  header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: instrinsic;
    padding-bottom: 10px !important;
    z-index: 9999999999999999000000000;
    transition: background-color 0.2s ease-in-out;
  }
  header #logo {
    margin: 15px 0 0 15px;
    width: 20%;
    height: intrinsic;
    transition: width 0.2s ease-in-out;
  }
  header .little-logo {
    width: 12% !important;
  }
  header #hamburger {
    display: none;
    visibility: hidden;
  }
  header nav {
    width: 75%;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 10px;
    height: 100%;
    font-size: 0.75em;
    font-weight: 800;
  }
  header nav ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1100px) {
  header {
    background-color: #5941A9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: min-content;
    padding-bottom: 10px !important;
    z-index: 9999999999999999000000000;
  }
  header #logo {
    margin: 20px 0 15px 15px;
    width: 25%;
    height: intrinsic;
    transition: width 0.2s ease-in-out;
  }
  header .little-logo {
    width: 30% !important;
  }
  header nav a {
    display: block;
  }
  header .js ul {
    display: none;
  }
  header .js button {
    display: block;
  }
  header ul.is-active {
    display: block;
  }

  nav {
    display: flex;
    flex-direction: column;
  }

  nav ul {
    position: fixed;
    width: 60%;
    top: 100px;
    right: 1px;
    z-index: 100;
    font-size: 1.25em;
    line-height: 2.5em;
    background-color: rgba(195, 49, 73, 0.6);
    backdrop-filter: blur(5px);
  }
  nav ul li {
    padding-left: 15px;
    border: 1px solid rgba(200, 200, 200, 0.3);
  }

  #hamburger {
    width: 50px;
    height: 45px;
    margin-right: 35px;
    align-self: flex-end;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #hamburger span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #hamburger span:nth-child(1) {
    top: 0px;
  }

  #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
    top: 18px;
  }

  #hamburger span:nth-child(4) {
    top: 36px;
  }

  #hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
.header-shadow {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 400px) {
  #logo {
    width: 40% !important;
  }
}
@media screen and (min-width: 800px) {
  #home {
    background-color: #5941A9;
    padding-bottom: 50px;
  }
  #home #home-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 140px;
  }
  #home #home-flex #home-words {
    width: 50%;
  }
  #home #home-flex #home-words h2 {
    font-size: 2.75em;
    margin-bottom: 10px;
  }
  #home #home-flex #home-words p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  #home #home-flex #home-words a {
    font-weight: 800;
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 1.25em;
  }
  #home #home-flex img {
    width: 30%;
    height: min-content;
    filter: drop-shadow(-4px 10px 83px #000);
    z-index: 0;
  }
}
@media screen and (max-width: 800px) {
  #home {
    background-color: #5941A9;
    padding-bottom: 50px;
  }
  #home #home-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 140px;
  }
  #home #home-flex #home-words {
    width: 80%;
  }
  #home #home-flex #home-words h2 {
    font-size: 2.75em;
    margin-bottom: 10px;
  }
  #home #home-flex #home-words p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  #home #home-flex #home-words a {
    font-weight: 800;
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 1.25em;
  }
  #home #home-flex img {
    display: none;
    visibility: hidden;
  }
}
#charities {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#charities .main-carousel {
  height: 200px;
}
#charities .main-carousel .carousel-cell {
  margin: 0 10px;
  border-radius: 10px;
  display: flex;
}
#charities .main-carousel .carousel-cell img {
  border-radius: 10px;
  height: 200px;
}

#media {
  background-color: #C33149;
  padding-bottom: 40px;
}
#media article {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 30px;
}
#media article #article-img {
  width: 27%;
}
#media article #article-img img {
  width: 100%;
  height: intrinsic;
  height: min-content;
  border-radius: 20px;
}
#media article #article-img p {
  font-size: 1.2em;
  margin-left: 10px;
}
#media article #article-img #desc {
  margin-top: 20px;
}
#media article #article-img #date {
  font-style: italic;
}
#media article #article-body {
  width: 57%;
  column-count: 2;
  column-gap: 80px;
  text-align: justify;
}
#media #photo-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
}
#media #photo-flex img {
  width: 25%;
  height: initial;
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  #media #photo-flex {
    flex-direction: column;
    justify-content: center;
  }
  #media #photo-flex img {
    width: 75%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #media article #article-body {
    column-count: 1;
  }
}
@media screen and (max-width: 800px) {
  #media article {
    flex-direction: column;
    align-items: center;
  }
  #media article #article-img {
    width: 80%;
    padding-bottom: 30px;
  }
  #media article #article-body {
    width: 80%;
  }
}
.training-button {
  border: 5px solid #668F80;
}

#training {
  background-color: white;
  padding-bottom: 40px;
}
#training .section-header {
  color: #668F80;
}
#training .section-desc {
  color: black;
}
#training #steps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 25px;
}
#training #steps div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
#training #steps div h3 {
  font-size: 2em;
  margin-bottom: 5px;
}
#training #steps div h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: center;
}
#training #steps div svg {
  width: 50%;
  margin-bottom: 20px;
}
#training #steps div p {
  line-height: 1.5em;
  font-size: 1.1em;
}
#training #wifi-svg {
  fill: #668F80;
}
#training #shadow-svg {
  fill: #668F80;
}
#training #shadow-svg #SHADOW * {
  fill: #B0D7C9;
}

@media screen and (max-width: 800px) {
  #training #steps {
    flex-direction: column;
    align-items: center;
  }
  #training #steps div {
    width: 85%;
  }
  #training #steps #step-1 {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(155, 155, 155, 0.5);
  }
  #training #steps #step-2 {
    padding-top: 20px;
  }
}
#forms {
  background-color: #EDB458;
}
#forms #form-containers {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 40px 0 40px 0;
}
#forms #form-containers div {
  width: 25%;
  border: 10px solid white;
  border-radius: 15px;
  padding-bottom: 30px;
}
#forms #form-containers div h3 {
  padding: 15px 15px;
  text-align: center;
  font-size: 1.3em;
  height: 3em;
}
#forms #form-containers div ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#forms #form-containers div ul li img {
  height: 2em;
  width: 10%;
  padding-left: 10px;
}
#forms #form-containers div ul li a {
  width: 80%;
  padding: 0 20px 0 20px;
}

@media screen and (max-width: 1100px) {
  #forms #form-containers {
    flex-direction: column;
    align-items: center;
  }
  #forms #form-containers div {
    width: 80%;
    margin-bottom: 40px;
  }
}
#requirements {
  color: black;
  padding-bottom: 50px;
}
#requirements .section-header {
  color: #5941A9;
}
#requirements #requirements-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 40px;
}
#requirements #requirements-flex #requirements-left {
  width: 40%;
}
#requirements #requirements-flex #requirements-left p {
  line-height: 1.75em;
}
#requirements #requirements-flex #requirements-left #downloads {
  border: 10px #5941A9 solid;
  border-radius: 15px;
  padding: 20px 35px 20px 35px;
  margin-top: 40px;
}
#requirements #requirements-flex #requirements-left #downloads div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
}
#requirements #requirements-flex #requirements-left #downloads div img {
  width: 10%;
}
#requirements #requirements-flex #requirements-left #downloads div a {
  margin-left: 10px;
  color: black;
  transition: color 0.15s ease-in-out;
}
#requirements #requirements-flex #requirements-left #downloads div a:hover {
  color: #0074CC;
}
#requirements #requirements-flex #requirements-right {
  width: 40%;
}
#requirements #requirements-flex #requirements-right #right-list {
  border: 10px #5941A9 solid;
  border-radius: 15px;
  padding: 20px 35px 20px 35px;
}
#requirements #requirements-flex #requirements-right #right-list h3 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.25em;
}
#requirements #requirements-flex #requirements-right #right-list ul {
  list-style: square;
}
#requirements #requirements-flex #requirements-right #right-list ul li {
  padding-bottom: 15px;
}

@media screen and (max-width: 1100px) {
  #requirements #requirements-flex {
    flex-direction: column;
    align-items: center;
  }
  #requirements #requirements-flex #requirements-left {
    width: 80%;
  }
  #requirements #requirements-flex #requirements-right {
    width: 80%;
  }
  #requirements #requirements-flex #downloads {
    margin-bottom: 40px;
  }
}
#schedule {
  background-color: #C33149;
}
#schedule #schedule-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 40px 0 40px 0;
}
#schedule #schedule-flex #schedule-desc {
  width: 50%;
}
#schedule #schedule-flex #schedule-desc p:nth-child(2) {
  font-weight: 800;
  font-size: 1.25em;
  margin-bottom: 70px;
}
#schedule #schedule-flex #schedule-desc #schedule-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
#schedule #schedule-flex #schedule-desc .schedule-button {
  border: 5px solid white;
  color: white;
}
#schedule #schedule-flex embed {
  width: 520px;
  height: 400px;
}

@media screen and (max-width: 800px) {
  #schedule #schedule-flex {
    flex-direction: column;
    align-items: center;
  }
  #schedule #schedule-desc {
    width: 80% !important;
    padding-bottom: 40px;
  }
  #schedule #schedule-buttons {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 550px) {
  #schedule #schedule-flex embed {
    width: 320px;
    height: 200px;
  }
}
#events {
  background-color: white;
}
#events #events-header {
  color: #668F80;
}
#events #events-flex {
  padding-top: 40px;
  padding-bottom: 40px;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  line-height: 1.8em;
}
#events #events-flex #events-desc {
  width: 45%;
}
#events #events-flex #events-list {
  width: 30%;
  padding: 30px;
  border: 10px #668F80 solid;
  border-radius: 15px;
  height: max-content;
}
#events #events-flex #events-list h3 {
  text-align: center;
  font-size: 1.25em;
  padding-bottom: 15px;
}

@media screen and (max-width: 800px) {
  #events #events-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #events #events-flex #events-desc {
    width: 80%;
    padding-bottom: 40px;
  }
  #events #events-flex #events-list {
    width: 60%;
  }
}
#members {
  background-color: #5941A9;
}
#members #member-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 40px 0 40px 0;
}
#members ul {
  width: 80%;
  column-count: 3;
  column-gap: 50px;
}
#members ul li {
  font-weight: 800;
  line-height: 2em;
}
#members ul li a {
  transition: all 0.15s ease-in-out;
}
#members ul li a:hover {
  color: #0074CC;
}

@media screen and (max-width: 800px) {
  #members #member-list ul {
    column-count: 2;
  }
}
#partners #partners-header {
  color: #EDB458;
}
#partners #partners-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 40px;
}
#partners #partners-flex div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDB458;
  width: 26%;
  padding: 20px 10px 20px 10px;
  margin-bottom: 40px;
  border-radius: 15px;
}
#partners #partners-flex div img {
  width: 80%;
  height: initial;
}

@media screen and (max-width: 1100px) {
  #partners #partners-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #partners #partners-flex div {
    width: 60%;
  }
}
#announcements {
  background-color: #EDB458;
  background: linear-gradient(-45deg, #EDB458, #C33149);
  background-size: 500% 500%;
  animation: color-switch 30s ease infinite;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}
#announcements #announcements-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0 40px 0;
  width: 100%;
}
#announcements #announcements-flex img {
  border-radius: 50%;
  filter: drop-shadow(5px 5px 15px #222);
  width: 20%;
}
#announcements #announcements-flex #announcements-text {
  width: 60%;
}
#announcements #announcements-flex #announcements-text h2 {
  font-size: 3em;
  padding-bottom: 25px;
}
#announcements #announcements-flex #announcements-text ul {
  font-size: 1.5em;
}
#announcements #announcements-flex #announcements-text ul li {
  line-height: 1.5;
  padding-bottom: 30px;
}
#announcements #announcements-flex #announcements-text ul li span {
  font-weight: 800;
}
#announcements #announcements-flex #announcements-text ul li a {
  font-weight: 800;
  text-decoration: underline;
}
#announcements #announcements-flex #announcements-text ul li #important {
  font-size: 1.5em;
}

.schedule-button {
  border: 5px solid #668F80;
}

@media screen and (max-width: 800px) {
  #announcements #announcements-flex {
    flex-direction: column-reverse;
  }
  #announcements #announcements-flex img {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #announcements #announcements-flex #announcements-text {
    width: 90%;
  }
}
@keyframes color-switch {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#login {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5941A9;
}
#login #login-title {
  font-size: 2.25em;
  margin-bottom: 20px;
}
#login #login-form {
  display: flex;
  flex-direction: column;
}
#login #login-form #username, #login #login-form #password {
  padding: 25px;
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.25em;
}
#login #login-form #login-btn {
  width: 100%;
  padding: 10px;
  border: none;
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  color: black;
  background-color: white;
  transition: color 0.15s ease-in-out;
}
#login #login-form #login-btn:hover {
  color: #5941A9;
}

#index {
  background-color: #668F80;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#index .index-form {
  display: flex;
  flex-direction: column;
  width: 40%;
  height: 40vh;
}
#index .index-form label {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 20px;
}
#index .index-form #file {
  font-size: 1.5em;
  margin-bottom: 20px;
}
#index .index-form #index-btn {
  width: 100%;
  padding: 10px;
  border: none;
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  color: black;
  background-color: white;
  transition: color 0.15s ease-in-out;
}
#index .index-form #index-btn:hover {
  color: #668F80;
}
#index #response {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 15px 0 15px 0;
  font-weight: 800;
  color: black;
  font-size: 1.5em;
}
#index .bad {
  color: #C33149 !important;
}

@media screen and (max-width: 400px) {
  #index {
    flex-direction: column !important;
  }
  #index .index-form {
    width: 90% !important;
  }
}
body {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin: 0;
  padding: 0;
}
body * {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

footer {
  width: 100%;
  background-color: black;
  text-align: center;
  font-weight: 800;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer a {
  color: #e9054a;
  transition: color 0.2s ease-in-out;
}
footer a:hover {
  color: white;
}
footer .admin {
  position: absolute;
  right: 40px;
  width: 15px;
  height: intrinsic;
  height: min-content;
  margin-top: 5px;
}

/*# sourceMappingURL=master.css.map */
