@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,400,900");
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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

/* 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-spacing: 0;
  border-collapse: collapse; }

#where-the-magic-happens {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem; }

#add-pizzazz {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  border: none;
  background: transparent;
  box-shadow: none; }
  #add-pizzazz:focus, #add-pizzazz:active {
    outline: none; }
  #add-pizzazz:hover {
    transform: scale(1.1); }
  #add-pizzazz span {
    position: relative; }
    #add-pizzazz span:before {
      position: absolute;
      top: -1rem;
      content: "remove ";
      transition: all 0.2s ease;
      transform: translateX(-10px);
      opacity: 0; }
    #add-pizzazz span:after {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      width: 0;
      height: 2px;
      content: "";
      transition: all 0.2s ease;
      opacity: 0.8;
      background: #222; }

#wipe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 0;
  height: 100%;
  background: #222;
  align-items: center;
  justify-content: center; }
  #wipe p {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    color: #FFF; }

.hero {
  overflow: hidden; }

.background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0;
  background: linear-gradient(to bottom, #4DF1F6, #15F6B0); }
  .background:before {
    position: absolute;
    width: 100vh;
    height: 100%;
    content: "";
    opacity: 0.2;
    background: url("/safari-pinned-tab.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    fill: #FFF;
    filter: invert(100%); }

.has-pizzazz #add-pizzazz span:before {
  transform: translateX(0);
  opacity: 1; }

.has-pizzazz #add-pizzazz span:after {
  width: 100%; }

.has-pizzazz .hero {
  font-family: "Montserrat", sans-serif; }
  .has-pizzazz .hero .subtitle {
    text-transform: uppercase; }

.has-pizzazz .section {
  position: relative;
  z-index: 1;
  display: flex;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  align-items: center; }
  @media (min-width: 50em) {
    .has-pizzazz .section {
      background-size: 100%; } }
  @media (min-width: 50em) {
    .has-pizzazz .section.is-visible {
      background-size: 105%; } }
  .has-pizzazz .section.is-visible .caption {
    font-weight: 200;
    line-height: 1.5;
    transition: all 0.2s ease;
    transition-delay: 0.2s;
    transform: translateY(0);
    opacity: 1; }
  .has-pizzazz .section.is-visible:before {
    background: rgba(255, 255, 255, 0.8); }
  .has-pizzazz .section:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.3); }
    @media (min-width: 50em) {
      .has-pizzazz .section:before {
        clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%); } }
  @media (min-width: 50em) {
    .has-pizzazz .section:hover:before {
      clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%); } }
  .has-pizzazz .section:hover .activate {
    opacity: 1; }
  .has-pizzazz .section .caption {
    font-family: "Montserrat", sans-serif;
    width: 992px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
    transform: translateY(20px);
    opacity: 0; }
  .has-pizzazz .section .activate {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 250px;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: all 0.1s ease;
    border: 2px solid #222;
    background: transparent; }
    @media (min-width: 50em) {
      .has-pizzazz .section .activate {
        opacity: 0; } }
    .has-pizzazz .section .activate:focus, .has-pizzazz .section .activate:active {
      outline: none; }
  .has-pizzazz .section.active {
    height: 100vh;
    background-color: #222;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .has-pizzazz .section.active:before {
      opacity: 0; }
    .has-pizzazz .section.active .caption {
      opacity: 0; }
    .has-pizzazz .section.active .activate {
      opacity: 1;
      color: transparent;
      border: none; }
      .has-pizzazz .section.active .activate:before {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0 auto;
        padding: 0.5rem 0.75rem;
        content: "x";
        color: #fff;
        border: 2px solid #fff; }

.is-loading {
  overflow: hidden; }
  .is-loading .hero:after {
    font-size: 1rem;
    content: "loading...";
    animation: pulse 1s infinite;
    letter-spacing: 4px; }

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center; }
  .hero .title, .hero .subtitle {
    color: #000; }
  .hero:after {
    font-size: 2rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    content: "↓";
    transition: all 0.2s ease;
    animation: bounce 2s infinite;
    text-align: center;
    opacity: 1; }
  .hero.hidden-arrow:after {
    opacity: 0; }

.section {
  height: 100vh;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 50em) {
    .section {
      height: 500px; } }

.activate {
  display: none; }

@keyframes pulse {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1; } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
