@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  font-family: "Inter";
  font-weight: 500;
  color: #333;
  background-color: #fff;
  --observerThreshold: 0.75;
}
@media screen and (max-width: 767px) {
  body {
    --observerThreshold: 0.85;
  }
}

.wireframe,
.wireframe * {
  outline: solid 1px rgba(0, 0, 0, 0.1333333333);
}

.placeholder {
  border: 2px dashed #aaa;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, rgba(170, 170, 170, 0.4), rgba(170, 170, 170, 0.4) 5px, rgba(170, 170, 170, 0.4666666667) 5px, rgba(170, 170, 170, 0.4666666667) 8px);
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header > div {
  width: 20%;
}
header > div#header-logo-div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5em;
  aspect-ratio: 1;
  transition: 0.3s;
}
header > div#header-logo-div a img {
  height: 90%;
}
header > div#header-logo-div a:hover {
  height: 6em;
}
header > div#header-logo-div a:active {
  filter: brightness(90%);
  transform: scale(0.85);
}
@media screen and (max-width: 767px) {
  header > div {
    display: none;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
header nav .nav-link-container {
  flex-basis: 0.15;
  flex-grow: 1;
  height: 40%;
  margin: 0 1em;
  padding-bottom: 0.1em;
}
header nav .nav-link-container:nth-child(1) {
  --navLinkColor: #ff0000;
}
header nav .nav-link-container:nth-child(2) {
  --navLinkColor: #ff8800;
}
header nav .nav-link-container:nth-child(3) {
  --navLinkColor: #ddcc00;
}
header nav .nav-link-container:nth-child(4) {
  --navLinkColor: #00cc00;
}
header nav .nav-link-container:nth-child(5) {
  --navLinkColor: #0088ff;
}
header nav .nav-link-container:nth-child(6) {
  --navLinkColor: #8800ff;
}
header nav .nav-link-container#current-page {
  color: var(--navLinkColor);
  border-bottom: 2px solid var(--navLinkColor);
}
header nav .nav-link-container a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #333;
}
header nav .nav-link-container a .nav-link-text {
  white-space: nowrap;
  transition: 0.2s;
}
header nav .nav-link-container a:hover .nav-link-text {
  transform: translateY(-0.14em);
  color: var(--navLinkColor);
}
header nav .nav-link-container a:active .nav-link-text {
  transform: scale(0.9) translateY(-0.14em);
  filter: brightness(80%);
}
@media screen and (max-width: 767px) {
  header nav {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    align-items: center;
  }
  header nav .nav-link-container {
    max-width: 20%;
  }
  header nav .nav-link-container .nav-link-text {
    white-space: default;
  }
}

main {
  min-height: 100vh;
}
main > * {
  margin: 0 auto;
  text-align: center;
}
main h1 {
  color: #135358;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}
main a {
  color: #135358;
  text-decoration: none;
}
main a:hover {
  color: #FD7B70;
}
main section {
  padding: 3em 0;
}
main section:first-of-type {
  padding-top: 0;
}
main section > div {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main section > div {
    max-width: 90% !important;
  }
}
main .pop-in {
  transition: 0.4s;
}
main .pop-in.observer-active {
  opacity: 1;
  transform: none;
}
main .about {
  max-width: 60em;
  text-align: left;
  margin: 5% auto;
}
main #banner {
  width: 90%;
}
main #banner #banner-top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 2.5em;
  border-bottom: 3px solid #135358;
}
main #banner #banner-top img {
  width: 32%;
  border-radius: 1em;
  box-shadow: 0 1px 1em -0.2em rgba(0, 0, 0, 0.3333333333);
}
@media screen and (max-width: 767px) {
  main #banner #banner-top img {
    width: 90%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  main #banner #banner-top {
    flex-direction: column;
  }
}
main #banner #banner-bottom {
  display: flex;
  justify-content: space-evenly;
  margin: 1em 0 5em;
  font-size: 1.2em;
}
main #banner #banner-bottom > div {
  max-width: 20em;
  font-weight: 600;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  main #banner #banner-bottom {
    flex-direction: column;
    align-items: center;
  }
}
main .crisis {
  min-height: 20em;
  max-width: 80em;
}
main .crisis .crisis-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
main .crisis .crisis-text > * {
  font-size: 0.8em;
}
main .crisis .crisis-text > *:first-child {
  font-size: 1.2em;
  font-weight: 600;
}
main .crisis .crisis-contact {
  display: flex;
  justify-content: space-between;
  max-width: 40em;
  margin: 4em auto 0;
  transition: 0.4s;
}
main .crisis .crisis-contact > div {
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 2em;
  font-size: 1.2em;
  border-radius: 1em;
  box-shadow: 0 1px 1em -0.2em rgba(0, 0, 0, 0.3333333333);
}
main .crisis .crisis-contact > div h2 {
  display: flex;
  align-items: center;
  margin: 0.1em 0;
  font-size: 1.2em;
}
main .crisis .crisis-contact > div h2 svg {
  height: 1em;
  margin-left: 0.3em;
  color: #135358;
}
main .crisis .crisis-contact > div span {
  margin: 0.5em 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .crisis .crisis-contact {
    flex-direction: column;
  }
  main .crisis .crisis-contact > div {
    width: 90%;
    margin: 0.5em auto;
    padding: 0.5em 0;
  }
}
main .crisis.observer-active .crisis-contact {
  opacity: 1;
  transform: none;
}
main #newsletter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em 2em;
  border-radius: 2em;
  transition: 0.5s;
}
main #newsletter:target {
  box-shadow: 0 0.1em 1.5em rgba(120, 41, 172, 0.75);
}
main #newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  font-size: inherit;
}
main #newsletter form input {
  height: 1em;
  padding: 0.75em 1.5em;
  margin-top: 1em;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0.5em;
  border: none;
}
main #newsletter form input:not(.submit-button) {
  border: 2px solid #ddd;
  font-weight: 500;
}
main #newsletter form input.submit-button {
  height: 2.5em;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.2em;
  background-color: #7829ac;
}
main .board-member-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
main .board-member-list .board-member {
  --observerThreshold: 0.45;
  display: flex;
  height: 20em;
  padding: 5em 0;
}
main .board-member-list .board-member .board-member-left {
  display: flex;
  justify-content: right;
  flex-basis: 0;
  flex-grow: 0.3;
}
main .board-member-list .board-member .board-member-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 0;
  flex-grow: 0.7;
  padding: 0 2em 1em;
  text-align: left;
}
main .board-member-list .board-member .board-member-right .board-member-name {
  margin: 0 0 2em;
}
main .board-member-list .board-member .board-member-right .board-member-name h1 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 1.7em;
  margin: 0 0 0.5em;
}
main .board-member-list .board-member .board-member-right .board-member-name h2 {
  color: #7829ac;
  font-weight: 600;
  font-size: 1.4em;
  margin: 0;
}
main .board-member-list .board-member .board-member-right p {
  margin: 0;
}
main .board-member-list .board-member img {
  border-radius: 1.5em;
  height: 100%;
  transform-origin: right;
  transition: 0.3s;
}
main .board-member-list .board-member.observer-active img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  main .board-member-list .board-member {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 3em 0;
  }
  main .board-member-list .board-member .board-member-left {
    justify-content: center;
  }
  main .board-member-list .board-member .board-member-left img {
    width: 80%;
    transform-origin: bottom;
  }
  main .board-member-list .board-member .board-member-right .board-member-name {
    margin-top: 1em;
    text-align: center;
  }
  main .board-member-list .board-member .board-member-right .board-member-name h1 {
    text-align: center;
  }
}
main .history {
  padding: 0 10%;
}
main .history .history-entry {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1em 0;
}
main .history .history-entry img {
  max-height: 20em;
  border-radius: 1em;
  max-width: 30vw;
}
@media screen and (max-width: 767px) {
  main .history .history-entry img {
    width: 90%;
    max-width: none;
  }
}
main .history .history-entry .history-entry-left {
  width: 60%;
}
main .history .history-entry .history-entry-left p {
  text-align: left;
  padding: 0 2%;
  margin: 5% 0;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  main .history .history-entry .history-entry-left {
    width: 90%;
  }
}
main .history .history-entry .history-entry-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .history .history-entry {
    flex-direction: column;
  }
}
main .resources-list {
  width: 80%;
}
main .resources-list .resources-list-section {
  margin: 0 0 5em;
  padding: 0;
  list-style: none;
}
main .resources-list .resources-list-section .resource {
  padding: 1em 0.5em;
  border-top: 1px solid #ccc;
  text-align: left;
}
main .resources-list .resources-list-section .resource:last-of-type {
  border-bottom: 1px solid #ccc;
}
main .resources-list .resources-list-section .resource .resource-contact {
  margin-top: 0.4em;
  font-size: 1.1em;
}
main .resources-list .resources-list-section .resource .resource-contact .resource-contact-method {
  display: flex;
  align-items: center;
}
main .resources-list .resources-list-section .resource .resource-contact .resource-contact-method > span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5em;
  margin-top: 0.2em;
  font-weight: 700;
  white-space: nowrap;
}
main .resources-list .resources-list-section .resource .resource-contact .resource-contact-method > span svg {
  height: 1em;
  margin-right: 0.4em;
  color: #135358;
}
main .contact-form {
  width: 100%;
  height: 80em;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 12rem;
  margin-top: 4rem;
  padding: 1% 3%;
  color: #fff;
  font-weight: 500;
  background-color: #135358;
}
footer a {
  color: inherit;
}
footer > div {
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 30%;
}
footer > div#footer-contact-div > * {
  margin-bottom: 1em;
}
footer > div#footer-contact-div .address {
  display: flex;
  flex-direction: column;
}
footer > div#footer-copyright-div {
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
}
footer > div#footer-signup-div {
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.5em auto;
  }
}/*# sourceMappingURL=styles.css.map */
