@charset "UTF-8";
:root {
  --app-height: 100%;
}

html {
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(300px);
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

body,
html {
  font-family: "Lora", serif;
  line-height: 150%;
  background: #FFF;
  font-size: 1em;
  margin: 0;
}

body {
  min-height: 100vh;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  height: 100%;
}

html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

h5 {
  font-family: "Lora", Georgia, serif;
  font-weight: normal;
  font-style: italic;
  color: #444;
}

a {
  border-bottom: 1px dashed #CCC;
  color: #444;
  text-decoration: none;
}

p {
  line-height: 150%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?gjc6zd");
  src: url("fonts/icomoon.eot?gjc6zd#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gjc6zd") format("truetype"), url("fonts/icomoon.woff?gjc6zd") format("woff"), url("fonts/icomoon.svg?gjc6zd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e901";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon {
  border: none;
}
.icon span {
  display: none;
}

.arrow {
  display: inline-block;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #444;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  margin-left: 10px;
  margin-bottom: 2px;
}
.arrow.up {
  transform: rotate(-135deg);
  margin-bottom: -3px;
}

.arrow:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

.navigation {
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  bottom: 20px;
  left: 0;
  height: 30px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
}
.navigation a {
  border: none;
}

.about-share,
.wish-share {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  font-family: "Lato", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6em;
  margin-top: -25px;
  text-align: center;
}
.about-share ul,
.wish-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-share ul li,
.wish-share ul li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
}
.about-share ul li a,
.wish-share ul li a {
  border: none;
}
.about-share ul li span,
.wish-share ul li span {
  display: none;
}

.wrapper {
  width: 600px;
  max-width: 85%;
  margin: auto;
  height: 100%;
}
.wrapper header {
  text-align: center;
}
.wrapper section {
  scroll-snap-align: start;
  height: 100%;
  position: relative;
  /* 
  height: 100vh;
  &:first-child {
      height: 100%;
  } */
}
.wrapper section > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper section > div.very-long-wish {
  justify-content: start;
  padding-top: 5vh;
}
.wrapper section.wish .wish-counter {
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  color: #444;
  opacity: 0.6;
  text-align: right;
}
.wrapper section.wish h1 {
  margin: 0px 0 0;
  font-size: 1em;
}
.wrapper section.wish h5 {
  font-family: "Lato", sans-serif;
  margin: 0;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #999;
}
.wrapper section.wish blockquote {
  color: #555;
  font-style: italic;
  font-size: 1.5em;
  line-height: 150%;
  max-height: 65vh;
  overflow: scroll;
  margin: 0;
}
.wrapper section.wish blockquote p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.wrapper section.wish blockquote p:first-child {
  display: block;
}
.wrapper section.wish blockquote p:first-child::before {
  display: inline;
  content: "‟";
}
.wrapper section.wish blockquote p:last-child {
  display: block;
}
.wrapper section.wish blockquote p:last-child::after {
  display: inline;
  content: "”";
}
.wrapper section.wish .medium-wish blockquote {
  font-size: 2em;
}
.wrapper section.wish .long-wish blockquote {
  font-size: 1.5em;
}
.wrapper section.wish .long-wish p {
  margin: 0.5em 0;
}
.wrapper section.wish .very-long-wish blockquote {
  font-size: 0.8em;
}
.wrapper section.wish .very-long-wish p {
  margin: 0.5em 0;
}
.wrapper section.wish .wish-date,
.wrapper section.wish .context,
.wrapper section.wish .wish-share {
  color: #666;
  font-size: 80%;
}
.wrapper section.wish .wish-date {
  font-family: "Lato", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 5px 0;
}
.wrapper section.wish .wish-date a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #999;
  transition: all 0.2s;
}
.wrapper section.wish .wish-date a:hover {
  color: #333;
  border-bottom-color: #333;
}
.wrapper section.wish .context {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  display: block;
  text-align: right;
}
.wrapper section.wish .refresh {
  text-align: center;
  position: absolute;
  top: 30px;
  margin-bottom: 10px;
  margin: auto;
  width: 100%;
}
.wrapper section.wish .refresh a {
  color: #fff;
  background: #888;
  border: 1px solid;
  border-radius: 10px;
  line-height: 15px;
  font-family: "Lato", sans-serif;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.7em;
  display: inline-block;
}
.wrapper section.wish .refresh a:hover, .wrapper section.wish .refresh a:active {
  color: white;
  background: #444;
}
.wrapper section.about-28dias {
  text-align: center;
}
.wrapper section.about-28dias h1 {
  color: #999;
  font-size: 0.8em;
}
.wrapper section.about-28dias h1 > span {
  font-size: 6em;
  display: block;
  font-family: "Lora", Georgia, serif;
  font-weight: normal;
  line-height: 1em;
  color: #000;
  text-transform: none;
}
.wrapper section.about-28dias h1 {
  text-transform: uppercase;
  font-weight: normal;
}
.wrapper section.about-28dias h3 {
  font-size: 1em;
  margin: 0;
}
.wrapper section.about-28dias h5 {
  margin: 0;
}
.wrapper section.about-28dias .description {
  font-size: 0.8em;
}
.wrapper section.signup input[type=text],
.wrapper section.signup input[type=email] {
  font-family: "Lato", sans-serif;
  margin: 5px 0;
  display: block;
  border: 1px solid #999;
  height: 20px;
  line-height: 20px;
  padding: 4px;
  width: 60%;
}
.wrapper section.signup button[type=submit],
.wrapper section.signup input[type=submit] {
  cursor: pointer;
  color: white;
  font-family: "Lato", sans-serif;
  background: #006681;
  color: white;
  border: 0;
  border-radius: 5px;
  padding: 8px;
  margin: 15px 0;
  display: block;
}
.wrapper section.signup .checkbox {
  margin: 12px 0;
}
.wrapper section.signup input[type=checkbox] {
  margin-left: 0;
}
.wrapper section.signup label {
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
}
.wrapper section.author h3 {
  margin: 0 0 10px;
}
.wrapper section.author .links {
  font-size: 20px;
}
.wrapper section.author .links a {
  margin-right: 5px;
}
.wrapper section.author p {
  margin-bottom: 0;
}
.wrapper section.author .credits {
  position: absolute;
  color: #444;
  bottom: 60px;
  left: 0;
  font-size: 0.8em;
  line-height: 150%;
  text-align: center;
  width: 100%;
}

.permalink {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Lato", sans-serif;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.hidden {
  display: none;
}

section {
  min-height: 100%;
}

@media only screen and (min-width: 768px) {
  body,
  html {
    font-size: 100%;
  }
  blockquote {
    font-size: 2em;
  }
  .wrapper section > div.very-long-wish {
    justify-content: center;
    padding-top: initial;
  }
  .wrapper section.about-28dias > div {
    font-size: 1.2em;
  }
  .wrapper section.wish .refresh {
    top: 40px;
    font-size: 1.2em;
  }
  .wrapper section.wish h1 {
    font-size: 1.3em;
  }
  .wrapper section.wish .wish-date {
    margin-left: 20px;
  }
  .wrapper section.wish blockquote {
    margin: 20px;
    margin-top: 0;
  }
  .wrapper section.wish .medium-wish blockquote {
    font-size: 1.1em;
  }
  .wrapper section.wish .long-wish blockquote {
    font-size: 1em;
  }
  .wrapper section.wish .very-long-wish blockquote {
    font-size: 0.85em;
  }
}

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