/* Custom default button */
body {
  /* text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.7); */
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5); */
  /* background-color: #25259e; */
  /* background-image: url(../img/bg.svg); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 bottom; */
  /* background-size: 100%; */
  /* background: url(../img/bg.svg) no-repeat bottom/100%, url(../img/sky.svg) no-repeat top/100% #151546; */
  background: url(../img/papier.svg);
  background-size: cover;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #000;
  text-shadow: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.page {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1s;
}

.page.active {
  visibility: visible;
  opacity: 1;
}

#page-1 {
  font-family: "Courier Prime", monospace;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
}

#page-1 div:first-child {
  background: url(../img/postit-telegram.svg) no-repeat bottom/100%;
  padding: 1.5em 3.0em 80px;
  color: #282222;
}

p.lead em {
  color: #988272;
}

#page-1 button {
  background: #C8B89D !important;
  box-shadow: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}

/* pages */
#page-2 div:first-child, #page-3 div:first-child {
  background: url(../img/paper-bottom.svg) no-repeat bottom/100%,
              url(../img/paper-top.svg) no-repeat top/100%;
}

#page-1 h1 span {
  color: gold;
  text-shadow: 0 0 4px white;
}

#page-2 h1, #page-3 h1 {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.75em;
}

#page-2 button {
  color: #bb8a5c;
  background: #fbca9c !important;
  box-shadow: 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}

input {
  border: none;
  border-bottom: 2px solid #dbaa7c;
  background-color: #ebba8c;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  font-size: 1.3rem;
  outline: none;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 10px;
}

::placeholder {
  color: #ab7a4c;
}

::-webkit-input-placeholder {
  color: #ab7a4c;
}

#result {
  width: 85%;
  background: #fbca9c;
  border: 3px dashed #bb8a5c;
  border-radius: 3%;
  padding: 0.5rem;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
