@charset "UTF-8";
@media all and (min-width: 0em) {
  :root {
    box-sizing: border-box;
    color-scheme: dark light;
  }
  /* lato-100 - latin */
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    src: local(""), url("../fonts/lato-v23-latin-100.woff2") format("woff2"), url("../fonts/lato-v23-latin-100.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* lato-300 - latin */
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../fonts/lato-v23-latin-300.woff2") format("woff2"), url("../fonts/lato-v23-latin-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* lato-300italic - latin */
  @font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 300;
    src: local(""), url("../fonts/lato-v23-latin-300italic.woff2") format("woff2"), url("../fonts/lato-v23-latin-300italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* lato-regular - latin */
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/lato-v23-latin-regular.woff2") format("woff2"), url("../fonts/lato-v23-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* lato-italic - latin */
  @font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    src: local(""), url("../fonts/lato-v23-latin-italic.woff2") format("woff2"), url("../fonts/lato-v23-latin-italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* readex-pro-regular - latin */
  @font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/readex-pro-v10-latin-regular.woff2") format("woff2"), url("../fonts/readex-pro-v10-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* readex-pro-500 - latin */
  @font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/readex-pro-v10-latin-500.woff2") format("woff2"), url("../fonts/readex-pro-v10-latin-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* readex-pro-700 - latin */
  @font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/readex-pro-v10-latin-700.woff2") format("woff2"), url("../fonts/readex-pro-v10-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: "Lato", sans-serif;
    color: #252324;
    background-color: #FFFDFA;
    overflow-x: hidden;
  }
}
@media (min-width: 0em) and (prefers-color-scheme: dark) {
  body,
html {
    color: #FFFDFA;
    background-color: #252324;
  }
}
@media all and (min-width: 0em) {
  body {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
}
@media all and (min-width: 0em) {
  main {
    margin: 0;
    padding: 0;
    flex: 10 0 auto;
  }
}
@media all and (min-width: 0em) {
  h1,
h2,
h3,
h4 {
    font-family: "Lato", sans-serif;
    -webkit-margin-before: 0.2em;
            margin-block-start: 0.2em;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
}
@media all and (min-width: 0em) {
  h1 {
    font-size: 3em;
    line-height: 1em;
  }
}
@media all and (min-width: 0em) {
  h2 {
    text-transform: uppercase;
  }
}
@media all and (min-width: 0em) {
  img {
    width: 60%;
  }
}
@media all and (min-width: 0em) {
  a {
    color: #FFAEF7;
    font-weight: bolder;
  }
  a:hover {
    color: #FF8B8B;
    -webkit-text-decoration: underline double #FF8B8B;
            text-decoration: underline double #FF8B8B;
  }
}
@media all and (min-width: 0em) {
  article {
    padding: 1em 1em 1em 1em;
    margin: 0;
  }
}
@media all and (min-width: 0em) {
  section {
    margin: 0;
    padding: 1em 2em 1em 2em;
  }
}
@media all and (min-width: 0em) {
  p {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@media all and (min-width: 0em) {
  .articlehead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media all and (min-width: 0em) {
  .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .logo img {
    display: block;
    width: 20vh;
    min-width: 150px;
    max-width: 300px;
    height: 20vh;
    min-height: 150px;
    max-height: 300px;
    border-radius: 50%;
  }
}
@media all and (min-width: 0em) {
  .infoList p {
    border-bottom: 0.1em solid #9FD1FF;
  }
  .infoList p:before {
    content: "⇒ ";
  }
}
@media all and (min-width: 1024px) {
  body,
html {
    padding: 0;
    margin: 0;
  }
  main {
    padding: 0 calc((100% - 1024px) / 2) 0 calc((100% - 1024px) / 2);
  }
}
@media all and (min-width: 2000px) {
  body,
html {
    font-size: 0.85vw;
  }
  main {
    padding: 0 20% 0 20%;
  }
}
/* Mobile *//*# sourceMappingURL=main.css.map */