@import url("https://fonts.googleapis.com/css2?family=Allura&family=IM+Fell+DW+Pica:ital@0;1&family=Noto+Serif+Ahom&display=swap");

:root {
  --darkred: #8b0000;
  --palewhite: #fff3c9;
  --yellow: #facf7f;
  --gray: #60695c;
}

body {
  color: var(--palewhite);
  background-color: #08111b;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.narrator {
  font-family: "IM Fell DW Pica", serif;
}

.refuse.narrator {
  color: var(--darkred);
}

.user {
  font-family: "Noto Serif Ahom", serif;
}

h3 {
  color: #fff3c994;
  font-size: 2.5rem;
}

section {
  padding: 2em 0;
}

img.foresthero {
  display: block;
  margin: 0 auto;
  width: 30%;
  border-radius: 100%;
}

.btn.enter {
  font-size: 1.5rem;
  padding: 3px 5px 0px 5px;
  color: #fff5b22f;
  background-color: transparent;
  border: none;
  width: 180px;
  background-color: #08111b;
}

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff3c9da;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 18px;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: var(--darkred);
  font-weight: 700;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff3c9da;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 18px;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: var(--darkred);
  font-weight: 700;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* MODAL -im fell dw pica */

div .modal-content {
  background-color: var(--palewhite);
  color: var(--darkred);
}

.btn.okay {
  background-color: var(--yellow);
  color: black;
}

.btn.okay:hover {
  color: var(--gray);
}

#adventure {
  display: none;
  color: var(--darkred);
}

#option-buttons {
  display: none;
}

#adventurescroll {
  background-color: var(--palewhite);
  /* padding: 1.5em 5em; */
  border-radius: 10px;
}

#adventurescroll.container {
  width: 65%;
}

.has-dropcap:first-letter {
  float: left;
  font-size: 4.5rem;
  line-height: 0.2;
  margin: 0.15em -0.25em 0.2em 0;
  color: #8b0000;
  text-transform: uppercase;
}

p {
  color: black;
  font-family: "IM Fell DW Pica", serif;
  font-size: 1.2rem;
}

#adventure button.btn {
  background-color: var(--yellow);

  font-weight: 700;
}

#adventure button.btn:hover {
  background-color: var(--darkred);
  color: var(--yellow);
}

.option {
  background-color: var(--yellow);
  font-weight: 700;
  margin: 0.5em;
  padding: 0.2em 0.4em 0.3em 0.4em;
}

.bunicon {
  width: 60px;
  margin-top: -25px;
}

span#acornNumber.counter {
  color: #facf7f;
  font-size: 2.8em;
}

#acornCount {
  width: 20%;
  margin-left: 70%;
  margin-top: 2em;
  display: none;
}

#start {
  display: block;
  margin: 0 auto;
}
