@import url(https://fonts.googleapis.com/css?family=Khula:800);
body {
  overflow: hidden;
  position: fixed;
  margin: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Khula", sans-serif;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

body,
a,
span {
  color: #ef53f4; }

.iPad header,
.iPad .modal-wrapper {
  z-index: 2; }

.image-scroller {
  width: 100%;
  height: 100%; }
  .image-scroller .image-node-wrapper {
    position: absolute;
    display: inline-block;
    transform-origin: top left;
    pointer-events: none; }
    .image-scroller .image-node-wrapper .image-node {
      transform-origin: center;
      transform: scale(0.1); }
      .image-scroller .image-node-wrapper .image-node.pop-in {
        transition: transform 0.3s;
        transform: scale(1); }

.name-bg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }
  .name-bg-container .name-background {
    width: 50vw;
    animation: tilt 30s infinite; }
    @media (max-width: 500px) {
      .name-bg-container .name-background {
        width: 80vw; } }

@keyframes tilt {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

.color-changing-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.embed {
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 25px; }

.embed-16-9 {
  padding-top: calc(100% / (16 / 9)); }

.embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#loadingGif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(public/shrimp-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px; }
  @media (max-width: 500px) {
    #loadingGif {
      background-size: 150px; } }

.modal-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 500px) {
    .modal-wrapper {
      z-index: 2; } }
  .modal-wrapper .modal-scrim {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-top: 35px; }
  .modal-wrapper .modal {
    position: relative;
    max-width: 1000px;
    z-index: 2;
    left: 50%;
    transform: translateX(calc(-50% - 35px));
    line-height: 5.7vw;
    letter-spacing: 0.2vw;
    font-size: 3.7vw;
    background-color: #fffa39;
    padding: 35px;
    margin: 70px 35px; }
    @media (max-width: 500px) {
      .modal-wrapper .modal {
        padding: 35px 0 10px 0;
        margin: 0 0 35px 0;
        left: 0;
        transform: translateX(0); } }
    .modal-wrapper .modal .modal-content .modal-blurb-content p:first-child {
      margin-top: 0; }
    @media (max-width: 500px) {
      .modal-wrapper .modal .modal-content .modal-blurb-content {
        padding: 0 23.33333px; } }
    .modal-wrapper .modal .modal-content .modal-blurb-content img {
      max-width: 100%; }

.close-button-wrapper {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 500px) {
    .close-button-wrapper {
      position: fixed;
      top: 0px; } }
  .close-button-wrapper:hover .open {
    display: none; }
  .close-button-wrapper:hover .closed {
    display: block; }
  .close-button-wrapper .closed {
    display: none; }
  .close-button-wrapper .image {
    width: 80%;
    height: auto; }

.mobile-close {
  display: none; }
  @media (max-width: 500px) {
    .mobile-close {
      display: block; } }
  .mobile-close .close-button-wrapper {
    top: 30px;
    z-index: 2;
    background-color: #fffa39;
    position: fixed; }

header,
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 11.66667px;
  height: 35px;
  position: fixed;
  width: 100%;
  background-color: #fffa39;
  font-size: 15px;
  letter-spacing: 1.3px;
  z-index: 1; }
  header .link,
  footer .link {
    position: relative;
    z-index: 10;
    margin-right: 17.5px; }
    header .link:last-child,
    footer .link:last-child {
      margin-right: 0; }

header {
  top: 0; }
  @media (max-width: 500px) {
    header {
      z-index: 2; } }
  header span {
    cursor: pointer; }

.menu .menu-button {
  display: none; }
  @media (max-width: 500px) {
    .menu .menu-button {
      display: block; } }

@media (max-width: 500px) {
  .menu .menu-items {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 35px;
    left: 0;
    padding: 10px;
    background-color: #fffa39;
    visibility: hidden; }
    .menu .menu-items .link {
      font-size: 21px;
      margin-bottom: 10px; }
    .menu .menu-items.open {
      visibility: visible; } }

a,
.link {
  display: inline-block;
  text-decoration: underline; }

.right-links {
  text-align: right; }

footer {
  bottom: 0; }
  footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 500px) {
      footer .footer-links .footer-link-text {
        display: none; } }
    footer .footer-links .footer-link-icon {
      display: none;
      align-items: center;
      justify-content: center; }
      @media (max-width: 500px) {
        footer .footer-links .footer-link-icon {
          display: flex; } }
      footer .footer-links .footer-link-icon svg {
        fill: #ef53f4;
        width: 16px;
        height: 16px; }


/*# sourceMappingURL=bundle.28614cd3.css.map*/