/* --- Bible Verses --- */
.bible-verse {
  /* border-radius: 0.5rem; */
  background-color: rgb(100 100 100 / 15%);
  border-left: 0.25rem solid var(--my-accent1);
  margin-bottom: 2rem;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 2rem;
  padding: 1rem;
  padding-bottom: 0;
}

.bible-verse p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0;
  padding-bottom: 1rem;
  text-align: left;
}

/* --- Maintain verse fonts in Courier mode */
html[data-font="courier"] .bible-verse p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.red-letters {
  color: darkred;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.memorial {
  /* color: #555555; */
  display: flex;
  font-size: larger;
  justify-content: center;
}

/* --- Icons --- */
.moon,
.vision,
.voice {
  border-radius: 25%;
  display: inline-flex;
  height: 1rem;
  margin-right: 0.25rem;
  width: 1rem;
}

/* --- Scripted Objects --- */

#progress-bar {
  background: var(--my-accent1);
  height: 0.1rem;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 0%;
  z-index: 9999;
}

.subtitle-span {
  color: #555;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  margin-bottom: 4rem;
}
