@font-face {
  font-family: "Carter One";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Carter%20One.ttf") format("truetype");
}
@font-face {
  font-family: "Wendy One";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Wendy%20One.ttf") format("truetype");
}
@font-face {
  font-family: "Harmattan";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Harmattan.ttf") format("truetype");
}
@font-face {
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/FredokaOne-Regular.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  background-attachment: fixed;
  background-image: url("/images/bg.webp");
  color: #F8F8FA;
  background-color: #363542;
}

html,
body {
  font-size: 24px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Harmattan";
  letter-spacing: 0.02em;
  line-height: 1.2;
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fredoka One";
  font-weight: normal;
  text-align: left;
}

h2 {
  font-size: 45px;
}
@media screen and (min-width: 870px) {
  h2 {
    font-size: 50px;
  }
}

picture {
  display: contents;
}

a:visited {
  color: #FF8F2E;
}

.cta {
  color: #FF8F2E;
  font-weight: bold;
  text-decoration: none;
}

button {
  cursor: pointer;
}

button.cta {
  color: #363542;
  background-color: #FF8F2E;
  border: 4px solid #FF8F2E;
  border-radius: 5px;
  padding: 10px;
}
button.cta:hover {
  border-color: #F8F8FA;
}
button.cta:active {
  border-color: #FF8F2E;
  background-color: #363542;
  color: #FF8F2E;
}
button.cta[disabled] {
  background-color: #363542;
  color: #FF8F2E;
  border-color: #FF8F2E;
}

.obsbox {
  background-attachment: fixed;
  background-image: url("/images/bg.webp");
  min-width: 300px;
  display: inline-block;
  text-align: justify;
  text-justify: inter-word;
  font-size: 0.8em;
  margin: 10px;
  padding: 0 20px;
  background-color: #363542;
  color: #F8F8FA;
  border: 4px solid #FF8F2E;
}

input {
  height: 1.5rem;
  width: 300px;
}

main {
  display: flex;
  flex-flow: column;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  gap: 30px 20px;
}
main h1, main h2 {
  margin-top: 0;
}
@media screen and (min-width: 530px) {
  main {
    padding: 0;
    width: 490px;
  }
}
@media screen and (min-width: 870px) {
  main {
    width: 830px;
  }
}
@media screen and (min-width: 1280px) {
  main {
    width: 1170px;
  }
}

header {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  header {
    margin: 10px -20px 0px -20px;
  }
}
header div {
  flex: 1 1 auto;
}
header img {
  width: 100%;
  height: auto;
}
header {
  display: flex;
}
header .logo {
  flex-grow: 1;
}

.header-sub {
  font-size: 25px;
  font-family: "Fredoka One";
  padding-right: 20%;
}

.home-head {
  color: #F8F8FA;
  background-color: #363542;
  margin-bottom: -30px;
  margin-top: -160px;
}
@media screen and (min-width: 870px) {
  .home-head {
    margin-top: -230px;
  }
}
.home-head {
  background: none;
}

.header-splash {
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  align-self: end;
  margin-top: -3%;
  margin-right: -4%;
  margin-left: -25%;
  margin-bottom: -7%;
  width: 45%;
}
@media screen and (min-width: 530px) {
  .header-splash {
    margin-left: -15%;
    margin-bottom: -5%;
    width: 30%;
  }
}

.signup-confirmed {
  display: block;
}

section {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 100px;
  grid-auto-rows: 100px;
  gap: 30px 20px;
}
@media screen and (min-width: 530px) {
  section {
    grid-template-columns: repeat(3, 150px);
  }
}
@media screen and (min-width: 870px) {
  section {
    grid-template-columns: repeat(5, 150px);
  }
}
@media screen and (min-width: 1280px) {
  section {
    grid-template-columns: repeat(7, 1fr);
  }
}
section {
  display: grid;
  justify-content: center;
  align-content: start;
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 50px;
  padding: 30px 20px;
  background-color: #F8F8FA;
  color: #363542;
}
section:empty {
  display: none;
}

footer {
  grid-column: 1/-1;
  text-align: center;
}

.home-featured {
  display: block;
}

.home-blog > ol, .blogSection > ol {
  display: contents;
  list-style: none;
}
.home-blog li, .blogSection li {
  display: contents;
}
.home-blog, .blogSection {
  grid-template-rows: repeat(7, 100px);
}
.home-blog .excerpt, .blogSection .excerpt {
  grid-column-end: span 3;
  grid-row-end: span 3;
}
.home-blog .big-nav, .blogSection .big-nav {
  grid-column: span 1/-1;
  grid-row: 1;
  align-self: start;
}
@media screen and (width < 870px) {
  .home-blog h2, .blogSection h2 {
    grid-column: 1/-2;
    align-self: end;
    line-height: 0.73;
    margin: 0;
  }
}
@media screen and (min-width: 870px) {
  .home-blog > h2, .blogSection > h2 {
    align-self: end;
    line-height: 0.73;
    margin: 0;
    white-space: nowrap;
    writing-mode: sideways-lr;
    grid-column: -2;
    grid-row: 1/span 2;
    justify-self: end;
    text-align: right;
    align-self: start;
  }
  .home-blog, .blogSection {
    grid-template-rows: repeat(3, 100px);
  }
}
@media screen and (min-width: 870px) and (min-width: 870px) {
  .home-blog > h2, .blogSection > h2 {
    align-self: end;
    grid-row: span 1/-1;
    margin-top: -260px;
    text-align: left;
  }
}
@media screen and (min-width: 870px) {
  .home-blog .excerpt, .blogSection .excerpt {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .home-blog .excerpt, .blogSection .excerpt {
    grid-column: span 3;
  }
}

.home-galleries > h2 {
  align-self: end;
  line-height: 0.73;
  margin: 0;
  white-space: nowrap;
  writing-mode: sideways-lr;
  grid-column: -2;
  grid-row: 1/span 2;
  justify-self: end;
  text-align: right;
  align-self: start;
}
@media screen and (min-width: 870px) {
  .home-galleries > h2 {
    align-self: end;
    grid-row: span 1/-1;
    margin-top: -260px;
    text-align: left;
  }
}
.home-galleries > ol {
  display: contents;
  list-style: none;
}
.home-galleries li {
  display: contents;
}
.home-galleries ol > :nth-child(2n) * {
  grid-column: span 2/-1;
}
.home-galleries h2 {
  grid-row: 1/span 2;
}
.home-galleries li {
  display: contents;
}
.home-galleries .gallery-link {
  margin: 0 -20px;
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media screen and (min-width: 870px) {
  .home-galleries {
    grid-row: span 3;
  }
  .home-galleries li:nth-child(n) .gallery-link {
    margin: 0;
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }
}
@media screen and (min-width: 1280px) {
  .home-galleries li:nth-child(n) .gallery-link {
    grid-column: auto/span 3;
  }
}

.home-etc > h2 {
  align-self: end;
  line-height: 0.73;
  margin: 0;
  white-space: nowrap;
  writing-mode: sideways-lr;
  grid-column: -2;
  grid-row: 1/span 2;
  justify-self: end;
  text-align: right;
  align-self: start;
}
@media screen and (min-width: 870px) {
  .home-etc > h2 {
    align-self: end;
    grid-row: span 1/-1;
    margin-top: -260px;
    text-align: left;
  }
}
.home-etc ol {
  gap: 20px 30px;
  grid-column: 1/-2;
  grid-row: span 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: auto;
  grid-auto-rows: auto;
}
.home-etc li {
  display: contents;
}
.home-etc .big-nav {
  width: 100%;
  grid-column: span 2;
}
@media screen and (min-width: 870px) {
  .home-etc {
    grid-row: span 3;
  }
}
@media screen and (min-width: 1280px) {
  .home-etc {
    grid-row: span 2;
  }
}

.gallery-featured {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  margin: -30px -20px;
  padding: 0;
}
.gallery-featured * {
  flex-basis: 50%;
}
@media screen and (min-width: 870px) {
  .gallery-featured {
    margin: 0px;
  }
  .gallery-featured * {
    flex-basis: 25%;
  }
}
.gallery-featured {
  /*
  @media screen and (min-width: $screenWide) {
    * {
      flex-basis: 16.5%;
    }
  }
  */
}

.intro-section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  font-size: 70%;
}
.intro-section div p {
  margin-top: 0;
}
.intro-section .intro-section-hooman {
  margin-bottom: -30px;
  margin-top: -60px;
  width: 240px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center bottom;
  align-self: center;
  order: 1;
  z-index: 1;
}
.intro-section .extra {
  display: none;
}
@media screen and (min-width: 870px) {
  .intro-section {
    font-size: 80%;
    flex-flow: row nowrap;
  }
  .intro-section .extra {
    display: unset;
  }
  .intro-section .intro-section-hooman {
    align-self: unset;
    order: 0;
    margin-bottom: -30px;
    margin-top: -150px;
    margin-left: -90px;
    width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .intro-section {
    font-size: 100%;
  }
  .intro-section .intro-section-hooman {
    margin-bottom: -30px;
    margin-top: -150px;
    width: 380px;
  }
}

.gallery-item * {
  width: 100%;
  height: 100%;
}
.gallery-item > a {
  display: contents;
}
.gallery-item img {
  object-fit: cover;
  height: 150%;
  max-height: 300px;
}

.excerpt-link {
  display: contents;
  color: inherit;
}
.excerpt-link:visited {
  color: inherit;
}

.excerpt {
  color: #F8F8FA;
  background-color: #363542;
  display: flex;
  flex-flow: column;
  position: relative;
  overflow: clip;
}
.excerpt * {
  margin: 30px 20px;
}
.excerpt p {
  margin-top: -30px;
  margin-right: 60px;
}
.excerpt .feature {
  margin: 0;
  object-fit: cover;
  flex-shrink: 0;
  order: -5;
  width: 100%;
  height: 50%;
}
.excerpt .date {
  writing-mode: sideways-lr;
  position: absolute;
  right: 0;
  bottom: 0;
}

.newsletter-signup {
  font-size: 20px;
  display: block;
  grid-auto-flow: dense;
  position: relative;
  overflow: clip;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
}
.newsletter-signup .formkit-form {
  margin: auto;
}
.newsletter-signup h2 {
  line-height: 0.9;
  order: -1;
  grid-column: 1/-1;
  grid-row: 1;
  justify-self: center;
  text-align: center;
}
.newsletter-signup .body {
  order: 1;
  z-index: 1;
  text-align: justify;
  grid-column: 1/-1;
  grid-row: span 2;
}
.newsletter-signup .body > p:first-child {
  margin-top: 0;
}
.newsletter-signup .feature {
  order: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 7px rgba(0, 0, 0, 0.5));
  grid-column: span 3;
  grid-row: span 2;
  z-index: 1;
}
.newsletter-signup .signup-form {
  order: 3;
  margin: -18px -50px 0 -50px;
  grid-column: span 3;
  grid-row: span 3;
  position: relative;
}
.newsletter-signup .spam-note {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 870px) {
  .newsletter-signup {
    grid-row: span 6;
  }
  .newsletter-signup .feature {
    order: 0;
    grid-column: span 2;
  }
  .newsletter-signup .body {
    order: 2;
    grid-column: span 3/-1;
    grid-row: span 2;
  }
  .newsletter-signup .signup-form {
    order: 1;
    grid-column: 1/-1;
    grid-row: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .newsletter-signup {
    grid-row: span 5;
  }
  .newsletter-signup h2 {
    grid-column: 3/span 3;
  }
  .newsletter-signup .feature {
    grid-row: span 4;
  }
  .newsletter-signup .signup-form {
    grid-column: span 3;
  }
  .newsletter-signup .body {
    grid-column: span 2/-1;
    grid-row: 2/span 3;
  }
}

.big-nav {
  color: #F8F8FA;
  background-color: #363542;
}
.big-nav:active {
  transform: scale(0.9);
}
.big-nav:hover {
  text-decoration: none;
  color: #FF8F2E;
}
.big-nav {
  color: #F8F8FA;
  box-sizing: border-box;
  height: min-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  font-family: "Fredoka One";
  font-size: 1em;
  padding: 12px 0 12px 20px;
  position: relative;
  height: 60px;
  border-right: solid 30px transparent;
}
.big-nav::after {
  content: url("/images/button-arrow.svg");
  background: #F8F8FA;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 60px;
}
.big-nav:hover::after {
  right: -40px;
}
.big-nav:visited {
  color: #F8F8FA;
}

.gallery-link {
  color: #F8F8FA;
  background-color: #363542;
  position: relative;
  font-family: "Fredoka One";
  font-size: 1.2em;
  display: flex;
  height: initial;
  flex-flow: column;
}
.gallery-link > a {
  display: contents;
  color: #F8F8FA;
  background-color: #363542;
}
.gallery-link > a:active {
  transform: scale(0.9);
}
.gallery-link > a:hover {
  text-decoration: none;
  color: #FF8F2E;
}
.gallery-link .gallery-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 0;
  flex-grow: 1;
}
.gallery-link .gallery-title {
  box-sizing: border-box;
  padding: 10px;
}

.gallery-section {
  color: #F8F8FA;
  background-color: #363542;
  display: block;
  background: none;
}

.gallery-grid {
  grid-column: 1/-1;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media screen and (min-width: 870px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.gallery-grid .gallery-item {
  grid-column: span 1;
}
.gallery-grid .gallery-item:hover {
  transform: scale(1.1);
}
.gallery-grid .gallery-item:active {
  transform: scale(0.9);
}

.navSection {
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
}
.navSection h2 {
  grid-column: 1/-1;
  margin: 0;
}
.navSection ol {
  list-style: none;
  padding: 0;
  display: contents;
}
.navSection li {
  grid-column: span 2;
}

.gallerySection {
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
}
.gallerySection h2 {
  grid-column: 1/-1;
  margin: 0;
}
.gallerySection ol {
  list-style: none;
  padding: 0;
  display: contents;
}
.gallerySection li {
  grid-column: span 2;
}

.artworkSection {
  color: #F8F8FA;
  background-color: #363542;
  background: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.artworkSection img {
  width: auto;
  max-height: 95vh;
}

.loginSection {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0;
}
.loginSection form {
  display: flex;
  flex-flow: column;
}
.loginSection form button {
  margin: 10px 0 20px 0;
}

.articleSection, .aboutSection {
  display: block;
}

article {
  display: block;
}
article img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 95vh;
}
article .feature {
  display: block;
  width: 100%;
  height: auto;
}
article .date {
  align-self: end;
}
article .article-end {
  width: 100%;
}
article .article-body {
  display: flex;
  flex-flow: column;
  align-items: center;
}
article .error {
  color: red;
}

.perkSection {
  display: block;
}

.perk-downloads {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.perk-download {
  background-color: #363542;
  color: #F8F8FA;
  padding: 0 10px 20px 10px;
}

.perk-download-thumbnail {
  max-height: 200px;
  max-width: 200px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}

.page404 {
  display: block;
  background: #F8F8FA;
  color: #363542;
  padding-bottom: 2em;
  margin: auto;
  max-width: 600px;
}
.page404 h1, .page404 p, .page404 .return {
  text-align: center;
}
.page404 a {
  margin: 20px;
}
.page404 img {
  width: 100%;
  height: auto;
}

.formkit-form {
  border: 0 !important;
}