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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

html, body {
  font-family: "Mulish", sans-serif;
  background: #e4e9e9;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-image: url(../images/pastbook_logo_gray.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 100px auto;
  padding: 15vw 0 50px 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  body {
    padding-top: 80px;
  }
}

h1 {
  font-weight: bold;
  text-align: center;
  color: #6430ff;
  margin-bottom: 8vw;
  font-size: 9vw;
}
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 60px;
    margin-bottom: 50px;
  }
}

#btn_start {
  animation: showsharebutton 3s ease-out 1;
  display: none;
  position: relative;
}
#btn_start .fb_iframe_widget {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.01;
}

#btn_share {
  animation: showsharebutton 3s ease-out 1;
  display: none;
}

@keyframes showsharebutton {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  65% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes attentionbutton {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#btn_share {
  position: relative;
  width: 100%;
  max-width: 600px;
}

a.btn {
  display: inline-block;
  width: 80%;
  max-width: 500px;
  height: 60px;
  border-radius: 60px;
  background: #ccc;
  z-index: 100;
  font-size: 7vw;
  font-weight: bold;
  line-height: 55px;
  transition: transform 0.2s ease-out;
  margin-top: 8vw;
  position: relative;
}
@media only screen and (min-width: 600px) {
  a.btn {
    margin-top: 50px;
    font-size: 30px;
  }
}
a.btn:hover {
  cursor: pointer;
  transform: scale(1);
}
a.btn:active:hover {
  transform: scale(0.9);
}
a.btn.btn-1 {
  background: #6bb8b4;
  color: #fff;
  text-decoration: none;
}
a.btn.btn-1.loading {
  color: #6bb9b4;
  overflow: hidden;
}
a.btn.btn-1.loading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/btn-1-spinner.gif) no-repeat center center;
}
a.btn.btn-text {
  background: none;
  color: #777;
  font-size: 24px;
  font-weight: 200;
  margin-top: 10px;
}
a.btn.attention {
  animation: shake 1s ease-in 1;
}

.fb-like {
  display: inline-block !important;
  transform: scale(1.5);
  padding-top: 20px;
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(-20px, 0, 0) rotate(-5deg);
  }
  40% {
    transform: translate3d(20px, 0, 0) rotate(5deg);
  }
  70% {
    transform: translate3d(-10px, 0, 0) rotate(-2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
.popup,
#share_popup {
  position: fixed;
  z-index: 1000;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
  transform-origin: bottom center;
  animation: showpoup 0.3s ease-out 1;
}
@media only screen and (min-width: 700px) and (min-height: 700px) {
  .popup,
  #share_popup {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    width: 650px;
    height: 650px;
    margin-top: -325px;
    margin-left: -325px;
  }
}
.popup::before,
#share_popup::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: -1000%;
  bottom: -1000%;
  left: -1000%;
  right: -1000%;
  z-index: -1;
}
.popup::after,
#share_popup::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.popup .popup_heading,
#share_popup .popup_heading {
  padding: 20px 20px 20px 20px;
  font-size: 27px;
  line-height: 125%;
  color: #6430ff;
  font-weight: 800;
}
@media only screen and (min-width: 700px) and (min-height: 700px) {
  .popup .popup_heading,
  #share_popup .popup_heading {
    padding: 40px;
  }
}
.popup .popup_text,
#share_popup .popup_text {
  padding: 20px 20px;
  font-size: 18px;
  line-height: 125%;
  font-weight: 200;
}
@media only screen and (min-width: 700px) and (min-height: 700px) {
  .popup .popup_text,
  #share_popup .popup_text {
    padding: 30px 30px;
  }
}
.popup img,
#share_popup img {
  width: 100%;
}
@media only screen and (min-width: 700px) and (min-height: 700px) {
  .popup img,
  #share_popup img {
    width: 60%;
  }
}
.popup .btn-1,
#share_popup .btn-1 {
  margin: 0 0 0 0;
}

#page_like_container {
  margin-bottom: 20px;
  text-align: left;
}
#page_like_container div {
  margin-left: 20px;
}
@media only screen and (min-width: 600px) {
  #page_like_container {
    text-align: center;
  }
  #page_like_container div {
    margin-left: -450px;
  }
}
#page_like_container::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 0;
  height: 70px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 600px) {
  #page_like_container::before {
    width: 600px;
    left: 50%;
    margin-left: -300px;
  }
}/*# sourceMappingURL=interface.css.map */