@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    color: black; }
  25% {
    -webkit-transform: translateY(-15%); }
  75% {
    -webkit-transform: translateY(15%); } }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateY(-15%); }
  75% {
    -moz-transform: translateY(15%); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    text-shadow: darkslategrey 0px 0px; }
  25% {
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%); }
  75% {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
    transform: translateY(15%); } }

@font-face {
  font-family: 'Sofia Medium';
  src: url("../css/webfont/Sofia Pro Medium.otf"); }

img {
  border-radius: 10px !important; }

#main {
  padding-top: 30px;
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
  float: right;
  width: 73%;
  width: calc(100% - 220px);
  transition: .4s opacity; }
  #main .tree-links {
    padding-top: 2em;
    max-width: 80%;
    margin: 0 auto; }
    #main .tree-links .tree-link h2, #main .tree-links .tree-link .menu-main-container ul#menu-main li a, .menu-main-container ul#menu-main li #main .tree-links .tree-link a {
      font-size: 60px;
      margin: 0;
      display: inline-block;
      text-decoration: inherit;
      padding: 0 5px; }
  #main .trees {
    list-style: none;
    padding: 0; }
    #main .trees .trees-letter {
      padding: 2em 0; }

body {
  font-family: "Sofia Medium";
  padding: 4%;
  margin: 0;
  color: white;
  cursor: url(/wp-content/uploads/minicursor.png), auto;
  padding-bottom: 200px;
  padding-top: 20px; }
  body::-webkit-scrollbar {
    width: 12px; }
  body::-webkit-scrollbar-track {
    background: #3a53a4;
    border-radius: 10px; }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #F68E56; }

h1, h2, .menu-main-container ul#menu-main li a, h3, .menu-main-container ul#menu-main li .sub-menu a {
  color: #ff9c66; }

h1 {
  font-size: 32px;
  line-height: 1em; }

h2, .menu-main-container ul#menu-main li a {
  font-size: 28px;
  line-height: 1em; }

h3, .menu-main-container ul#menu-main li .sub-menu a {
  font-size: 24px;
  line-height: 1em; }

h4, .calendar .past .listing p .event-description, .calendar .past .listing .hori-scroll .wp-block-image figcaption .event-description, .hori-scroll .wp-block-image .calendar .past .listing figcaption .event-description, .calendar .upcoming .listing p .event-description, .calendar .upcoming .listing .hori-scroll .wp-block-image figcaption .event-description, .hori-scroll .wp-block-image .calendar .upcoming .listing figcaption .event-description {
  font-size: 16px;
  line-height: 1em; }

p, .hori-scroll .wp-block-image figcaption {
  margin: 1em 0;
  font-size: 20px;
  line-height: 1em;
  line-height: 1.2em;
  letter-spacing: 0.7px; }

a {
  color: inherit;
  color: #ff9c66;
  text-decoration: none;
  cursor: pointer;
  cursor: url(/wp-content/uploads/minicursor.png), auto; }
  a:hover {
    text-decoration-color: #3a53a4 !important;
    text-decoration: underline;
    color: #ff9c66; }

#main-title {
  text-transform: lowercase;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  margin: 0;
  text-align: left;
  padding: 0;
  padding: 30px 0px 28px 0px;
  padding: 0; }
  #main-title a:hover {
    text-decoration: none !important;
    border-bottom: none; }

.home #main-title {
  font-size: 9.9vw; }

.siema {
  text-align: center;
  position: relative;
  cursor: inherit;
  cursor: url(/wp-content/uploads/minicursor.png), auto; }

.siema img {
  max-width: 100%;
  max-height: calc(100vh - 220px);
  cursor: url(/wp-content/uploads/minicursor.png), auto;
  transform-origin: center;
  transform: scale(0.997); }

.menu-main-container ul#menu-main {
  list-style: none;
  text-align: left;
  margin: 4em 0;
  margin: 30px 0;
  margin-left: 0;
  padding-left: 0; }
  .menu-main-container ul#menu-main li {
    margin: .5em 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    .menu-main-container ul#menu-main li.collapsed .sub-menu {
      height: 0;
      overflow: hidden;
      margin-bottom: 0px; }
    .menu-main-container ul#menu-main li .sub-menu {
      transition: height .4s;
      padding-left: 20px;
      margin-bottom: 20px; }
      .menu-main-container ul#menu-main li .sub-menu a {
        text-decoration-color: #3a53a4; }
    .menu-main-container ul#menu-main li a {
      text-decoration-color: #3a53a4; }

.page-title {
  position: fixed;
  right: 4%;
  top: 20px;
  margin: 0;
  display: none; }

.dance {
  -webkit-animation: bounce 0.75s infinite linear 0.2s;
  -moz-animation: bounce 0.75s infinite linear 0.2s;
  animation: bounce 0.75s infinite linear 0.2s;
  animation-delay: 0s;
  display: inline-block; }
  .dance:nth-child(4n+1) {
    animation-delay: .1s; }
  .dance:nth-child(4n+2) {
    animation-delay: .2s; }
  .dance:nth-child(4n+3) {
    animation-delay: .3s; }

.donate-form {
  text-align: center; }

.donate-button {
  margin-top: 1em;
  border-radius: 0;
  font-size: 3em;
  border: none;
  border-radius: 4px;
  padding: 1.5em 2em 1.2em 2em;
  font-family: "Sofia Medium";
  color: #ff9c66;
  background: #3a53a4;
  cursor: pointer;
  cursor: url(/wp-content/uploads/minicursor.png), auto; }

.hori-scroll {
  position: relative;
  display: inline-block;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%; }
  .hori-scroll::-webkit-scrollbar {
    width: 12px; }
  .hori-scroll::-webkit-scrollbar-track {
    background: #3a53a4;
    border-radius: 10px; }
  .hori-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #F68E56; }
  .hori-scroll p, .hori-scroll .wp-block-image figcaption {
    display: none;
    width: 400px;
    padding: 0 3em;
    white-space: normal;
    color: #F68E56; }
  .hori-scroll .wp-block-image figcaption {
    position: relative;
    color: #F68E56;
    text-align: left;
    width: 200px;
    display: inline-block;
    padding: 1em 3em;
    white-space: normal; }
  .hori-scroll .wp-block-image {
    margin-right: 3em;
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
    max-width: none; }
    .hori-scroll .wp-block-image img {
      display: block;
      position: relative;
      height: calc(100vh - 300px);
      float: left;
      max-width: none; }

#myCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transition: .4s all; }

#left-column {
  width: calc(25% - 10px);
  width: 200px;
  transition: .4s opacity;
  position: absolute;
  padding-bottom: 50px; }

.calendar.mobile {
  display: none; }

.calendar a {
  z-index: 10; }

.calendar .past, .calendar .upcoming {
  margin: 4em 0; }
  .calendar .past > h3, .calendar .menu-main-container ul#menu-main li .sub-menu .past > a, .menu-main-container ul#menu-main li .sub-menu .calendar .past > a, .calendar .upcoming > h3, .calendar .menu-main-container ul#menu-main li .sub-menu .upcoming > a, .menu-main-container ul#menu-main li .sub-menu .calendar .upcoming > a {
    margin-bottom: 0; }
  .calendar .past .listing, .calendar .upcoming .listing {
    padding: 0 2em 0 0;
    margin-bottom: 2em; }
    .calendar .past .listing p, .calendar .past .listing .hori-scroll .wp-block-image figcaption, .hori-scroll .wp-block-image .calendar .past .listing figcaption, .calendar .upcoming .listing p, .calendar .upcoming .listing .hori-scroll .wp-block-image figcaption, .hori-scroll .wp-block-image .calendar .upcoming .listing figcaption {
      line-height: 1em; }
      .calendar .past .listing p .event-date, .calendar .past .listing .hori-scroll .wp-block-image figcaption .event-date, .hori-scroll .wp-block-image .calendar .past .listing figcaption .event-date, .calendar .upcoming .listing p .event-date, .calendar .upcoming .listing .hori-scroll .wp-block-image figcaption .event-date, .hori-scroll .wp-block-image .calendar .upcoming .listing figcaption .event-date {
        float: left;
        border: 1px solid;
        padding: 5px;
        text-align: center;
        margin: 0 15px 0 0;
        width: 50px; }
      .calendar .past .listing p .event-description, .calendar .past .listing .hori-scroll .wp-block-image figcaption .event-description, .hori-scroll .wp-block-image .calendar .past .listing figcaption .event-description, .calendar .upcoming .listing p .event-description, .calendar .upcoming .listing .hori-scroll .wp-block-image figcaption .event-description, .hori-scroll .wp-block-image .calendar .upcoming .listing figcaption .event-description {
        color: white;
        text-decoration: none; }

@keyframes drift {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 100% 100%; } }

.background, .dots, .mouths, .lines {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  background-size: 70%; }

#myCanvas {
  opacity: .5;
  filter: blur(2px); }

.background {
  background-color: #2AA615;
  background-color: #359425; }

.lines {
  background-image: url("../images/lines.png");
  transition: 2s background-position; }

.dots {
  background-image: url("../images/dots.png");
  transition: 2s background-position; }

.mouths {
  background-image: url("../images/mouths.png");
  transition: 2s background-position; }

.wp-block-image {
  margin: 0; }

.blog-post {
  padding: 2em 0; }
  .blog-post:first-child {
    padding-top: 0; }

.blog-title {
  margin-top: 0; }

.reveal-background #myCanvas {
  filter: blur(0px);
  opacity: 1; }

.reveal-background #left-column, .reveal-background #main {
  opacity: 0; }

.about-background {
  float: left; }

.home footer {
  display: block; }

footer {
  display: none;
  clear: both;
  text-align: right;
  padding: 4em 0em 0em 0em;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
  right: 32px; }
  footer p, footer .hori-scroll .wp-block-image figcaption, .hori-scroll .wp-block-image footer figcaption {
    margin: 0;
    color: #3a53a4; }
    footer p a:hover, footer .hori-scroll .wp-block-image figcaption a:hover, .hori-scroll .wp-block-image footer figcaption a:hover {
      border-bottom: solid blue #3a53a4; }
    footer p a img, footer .hori-scroll .wp-block-image figcaption a img, .hori-scroll .wp-block-image footer figcaption a img {
      height: 1.6em;
      vertical-align: middle; }
      body .event-date  {
        border-color: #ff9c66!important;
      }
      .hori-scroll {
        text-align: center;
      }
@media (max-width: 480px) {
  p, .hori-scroll .wp-block-image figcaption {
    margin: 2em 0; }
  #main {
    clear: left;
    padding-top: 0; }
  #left-column, #main {
    width: 100%;
    padding-bottom: 0;
    position: static; }
  .calendar.desktop {
    display: none; }
  .calendar.mobile {
    display: block;
    clear: both;
    text-align: left; }
  .page-title {
    display: block;
    position: static;
    margin: 2em 0 .5em 0; }
  .event-description {
    text-align: left;
    margin-bottom: .5em; }
  .event-date-wrapper {
    margin-top: .5em; }
  .calendar .upcoming {
    margin-top: 0; }
  .event-date {
    margin-top: -7px; }
  footer {
    padding: 2em 0 0 0;
    text-align: left;
    margin: 0 auto;
    position: fixed;
    bottom: 20px; }
  .menu-main-container ul#menu-main {
    margin: 1em 0; }
    .menu-main-container ul#menu-main li {
      text-align: center; }
  #main-title {
    max-width: none;
    width: 100%;
    text-align: left; } }
