/* --- splash v0.1.0 --- */

@media (prefers-reduced-motion: reduce) {
}
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 700px) {
}
@media screen and (min-width: 700px) {
}
@media screen and (min-width: 700px) {
}
#block-actioninterrupter.interrupter-active {
  display: none;
  z-index: -999;
  position: fixed;
  height: 100vh;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  background-image: url('/assets/splash-background-port.jpg');
  background-position: top center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#block-actioninterrupter.interrupter-active.interrupter-active {
  display: flex;
  z-index: 999999;
}
@media screen and (min-width: 700px) {
  #block-actioninterrupter.interrupter-active {
    background-image: url('/assets/splash-background-full.jpg');
    background-position: bottom center;
  }
}
#block-actioninterrupter.interrupter-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .7));
  background-size: cover;
  z-index: 1;
}
#block-actioninterrupter.interrupter-active #splash-logo-unstacked {
  display: block;
  fill: #fff !important;
  position: absolute;
  width: 100%;
  max-width: 10rem;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 999;
}
#block-actioninterrupter.interrupter-active .splash-credit,
#block-actioninterrupter.interrupter-active .interrupter {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
}
#block-actioninterrupter.interrupter-active .splash-credit.splash-button-container,
#block-actioninterrupter.interrupter-active .interrupter.splash-button-container {
  top: 0;
  right: 0;
  width: 100%;
  max-width: unset;
  background-color: transparent;
}
#block-actioninterrupter.interrupter-active .splash-credit button,
#block-actioninterrupter.interrupter-active .interrupter button {
  color: #fff;
}
#block-actioninterrupter.interrupter-active .splash-credit {
  top: unset;
  bottom: 0;
  right: 0;
}
#block-actioninterrupter.interrupter-active .splash-text {
  z-index: 2;
  width: 100%;
  max-width: 48rem;
  padding: 1rem;
}
#block-actioninterrupter.interrupter-active .h1,
#block-actioninterrupter.interrupter-active .h2 {
  max-width: 42rem;
  color: #fff;
  line-height: 1.25;
  font-weight: normal;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, .6);
}
#block-actioninterrupter.interrupter-active .h1 {
  font-family: UCSGotham, "Gotham SSm A", "Gotham SSm B", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 700px) {
  #block-actioninterrupter.interrupter-active .h1 {
    font-size: 3rem;
  }
}
#block-actioninterrupter.interrupter-active .h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  #block-actioninterrupter.interrupter-active .h2 {
    font-size: 1.25rem;
  }
}
#block-actioninterrupter.interrupter-active .splash-buttonns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 700px) {
  #block-actioninterrupter.interrupter-active .splash-buttonns {
    flex-direction: row;
  }
}
#block-actioninterrupter.interrupter-active .btn-donate-reverse {
  margin-top: 1rem;
  margin-left: 0;
  border-radius: 0;
  border: 3px solid #fff;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  transition-property: color, background-color;
  transition-duration: var(--duration);
  padding: 0.5em 1em;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: baseline;
  background: #fff;
  color: #ff522b;
  text-transform: uppercase;
  font-family: UCSGotham, "Gotham SSm A", "Gotham SSm B", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  #block-actioninterrupter.interrupter-active .btn-donate-reverse {
    margin-top: 0;
    margin-left: 1rem;
  }
}
#block-actioninterrupter.interrupter-active .btn-donate-reverse:link,
#block-actioninterrupter.interrupter-active .btn-donate-reverse:visited {
  text-decoration: none;
}
#block-actioninterrupter.interrupter-active .btn-donate-reverse:focus,
#block-actioninterrupter.interrupter-active .btn-donate-reverse:hover,
#block-actioninterrupter.interrupter-active .btn-donate-reverse:active {
  color: #000;
  background-color: #fff;
  border-color: #ff522b;
  border-bottom-style: solid;
}
