@import url(https://fonts.bunny.net/css?family=biz-udgothic:400,700|overlock:400);
body.homepage img#stromberg {
  padding: 10em 1em;
  height: 100%;
  filter: grayscale(1);
  transition: left 1s ease;
  transition-delay: 500ms;
  position: absolute;
  left: -100%;
}
@media (max-width: 820px) {
  body.homepage img#stromberg {
    display: none;
  }
}
body.homepage header {
  transition: top 1s ease;
  position: absolute;
  width: 100%;
  top: -100%;
}
@media (max-width: 820px) {
  body.homepage header {
    visibility: hidden;
  }
}
body.homepage header h1 {
  text-align: center;
  font-family: "Overlock", sans-serif;
  font-size: 3rem;
  transition: left 1s ease;
}
body.homepage div.quote-card {
  display: flex;
  position: absolute;
  height: 350px;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  background: #fff;
}
body.homepage div.quote-card#quote-card-print {
  left: -200%;
}
body.homepage div.quote-card#quote-card p.quote-content {
  transition: opacity 250ms linear;
}
body.homepage div.quote-card div.quote-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
body.homepage div.quote-card div.quote-inner a {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  outline: 0;
  border: 0;
  margin: 0;
  background: #000;
  color: #fff;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
body.homepage div.quote-card div.quote-inner a > svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0.25rem;
}
body.homepage div.quote-card div.quote-inner a.next-quote {
  margin: 1rem -1rem;
  right: 0;
  bottom: 0;
}
body.homepage div.quote-card div.quote-inner a.next-quote svg {
  transition: left 200ms linear;
}
body.homepage div.quote-card div.quote-inner a.next-quote:hover svg {
  left: 0.25rem;
}
body.homepage div.quote-card div.quote-inner a.share-quote, body.homepage div.quote-card div.quote-inner a.download-quote {
  top: 0;
  right: 0;
  color: black;
  background: white;
  filter: none;
  border-radius: 100%;
  transform: scale(1);
  opacity: 0;
  pointer-events: none;
}
body.homepage div.quote-card div.quote-inner a.share-quote svg, body.homepage div.quote-card div.quote-inner a.download-quote svg {
  transition: transform 200ms linear;
}
body.homepage div.quote-card div.quote-inner a.share-quote:hover svg, body.homepage div.quote-card div.quote-inner a.download-quote:hover svg {
  transform: scale(1.1);
}
body.homepage div.quote-card div.quote-inner a.share-quote.visible, body.homepage div.quote-card div.quote-inner a.download-quote.visible {
  opacity: 1;
  pointer-events: all;
}
body.homepage div.quote-card div.quote-inner span.quote-symbol {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  font-family: "BIZ UDGothic";
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
  left: 0;
  top: 0;
  padding: 0.25rem;
  margin: 0.25rem;
}
body.homepage div.quote-card div.quote-inner p.quote-content {
  quotes: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Overlock", sans-serif;
  font-size: 1.5em;
  outline: none;
  margin: 0;
  padding: 3rem 1rem;
  height: 100%;
  width: 100%;
}
body.homepage div.quote-card#quote-card {
  padding: 0.25rem;
}
@media (max-width: 820px) {
  body.homepage div.quote-card#quote-card {
    margin: auto;
    height: 100%;
    width: 100%;
    padding: 0.5rem;
  }
  body.homepage div.quote-card#quote-card a.next-quote {
    margin: 0.25rem;
  }
}
body.homepage .fade-in, body.homepage .fade-in--second {
  opacity: 0;
  transition: opacity 1s ease;
}
body.homepage .fade-in--second {
  transition-delay: 500ms;
}
body.homepage.ready .fade-in, body.homepage.ready .fade-in--second {
  opacity: 1;
}
body.homepage.ready img#stromberg {
  left: 0;
}
body.homepage.ready header {
  top: 0;
}

body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */