@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600|Teko:500");
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 {
  content: '';
  content: none; }

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

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

body {
  background-color: #F3FAFA; }

h1 {
  font-family: 'Teko', sans-serif;
  font-size: 3rem;
  color: #332280;
  text-transform: uppercase;
  text-align: center; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #332280;
  font-weight: 600;
  line-height: 1;
  text-align: center; }

p {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  color: #1CA4A4;
  font-weight: 600;
  letter-spacing: 0.02rem; }

#wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  height: 100vh; }

section {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 33.33%;
  width: calc(100% / 3) !important; }
  section #middle {
    height: 100vh; }

.website {
  width: 100%;
  height: calc(100% - 260px); }
  .website iframe {
    width: 100%;
    height: 100%; }

#waterfall {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  margin-top: 2%; }

#runWaterfall button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  background: url(../assets/doorbell.svg) no-repeat;
  width: 80px;
  height: 80px;
  border: none;
  margin-top: 2%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  #runWaterfall button:focus {
    outline: none; }
  #runWaterfall button:hover {
    transform: translateY(-4px);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.2); }
  #runWaterfall button:active {
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); }

@keyframes float {
  0% {
    transform: translateY(290px); }
  50% {
    transform: translateY(calc(290px - 20px)); }
  100% {
    transform: translateY(290px); } }
#waterfall-animation {
  animation: float 4s ease-in-out infinite; }

#quote {
  width: auto;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  #quote.fade {
    opacity: 1; }
  #quote h2 {
    z-index: 999; }
  #quote h2:before {
    content: "“";
    display: inline;
    position: relative;
    z-index: -1;
    left: -1%;
    font-size: 150%; }
  #quote h2:after {
    content: "”";
    display: inline;
    position: relative;
    z-index: -1;
    left: 1%;
    font-size: 150%; }

.long-wave {
  margin-top: 4%; }
  .long-wave img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.middlewrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
  margin-bottom: 2%;
  height: 15%; }

.waves {
  width: 25%; }

.grob-logo {
  width: 50%; }
  .grob-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

#presentation {
  color: #1CA4A4; }

#right #grob-small {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%; }

.date {
  margin: 10% 0; }
  .date img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%; }

.director {
  margin-bottom: 5%; }

.actors {
  margin-bottom: 10%; }

ul {
  list-style: none; }
  ul li {
    margin-bottom: 2.5%; }
    ul li:first-child {
      margin-top: 1%; }
    ul li h2 {
      color: #CD4A66; }

.tickets {
  text-decoration: none;
  background-color: #332280;
  color: #F3FAFA;
  padding: 2% 15%;
  display: inline-block;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .tickets:focus {
    outline: none; }
  .tickets:hover {
    transform: translateY(-4px);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 7px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 7px 25px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 7px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 7px 25px 0 rgba(0, 0, 0, 0.2); }
  .tickets:active {
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2); }

.grob-adress {
  margin-top: 5%; }
  .grob-adress img {
    margin-bottom: 2%; }

/*# sourceMappingURL=style.css.map */
