@import url("https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.center {
  text-align: center; }

html {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  font-family: 'B612', 'Arial', sans-serif;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative; }

.bg_container {
  min-height: -webkit-fill-available;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  @media print {
    .bg_container {
      display: none; } }
.bg_black_lines, .bg_foreground, .bg_white_lines {
  position: absolute;
  inset: 0;
  background-size: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  pointer-events: none; }

.bg_foreground {
  mask-image: url("/images/bg/mask_landscape.svg");
  -webkit-mask-image: url("/images/bg/mask_landscape.svg"); }
  @media (orientation: portrait) {
    .bg_foreground {
      mask-image: url("/images/bg/mask_portrait.svg");
      -webkit-mask-image: url("/images/bg/mask_portrait.svg"); } }
.bg_black_lines {
  background-image: url("/images/bg/black_lines_landscape.svg"); }
  @media (orientation: portrait) {
    .bg_black_lines {
      background-image: url("/images/bg/black_lines_portrait.svg"); } }
.bg_white_lines {
  background-image: url("/images/bg/white_lines_landscape.svg"); }
  @media (orientation: portrait) {
    .bg_white_lines {
      background-image: url("/images/bg/white_lines_portrait.svg"); } }
html {
  background-color: var(--bg-background); }

.bg_foreground {
  background-color: var(--bg-foreground); }

@media screen {
  .main {
    position: relative; } }

.external_link_icon {
  display: inline-block;
  width: 1.7ch;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
  vertical-align: middle;
  transform: translate(0, -7%);
  margin-right: .4ch;
  margin-top: -1ch;
  margin-bottom: -1ch;
  user-select: none;
  -webkit-user-select: none; }
  @media print {
    .external_link_icon {
      display: none; } }
article > img {
  max-width: 100%; }

article a:not(.no-underline) {
  color: black;
  text-decoration-line: none;
  --link-bg-thickness: 20%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, var(--bg-background) 10%, var(--bg-background) var(--link-bg-thickness), rgba(0, 0, 0, 0) var(--link-bg-thickness)); }
  article a:not(.no-underline):hover {
    --link-bg-thickness: 50%; }

body {
  flex-grow: 1;
  max-width: 900px; }
  @media print, (min-width: 801px) {
    body {
      margin: 15px; } }
p, ul, ol {
  line-height: 1.5; }

header {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 15px;
  overflow: hidden;
  padding: 5px;
  margin: -5px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 800px) {
    header {
      align-items: center;
      flex-direction: column;
      margin-top: 10px; } }
  header a.logo {
    width: 320px;
    margin: 0 auto;
    display: block;
    transform: rotate(0deg); }
    @media (prefers-reduced-motion: no-preference) {
      header a.logo {
        transition: transform 200ms; }
        header a.logo:hover {
          transform: rotate(-1deg); } }
    @media print, (min-width: 801px) {
      header a.logo {
        max-width: 35%; } }
    @media only screen and (max-width: 800px) {
      header a.logo {
        max-width: 80%; } }
    header a.logo img {
      display: block;
      width: 100%; }
  header nav {
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 15px; }
    @media print {
      header nav {
        display: none; } }
    @media only screen and (max-width: 800px) {
      header nav {
        justify-content: center;
        gap: 8px; } }
    header nav span.b, header nav a.b:active {
      background: black;
      color: white;
      box-shadow: 0px 0px black;
      transform: translate(2px, 2px); }
    header nav .b {
      color: black;
      background: white;
      display: inline-block;
      padding: .25em 1em;
      border: 3px solid black;
      border-radius: 1000px;
      text-decoration: none; }
    header nav a.b {
      color: black;
      background: white;
      box-shadow: 2px 2px black;
      transform: translate(0px, 0px); }
      @media (prefers-reduced-motion: no-preference) {
        header nav a.b {
          transition: color 200ms, background 200ms, box-shadow 200ms, transform 200ms; } }
      header nav a.b:hover {
        background: black;
        color: white; }
      header nav a.b:active, header nav a.b.clicked {
        background: black;
        color: white;
        box-shadow: 0px 0px black;
        transform: translate(2px, 2px); }
    header nav span.b {
      transform: translate(2px, 2px); }

@media print, (min-width: 801px) {
  .index header {
    align-items: center;
    flex-direction: column;
    margin-top: 0px; }
    .index header a.logo {
      width: 420px;
      max-width: 100%; } }

body:not(.index, .plain) article, .outline-box {
  background-color: white;
  box-sizing: border-box;
  margin-bottom: 15px; }
  @media screen {
    body:not(.index, .plain) article, .outline-box {
      padding: 12px 15px;
      border: 3px solid black;
      border-radius: 10px;
      box-shadow: 2px 2px black; } }
.well, details, .event {
  padding: 1em 1.25em;
  border-radius: 8px;
  margin-top: 1em; }
  @media screen {
    .well, details, .event {
      background: #ddd; } }
  @media print {
    .well, details, .event {
      border: 2px solid #666; } }
  @media screen {
    .well.well-light-red, details.well-light-red, .event.well-light-red {
      background: #F5D5A1; }
    .well.well-light-green, details.well-light-green, .event.well-light-green {
      background: #A1F5B2; } }
.event date, .event time {
  padding: .25em .5em;
  border-radius: 5px;
  background: #333;
  color: white;
  font-size: 90%; }

summary {
  cursor: pointer; }

figure {
  margin: 1em auto;
  text-align: center; }
  figure img {
    max-width: 100%; }

body:not(.index) article > *:first-child, .outline-box > *:first-child, .well > *:first-child, details > *:first-child, .event > *:first-child, .footer-item > *:first-child {
  margin-top: 0; }

body:not(.index) article > *:last-child, .outline-box > *:last-child, .well > *:last-child, details > *:last-child, .event > *:last-child, .footer-item > *:last-child {
  margin-bottom: 0; }

footer {
  display: grid; }
  @media screen {
    footer {
      padding: 12px 15px;
      position: relative;
      color: white;
      background-color: black;
      border: 3px solid black;
      border-radius: 10px;
      box-sizing: border-box;
      box-shadow: 2px 2px black; } }
  @media print {
    footer {
      padding-top: 15px;
      border-top: 1px solid #666; } }
  footer .footer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  @media (min-width: 600px) {
    footer {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px; } }
  @media (max-width: 601px) {
    footer {
      grid-template-columns: 1fr; }
      footer .footer-item:not(:first-child) {
        margin-top: 15px; } }
  footer p {
    margin: 0; }
  footer a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: white; }
    footer a:hover {
      color: #bbb; }

.quecey {
  position: relative;
  width: 120px;
  height: 150px;
  background: url("/images/quecey_cute.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px auto 0px; }
  @media (min-width: 1100px) {
    .quecey {
      top: -120px;
      left: 50%;
      margin-bottom: -135px; } }
  @media print {
    .quecey {
      display: none; } }
.big {
  font-size: 32px;
  font-weight: bold; }
  @media print, (min-width: 801px) {
    .big {
      font-size: 42px; } }
.mid, h1 {
  font-size: 24px;
  font-weight: bold; }
  @media print, (min-width: 801px) {
    .mid, h1 {
      font-size: 36px;
      margin-bottom: 20px; } }
h2 {
  font-size: 22px; }
  @media print, (min-width: 801px) {
    h2 {
      font-size: 24px;
      margin-bottom: 20px; } }
.index em, .highlight {
  font-style: normal;
  background: var(--bg-foreground); }

@media print, (min-width: 801px) {
  .push-left {
    margin-right: 60px; }
  .push-right {
    margin-left: 60px; }
  .push-center {
    margin-left: 30px;
    margin-right: 30px; } }

.tilt-left {
  transform-origin: center;
  transform: rotate(1deg); }

.tilt-right {
  transform-origin: center;
  transform: rotate(-1deg); }

.fancy-image {
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
  border: 3px solid black;
  overflow: hidden;
  position: relative;
  filter: contrast(120%);
  border-radius: 10px;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 2px 2px black; }
  @media only screen and (max-width: 800px) {
    .fancy-image {
      width: 100%; } }
  .fancy-image img {
    position: relative;
    display: block;
    width: 100%; }
  .fancy-image .tint-fg, .fancy-image .tint-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1; }
  .fancy-image .tint-bg {
    background-color: var(--bg-background);
    mix-blend-mode: lighten; }
  .fancy-image .tint-fg {
    background-color: var(--bg-foreground);
    mix-blend-mode: darken; }

@media only screen and (max-width: 800px) {
  .table_container {
    max-width: calc(100vw - 50px);
    overflow-x: scroll; } }

table, tbody, td, th, tr {
  padding: 0;
  margin: 0; }

td, th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: center; }

th {
  background: var(--bg-foreground);
  border-color: #ccc; }

.directors-portrait, .donation-picture {
  border: 3px solid black;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px black;
  display: block;
  overflow: hidden;
  width: 50%;
  max-width: 200px;
  margin: auto;
  margin-bottom: 15px;
  transform: rotate(1deg); }
  @media (prefers-reduced-motion: no-preference) {
    .directors-portrait, .donation-picture {
      transition: transform 200ms; }
      .directors-portrait:hover, .donation-picture:hover {
        transform: rotate(-1deg); } }
@media (min-width: 501px) {
  .directors-portrait {
    max-width: 150px;
    width: 25%;
    float: left;
    margin-right: 15px; } }

.donation-picture {
  width: 100%;
  max-width: 300px; }
  @media (min-width: 501px) {
    .donation-picture {
      max-width: 250px;
      width: 25%;
      float: right;
      margin-left: 15px; } }
.clear {
  clear: both; }

@media only screen and (min-width: 1650px) {
  body.index article > *:nth-child(2) {
    translate: -415px;
    margin-bottom: -460px; }
  body.index article > *:nth-child(3) {
    translate: 345px; }
  body.index article > *:nth-child(4) {
    translate: 345px;
    margin-bottom: -156px; }
  body.index article > *:nth-child(5) {
    translate: -294px;
    margin-right: 106px; }
  body.index article > *:nth-child(6) {
    translate: 291px;
    margin-top: 113px;
    position: relative;
    z-index: 1; }
  body.index article > *:nth-child(7) {
    margin-top: -211px;
    translate: -405px; }
  body.index article > *:nth-child(8) {
    margin-top: -155px;
    translate: 411px;
    margin-bottom: 65px;
    margin-right: 136px; } }

.phone_numbers_container {
  display: grid;
  justify-content: center; }
  .phone_numbers_container .phone_numbers h1 {
    margin-top: 0;
    font-size: 48px;
    word-break: break-all; }
    @media only screen and (max-width: 800px) {
      .phone_numbers_container .phone_numbers h1 {
        font-size: 32px; } }
.inline-block {
  display: inline-block; }

.answering_machine_img {
  width: 420px;
  max-width: 100%;
  display: block;
  margin: auto; }
  @media (max-width: 800px) {
    .answering_machine_img {
      width: 320px; } }
  @media (prefers-reduced-motion: no-preference) {
    .answering_machine_img {
      transition: transform 200ms; }
      .answering_machine_img:hover {
        transform: rotate(-1deg); } }
