html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.confetti-canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.confetti {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: 150;
}

.confetti .rotate {
  -webkit-animation: driftyRotate 1s infinite both linear;
          animation: driftyRotate 1s infinite both linear;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.confetti .askew {
  background: currentColor;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  width: 1rem;
  height: 1rem;
  -webkit-animation: drifty 1s infinite alternate both ease-in-out;
          animation: drifty 1s infinite alternate both ease-in-out;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.confetti:nth-of-type(5n) {
  color: #F56620;
}

.confetti:nth-of-type(5n+1) {
  color: #00EAFF;
  color: #65b8f6;
}

.confetti:nth-of-type(5n+2) {
  color: #EA8EE0;
  color: #fe5b9a;
}

.confetti:nth-of-type(5n+3) {
  color: #EBFF38;
}

.confetti:nth-of-type(5n+4) {
  color: #0582FF;
  color: #015af3;
}

.confetti:nth-of-type(7n) .askew {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
  -webkit-animation-duration: 2.25s;
          animation-duration: 2.25s;
}

.confetti:nth-of-type(7n + 1) .askew {
  -webkit-animation-delay: -.879s;
          animation-delay: -.879s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.confetti:nth-of-type(7n + 2) .askew {
  -webkit-animation-delay: -.11s;
          animation-delay: -.11s;
  -webkit-animation-duration: 1.95s;
          animation-duration: 1.95s;
}

.confetti:nth-of-type(7n + 3) .askew {
  -webkit-animation-delay: -.246s;
          animation-delay: -.246s;
  -webkit-animation-duration: .85s;
          animation-duration: .85s;
}

.confetti:nth-of-type(7n + 4) .askew {
  -webkit-animation-delay: -.43s;
          animation-delay: -.43s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.confetti:nth-of-type(7n + 5) .askew {
  -webkit-animation-delay: -.56s;
          animation-delay: -.56s;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
}

.confetti:nth-of-type(7n + 6) .askew {
  -webkit-animation-delay: -.76s;
          animation-delay: -.76s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.confetti:nth-of-type(9n) .rotate {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.confetti:nth-of-type(9n + 1) .rotate {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.confetti:nth-of-type(9n + 2) .rotate {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.confetti:nth-of-type(9n + 3) .rotate {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

.confetti:nth-of-type(9n + 4) .rotate {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}

.confetti:nth-of-type(9n + 5) .rotate {
  -webkit-animation-duration: 3.05s;
          animation-duration: 3.05s;
}

.confetti:nth-of-type(9n + 6) .rotate {
  -webkit-animation-duration: 2.76s;
          animation-duration: 2.76s;
}

.confetti:nth-of-type(9n + 7) .rotate {
  -webkit-animation-duration: 7.6s;
          animation-duration: 7.6s;
}

.confetti:nth-of-type(9n + 8) .rotate {
  -webkit-animation-duration: 1.78s;
          animation-duration: 1.78s;
}

@-webkit-keyframes drifty {
  0% {
    -webkit-transform: skewY(10deg) translate3d(-250%, 0, 0);
            transform: skewY(10deg) translate3d(-250%, 0, 0);
  }
  100% {
    -webkit-transform: skewY(-12deg) translate3d(250%, 0, 0);
            transform: skewY(-12deg) translate3d(250%, 0, 0);
  }
}

@keyframes drifty {
  0% {
    -webkit-transform: skewY(10deg) translate3d(-250%, 0, 0);
            transform: skewY(10deg) translate3d(-250%, 0, 0);
  }
  100% {
    -webkit-transform: skewY(-12deg) translate3d(250%, 0, 0);
            transform: skewY(-12deg) translate3d(250%, 0, 0);
  }
}

@-webkit-keyframes driftyRotate {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(719deg);
            transform: rotateX(719deg);
  }
}

@keyframes driftyRotate {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(719deg);
            transform: rotateX(719deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  75% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1) rotateZ(0deg);
            transform: scale(1) rotateZ(0deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotateZ(5deg);
            transform: scale(1.1) rotateZ(5deg);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(1) rotateZ(0deg);
            transform: scale(1) rotateZ(0deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotateZ(5deg);
            transform: scale(1.1) rotateZ(5deg);
  }
}

body {
  font-family: Open Sans, sans-serif;
  background: #fff;
  background-image: url(../images/bg_home.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}

body.about {
  background-image: url(../images/bg_about.jpg);
}

body.about main {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

body.booking {
  background-image: url(../images/bg_booking.jpg);
  background-position: top center;
}

body.booking main {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body.gallery, body.kids-night {
  background-image: url(../images/bg_gallery.jpg);
  background-position: top left;
}

@media screen and (max-aspect-ratio: 1 / 1) {
  body.gallery, body.kids-night {
    background-position: top center;
  }
}

body.gallery p, body.kids-night p {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

body.gallery main, body.kids-night main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

body.gallery main h1, body.kids-night main h1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.2em;
}

body.gallery main .thumbnails,
body.gallery main section,
body.gallery main > ul, body.kids-night main .thumbnails,
body.kids-night main section,
body.kids-night main > ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5em;
  padding-bottom: 1em;
  overflow-y: auto;
}

@media screen and (max-width: 600px) {
  body.gallery main .thumbnails,
  body.gallery main section,
  body.gallery main > ul, body.kids-night main .thumbnails,
  body.kids-night main section,
  body.kids-night main > ul {
    padding: 1em;
  }
}

body.kids-night main > ul {
  padding-top: 0px;
}

body.kids-night main > ul hr {
  border-bottom: solid 1px #d044f8;
}

.padding-fix-bottom {
  padding: 1.5em 1.5em 1.5em 1.5em;
}

@media screen and (max-width: 600px) {
  .padding-fix-bottom {
    padding: 0 1em 1em 1em;
  }
}

h1 {
  font-family: Lobster, cursive;
  color: #d044f8;
  text-shadow: 2px 2px 2px #000;
  font-size: 48px;
}

h1.title {
  font-size: 128px;
  text-align: center;
  margin: 0.5em 0;
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #3ef08e;
}

h1.title span {
  display: inline-block;
}

h2 {
  font-family: Lobster, cursive;
  color: #d044f8;
  text-shadow: 2px 2px 2px #000;
  font-size: 32px;
  margin: 0.618em 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  h1.title {
    font-size: 20vw;
  }
}

.animation-wrapper {
  overflow: hidden;
}

main {
  background: rgba(255, 255, 255, 0.75);
  padding: 1em 1.5em;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: calc(320px + 1.5em * 2);
  width: 30%;
  max-width: 100%;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: calc(100vh - 4em);
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  main {
    min-width: 0;
    width: 100%;
    margin-top: auto;
  }
}

main .btn {
  margin: 0 auto 0;
}

@media screen and (max-width: 600px) {
  main .btn {
    width: 100%;
  }
}

p {
  margin: 0.618em 0;
  line-height: 1.618em;
}

nav.home-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3em 1em;
}

nav.home-nav .btn {
  font-size: 32px;
  position: relative;
  z-index: 1;
  width: 220px;
  -webkit-animation: wiggle 1s infinite;
          animation: wiggle 1s infinite;
}

nav.home-nav .btn:hover {
  -webkit-animation: 0.32s pop;
          animation: 0.32s pop;
  z-index: 2;
}

nav.home-nav .lower {
  margin-top: 1em;
}

@media screen and (max-width: 800px) {
  nav.home-nav .btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  nav.home-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  nav.home-nav .btn-about {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  nav.home-nav .btn {
    margin-top: 1em;
  }
}

section.thumbnails > a > img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #999;
  margin-bottom: 0.5em;
}

section.thumbnails > a {
  -webkit-transition: 0.32s;
  transition: 0.32s;
  display: block;
  margin: 0.618em 0;
  border-radius: 1px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
          box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
  border: solid 0.5em #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.1em;
  text-decoration: none;
  font-family: Permanent Marker, cursive, sans-serif;
}

section.thumbnails > a:hover {
  z-index: 2;
  -webkit-transform: scale(1.05) rotateZ(5deg);
          transform: scale(1.05) rotateZ(5deg);
  -webkit-box-shadow: 0.2em 0.2em 1em 0.2em rgba(0, 0, 0, 0.75);
          box-shadow: 0.2em 0.2em 1em 0.2em rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 600px) {
  section.thumbnails {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.thumbnails > a {
    margin: 0.618em;
    font-size: 14px;
    width: 35vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-control {
  font-size: 18px;
  padding: 0.5em 1.618em;
  width: 100%;
  border-radius: 1.5em;
  border: solid 1px #ccc;
  font-family: Open Sans, sans-serif;
  outline: 0;
  -webkit-transition: 0.24s;
  transition: 0.24s;
  margin-bottom: 0.618em;
}

.form-control:hover, .form-control:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn {
  font-size: 48px;
  font-family: Lobster, cursive;
  text-align: center;
  padding: 0.2em 0.5em 0.3em;
  width: 320px;
  max-width: 100%;
  display: block;
  border-radius: 1.25em;
  opacity: 0.9;
  -webkit-transition: 0.32s;
  transition: 0.32s;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .btn {
    font-size: 36px;
  }
}

.btn:visited {
  color: #fff;
}

.btn.btn-color-1 {
  background: #3e98fe;
}

.btn.btn-color-2 {
  background: #d044f8;
}

.btn.btn-color-3 {
  background: #02c14a;
}

.btn.btn-color-4 {
  background: #ed361a;
}

.btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.1) rotateZ(5deg);
          transform: scale(1.1) rotateZ(5deg);
  -webkit-animation: 0.32s pop;
          animation: 0.32s pop;
  -webkit-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.5);
          box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.5);
}

ol > li {
  margin-bottom: 0.618em;
}

.kids-night {
  text-align: center;
}

.kids-night h1 {
  text-align: left;
}

a,
a:visited {
  color: #d044f8;
  cursor: pointer;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto;
}

table td {
  padding: 0.2em;
}

table tr td:first-of-type {
  white-space: nowrap;
  padding-right: 1.5em;
  font-weight: bold;
}

.centered {
  text-align: center;
}

#event-type-list ul {
  list-style: circle;
  padding-left: 1.618em;
}

#event-type-list li {
  padding: 0.2em 0;
}

.website-description {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/*# sourceMappingURL=style.css.map */