/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-17187c6b19/3/.yarn/berry/cache/css-loader-npm-7.1.2-7540f12884-10c0.zip/node_modules/css-loader/dist/cjs.js!./.yarn/__virtual__/sass-loader-virtual-76faff8749/3/.yarn/berry/cache/sass-loader-npm-16.0.2-eafa07389f-10c0.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
loading-spinner {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background-color: white;
  opacity: 0.8;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader {
  width: 5em; /* control the size */
  aspect-ratio: 1;
  display: grid;
  color: #4eacc8;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0.2), #000);
  mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0.2), #000);
  animation: load 1s steps(12) infinite;
}

.loader,
.loader:before,
.loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, currentColor 90%, rgba(0, 0, 0, 0) 98%) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, currentColor 90%, rgba(0, 0, 0, 0) 98%) 0 50%/80% 20% repeat-x;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.loader:after {
  transform: rotate(60deg);
}

@keyframes load {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100vh;
  height: 100dvh;
}

.verse-of-the-day-spinner .loader {
  width: 2.5em;
  height: 2.5em;
}

.bible-loading-spinner {
  margin-top: 8px;
}

.copyright-statement {
  margin: 8px 0;
  text-align: center;
  width: 100%;
  font-family: Tahoma, Verdana, sans-serif;
  font-style: italic;
  font-size: 0.75em;
  color: #4e4e4f;
  text-align: center;
}

.main-body {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  overflow: hidden;
  background-color: white;
  overflow-y: auto;
}
.main-body h1 {
  margin: 16px 0 8px 0;
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
  color: #3e3d3f;
}
.main-body h2 {
  margin: 14px 0 8px 0;
  font-family: Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.35em;
  font-weight: 700;
  color: #3e3d3f;
}
.main-body p {
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #3e3e3f;
}
.main-body li {
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #3e3e3f;
  margin-left: 20px;
}
.main-header {
  display: flex;
  flex: 0 0 90px;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  background-color: white;
  border-bottom: 1px solid #ccc;
  margin-left: 60px;
  margin-right: 60px;
  overflow: hidden;
}
.main-header-logo {
  width: 66px;
  object-fit: contain;
  cursor: pointer;
}
.main-header-title {
  font-family: "Comforta", sans-serif;
  font-weight: 500; /* 300 - 700 */
  font-optical-sizing: auto;
  font-size: 2em;
  color: #3e3d3f;
  color: black;
  height: 36px;
  flex: 1;
}
.main-header-title span {
  font-size: 0.9em;
  font-family: "PT Sans Narrow", sans-serif;
}
.main-header-title span:nth-child(2) {
  font-weight: 700;
}
.main-header-menu {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  font-size: 1.2em;
  color: #4e4e4f;
}
.main-header-menu-mobile-button {
  display: none;
  cursor: pointer;
}
.main-header-menu span {
  margin-left: 20px;
  margin-right: 40px;
  user-select: none;
  cursor: pointer;
}
.main-header-menu span:hover {
  text-shadow: 0px 0px 1px #113;
}
.main-header-menu span.active {
  color: #224;
  text-shadow: 1px 0 0 #224;
}
.main-header-menu span.active:hover {
  text-shadow: -1px 0 1px #113;
}
.main-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
}
.main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 60px;
}
.main-footer {
  flex: 0;
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 100%;
  background-color: rgb(136.3642241379, 199.3685344828, 218.1357758621);
  padding: 0 100px;
}
.main-footer-logo {
  width: 66px;
  object-fit: contain;
}
.main-footer-contents {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.main-footer-contents-logo-info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
}
.main-footer-contents-about-info {
  margin-left: 20px;
}
.main-footer-contents-about-info, .main-footer-contents-contact-info {
  width: 50%;
  min-width: 200px;
  padding: 1.2em 1em;
}
.main-footer-contents-about-info div.footer-entry, .main-footer-contents-contact-info div.footer-entry {
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  margin-bottom: 4px;
  color: #4e4e4f;
  text-wrap: wrap;
  word-wrap: break-word;
}
.main-footer-contents-about-info div.footer-entry a, .main-footer-contents-contact-info div.footer-entry a {
  text-decoration: none;
  color: #4e4e4f;
  font-size: 1em;
}
.main-footer-contents-about-info div.footer-entry a:hover, .main-footer-contents-contact-info div.footer-entry a:hover {
  text-shadow: 0px 0px 1px #113;
}
.main-footer-contents-about-info div.footer-entry a.active, .main-footer-contents-contact-info div.footer-entry a.active {
  color: #224;
  text-shadow: 1px 0 0 #224;
}
.main-footer-contents-about-info div.footer-entry a.active:hover, .main-footer-contents-contact-info div.footer-entry a.active:hover {
  text-shadow: -1px 0 1px #113;
}

.home-page {
  position: relative;
}
.home-page h2 {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1.125em;
  line-height: 1.45em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 16px;
  color: #4a4c4e;
}
.home-page .welcome-container {
  margin-bottom: 24px;
}
.home-page .welcome-container p {
  font-size: 1em;
  line-height: 1.1em;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
  color: #5a5c5e;
}
.home-page .verse-of-the-day-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  background-color: #fafcfe;
  padding: 1rem;
  border: 1px solid #dddcda;
}
.home-page .verse-header {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1.125em;
  line-height: 1.45em;
  color: #5a5c5e;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.home-page .verse-contents {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
  color: #5a5c5e;
}

.about-page h1 {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: 700;
  color: #3e3d3f;
  margin-bottom: 1em;
  margin-top: 1em;
}
.about-page h2 {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  font-size: 1.175em;
  line-height: 1.3em;
  font-weight: 700;
  color: #3e3d3f;
  margin-bottom: 0.75em;
}
.about-page p {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1.125em;
  line-height: 1.45em;
  margin-bottom: 1.25em;
}
.about-page p.salutation {
  margin-top: 3em;
  font-style: italic;
}
.about-page ul {
  padding: 0 20px;
  margin-bottom: 2em;
}
.about-page ul li {
  margin-top: 0.5em;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
}

book-selector {
  display: block;
  height: 24px;
  width: 100%;
  width: 130px;
}
book-selector button {
  width: 100%;
  height: 24px;
  background-color: white;
  border-radius: 8px;
  text-align: center;
  text-align: left;
  padding-left: 8px;
  outline: 0;
  border: 0;
  cursor: pointer;
}
book-selector button i {
  float: right;
  margin-top: 1px;
  margin-right: 4px;
  color: #777;
}
book-selector button span {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
  font-size: 1em;
}
book-selector .book-selector-popup {
  position: relative;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  width: auto;
  min-width: 100px;
  border: 1px solid #ccc;
  box-shadow: rgba(173, 169, 164, 0.25) 3px 3px 6px 0px;
  background-color: white;
  border-radius: 8px;
  display: none;
  min-width: 300px;
  min-height: 400px;
  max-height: 600px;
  z-index: 10;
}
book-selector .book-selector-popup-title {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
  margin: 4px;
  font-weight: 700;
  font-size: 15px;
}
book-selector .book-selector-popup-books {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
}
book-selector .book-selector-popup-books-new, book-selector .book-selector-popup-books-old {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 50%;
}
book-selector .book-selector-popup-books .book-selector-book {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
  margin: 2px;
  padding: 4px;
  border-radius: 4px;
}
book-selector .book-selector-popup-books .book-selector-book:hover {
  background-color: #cecac9;
}

chapter-selector {
  display: block;
  height: 24px;
  width: 100%;
  width: 50px;
}
chapter-selector button {
  width: 100%;
  height: 24px;
  background-color: white;
  border-radius: 8px;
  text-align: center;
  text-align: left;
  padding-left: 8px;
  outline: 0;
  border: 0;
  cursor: pointer;
}
chapter-selector button i {
  float: right;
  margin-top: 1px;
  margin-right: 4px;
  color: #777;
}
chapter-selector button span {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
  font-size: 1em;
}
chapter-selector .chapter-selector-popup {
  position: relative;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  width: auto;
  min-width: 100px;
  border: 1px solid #ccc;
  box-shadow: rgba(173, 169, 164, 0.25) 3px 3px 6px 0px;
  background-color: white;
  border-radius: 8px;
  display: none;
  min-width: 60px;
  min-height: 400px;
  max-height: 600px;
  z-index: 10;
}
chapter-selector .chapter-selector-option {
  padding: 4px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
}
chapter-selector .chapter-selector-option:hover {
  background-color: #cecac9;
}

bible-selector {
  display: block;
  height: 24px;
  width: 100%;
  width: auto;
  min-width: 240px;
}
bible-selector button {
  width: 100%;
  height: 24px;
  background-color: white;
  border-radius: 8px;
  text-align: center;
  text-align: left;
  padding-left: 8px;
  outline: 0;
  border: 0;
  cursor: pointer;
}
bible-selector button i {
  float: right;
  margin-top: 1px;
  margin-right: 4px;
  color: #777;
}
bible-selector button span {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
  font-size: 1em;
}
bible-selector .bible-selector-popup {
  position: relative;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  width: auto;
  min-width: 100px;
  border: 1px solid #ccc;
  box-shadow: rgba(173, 169, 164, 0.25) 3px 3px 6px 0px;
  background-color: white;
  border-radius: 8px;
  display: none;
  min-width: 60px;
}
bible-selector .bible-selector-option {
  padding: 8px 10px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #4e4e4f;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
}
bible-selector .bible-selector-option:hover {
  background-color: #cecac9;
}

.bible-navigator {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.bible-navigator .bible-navigator-book-selector {
  flex: 0 0 auto;
}
.bible-navigator .bible-navigator-chapter-selector {
  flex: 0 0 auto;
}
.bible-navigator .bible-navigator-bible-selector {
  flex: 1 0 auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .bible-navigator {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .bible-navigator .bible-navigator-book-selector,
  .bible-navigator .bible-navigator-chapter-selector,
  .bible-navigator .bible-navigator-bible-selector {
    width: 100%;
    margin-left: 0;
  }
}

.bible-search-results-rows {
  margin-bottom: 16px;
}
.bible-search-results-rows h4 {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
  color: rgb(47.7693965517, 129.411637931, 153.7306034483);
}
.bible-search-results-rows div {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
}
.bible-search-results-rows a {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  line-height: 1.1em;
  color: rgb(35.6788793103, 96.6573275862, 114.8211206897);
  margin: 0 4px;
}
.bible-search-results-rows a:first-of-type {
  margin: 0 4px 0 0;
}
.bible-search-results-pager {
  display: hidden;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: space-between;
}
.bible-search-results-pager-label {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
}
.bible-search-results-pager button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}
.bible-search-results-pager button i {
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
}
.bible-search-results-summary {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 1em;
  line-height: 1.1em;
}
.bible-search-results-verse-link {
  margin-top: 4px;
}
.bible-search-results-verse-text {
  margin-top: 4px;
}
.bible-search-results-row {
  margin-top: 18px;
}

bible-chapter-header {
  width: 100%;
  background-color: transparent;
}

.bible-chapter-header {
  padding-bottom: 10px;
}
.bible-chapter-header-verse-range, .bible-chapter-header-book-title {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  font-weight: 500;
  color: #3e3d3f;
  font-size: 1em;
  line-height: 1.1em;
}

.bible {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.bible .bible-loading-spinner .loader {
  position: fixed;
  top: calc(50% - 2.5em);
  left: calc(50% - 2em);
}
.bible-page-button {
  position: fixed;
  z-index: 10;
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: white;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.bible-page-button i {
  font-size: 24px;
  font-weight: bold;
  color: #ccc;
}
.bible-page-button-left {
  left: 40px;
}
.bible-page-button-right {
  right: 40px;
}
.bible-page-button:active, .bible-page-button:hover {
  background-color: #fefefe;
  border: 1px solid #acacac;
}
.bible-page-button:active i, .bible-page-button:hover i {
  color: #acacac;
}
.bible-book-header {
  flex: 0 0 44px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 55%;
  margin: 8px 0px;
  background-color: #eae3e1;
}
.bible-selector {
  margin-left: 10px;
}
.bible-book-chapter-selector {
  margin-left: 10px;
}
.bible-content {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 6em;
  overflow-y: auto;
}
.bible-content-footer {
  width: 100%;
}
.bible-publication {
  font-size: 20px;
  font-weight: bold;
  color: #155579;
}
.bible-verses {
  height: 100%;
  padding: 20px 40px;
  min-height: 0;
  overflow-y: auto;
}
.bible-paragraphs {
  padding: 16px;
  overflow: hidden;
  overflow-y: auto;
  background-color: white;
}
.bible-paragraphs p {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 0.975em;
  line-height: 1.5em;
  color: #3e3e3f;
  margin-bottom: 8px;
}
.bible-paragraphs .bible-text-content {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
  color: #3e3e3f;
  font-size: 0.975em;
  line-height: 1.5em;
  color: #3e3e3f;
  overflow: hidden;
}
.bible-paragraphs .bible-text-red-letter {
  color: #e81303;
  font-style: italic;
}
.bible-text-verse {
  font-size: 8px;
  position: relative;
  vertical-align: super;
  line-height: 8px;
}
.bible-header {
  margin-bottom: 10px;
}

.bible-search-container {
  display: flex;
  margin-top: 10px;
  width: 100%;
}
.bible-search-container input {
  flex: 1 1 auto;
  width: 100%;
  padding: 10px 12px;
  outline: 1px solid #ccc;
  border: none;
  font-size: 1.1rem;
  border-radius: 5px;
  height: 36px;
  box-sizing: border-box;
}
.bible-search-container input::placeholder {
  font-size: 1.1rem;
  color: #ccc;
}
.bible-search-container button {
  margin-left: 10px;
  flex: 0 0 60px;
  background-color: #4eacc8;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  height: 36px;
  box-sizing: border-box;
}
.bible-search-container i {
  color: white;
  width: 60px;
  height: 1.8em;
  font-size: 1.5em;
  display: inline;
}

/**
 * Styles for the goto-bible component
 */
.goto-bible-container {
  display: flex;
  margin-top: 10px;
  width: 100%;
}
.goto-bible-container bible-selector {
  flex: 1 1 auto;
}
.goto-bible-container bible-selector button {
  width: 100%;
  text-align: left;
  padding: 6px 10px;
  border: none;
  outline: 1px solid #ccc;
  border-radius: 5px;
  color: #3e3e3f;
  font-size: 1.1rem;
  cursor: pointer;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  box-sizing: border-box;
}
.goto-bible-container bible-selector button:hover {
  background-color: #f5f5f5;
}
.goto-bible-container bible-selector button i {
  margin-left: 8px;
}
.goto-bible-container .goto-bible-go-button {
  margin-left: 10px;
  flex: 0 0 60px;
  background-color: #4eacc8; /* Same as search button */
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  height: 36px; /* Match the bible-selector button height */
  box-sizing: border-box;
}
.goto-bible-container .goto-bible-go-button:hover {
  background-color: #3d98b4; /* Darker shade for hover */
}
.goto-bible-container .goto-bible-go-button i {
  color: white;
  width: 60px;
  height: 1.8em;
  font-size: 1.2em;
  display: inline;
}

/* Mobile styles */
@media (max-width: 600px) {
  .goto-bible-container {
    flex-direction: row;
  }
  .goto-bible-container bible-selector {
    flex: 1;
  }
  .goto-bible-container .goto-bible-go-button {
    flex: 0 0 60px;
  }
}
email-link {
  display: inline-block;
  margin-top: 8px;
}
email-link .email-contact-link {
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  color: rgb(53.8146551724, 145.7887931034, 173.1853448276);
  text-decoration: none;
  font-size: 1em;
  transition: color 0.2s ease;
}
email-link .email-contact-link:hover {
  color: #3e3d3f;
  text-decoration: none;
}
email-link .email-contact-link:active {
  color: #3e3e3f;
}

.faq-page .question-and-answer {
  margin: 12px 0;
}
.faq-page .question {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
}
.faq-page .answer {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
}
.faq-page h2 {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-size: 1.4em;
  font-weight: 600;
  margin: 24px 0 8px 0;
}
.faq-page p {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 4px 0;
}

.policy-page p:not(h2 + p) {
  margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
  .bible-book-header {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .main-header {
    font-size: 28px;
    flex: 0 0 44px;
    height: 44px;
    padding-left: 8px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }
  .main-header-logo {
    width: 54px;
    height: 42px;
  }
  .main-header-title {
    font-size: 20px;
    height: 22px;
  }
  .main-header-subtitle {
    font-size: 7px;
    height: 8px;
  }
  .main-header-menu {
    display: none;
    background-color: white;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 36px;
    width: 200px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .main-header-menu span {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .main-header-menu span:first-of-type {
    margin-top: 8px;
  }
  .main-header-menu-mobile-button {
    display: inline-block;
    font-size: 18px;
    margin-right: 14px;
  }
  .main-sub-header {
    flex: 0 0 24px;
    padding: 4px;
  }
  .main-content {
    padding: 8px 14px;
  }
  .main-footer-contents {
    width: auto;
  }
  .main-footer-contents-about-info {
    margin-left: 40px;
  }
  .bible-publication {
    font-size: 10px;
  }
  .bible-book-header {
    width: 90%;
    flex-wrap: wrap;
    justify-content: left;
    padding: 8px;
  }
  .bible-book-selector {
    margin-left: 4px;
  }
  .bible-verses {
    padding: 4px 4px;
  }
  .bible-page-button {
    width: 27px;
    height: 27px;
  }
  .bible-page-button i {
    font-size: 19px;
  }
  .bible-page-button-left {
    left: 4px;
  }
  .bible-page-button-right {
    right: 4px;
  }
  .bible-selector {
    margin-left: 4px;
    margin-top: 8px;
    width: 98%;
  }
}
