html>body {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  background-color: #292929;
  color: #292929;
}

body {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.title {
  font-weight: bold;
}

.infoCard {
  width: 60vw;
}

.infoContainer {
  justify-content: center;
  align-items: center;
}

.textContent {
  font-family: junicode !important;
  font-size: 14pt;
}

.list-group-item {
  border-width: 0 0 0px !important;
}

.indContainer {
  max-width: inherit;
}

@font-face {
  font-family: junicode;
  src: url(../fonts/Junicode-Regular.ttf);
}

footer {
  color: white;
}

.flip {
  transform: rotate(180deg);
  display: block;
  text-align: center;
}

.accordion {
  --bs-accordion-btn-icon-transform: rotate(180deg);
}

.readMore[aria-expanded="true"] .bi-chevron-compact-down {
  transform: rotate(180deg);
}

#flexCheckHighlight:checked~div a.popInfo {
  background-color: #b2222217;
  border-radius: 10px;
}

#flexCheckComment:checked~div span.pop {
  background-color: #b2222217;
  border-radius: 10px;
}

.form-check-input:checked {
  background-color: #B22222;
  border-color: #B22222;
}

.form-check-input:focus[type="checkbox"] {
  box-shadow: 0 0 0 0.2rem rgba(178, 34, 34, 0.09);
  border-color: #999999;
}

.gap {
  background-color: #99999979;
  border-radius: 10px;
}

a,
a:link,
a:active {
  color: #B22222;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #B22222;
  text-decoration: underline;
}

a.footer-nav {
  color: white;
}

a.nav-link {

  color: white;
}

a.nav-link:focus,
a.nav-link:hover,
a.dropdown-item:focus,
a.dropdown-item:hover {
  color: #B22222;
}

a.dropdown-item:active {
  background-color: #999999;
}

a.pop {
  color: inherit;
}

.popover {
  background-color: #292929;
  border: 0.1rem solid #292929;
}

.popover-body {
  color: #fff;
  font-family: junicode !important;
  font-size: 14pt;
  height: fit-content;
  padding: 0.5rem;
}

.popover-header {
  color: #fff;
  font-family: junicode !important;
  font-size: 14pt;
  background-color: #292929;
  padding: 0.5rem;
  font-weight: bold;
}

.popover.bs-popover-top .popover-arrow:after {
  border-top-color: #292929;
}

.popover.bs-popover-bottom .popover-arrow:after {
  border-bottom-color: #292929;
}

.popover.bs-popover-start .popover-arrow:after {
  border-left-color: #292929;
}

.popover.bs-popover-end .popover-arrow:after {
  border-right-color: #292929;
}

p.note {
  background-color: rgba(0, 0, 0, .03);
  text-align: justify;
}

p.inf {
  font-weight: bold;
}

h3,
h1 {
  color: #B22222;
  padding-top: 1em;
  margin-top: 1em;
  padding-bottom: 0.5em;
}

header {
  background-color: var(--bs-primary);
}

h3,
[class="pgNumbers"] {
  display: inline;
  line-height: 1.9;
}

.pgNumbers {
  padding-right: 1.5em;
  text-align: end;
  font-size: 12pt;
  color: #999999 !important;
  width: 25px;
}

span.pgNumbers {
  display: inline-block;
  text-decoration: none;
  background-color: #eee;
}

.right {
  margin-right: -16%;
  padding-right: 4%;
  text-align: right;
  float: right;
}

.left {
  padding-right: 4%;
  margin-left: -15.9%;
}

.transcriptionContent {
  text-align: left;
  padding-left: 15%;
  padding-right: 15%;
}

.facs {
  padding-left: 15px;
  padding-right: 15px;

}

.headContent {
  background-color: hsla(0, 0%, 100%, 0.749);
  text-align: center;
}

.jumbo {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../img/headerImg.jpg);
  background-color: hsla(0, 0%, 100%, 0.251);
  background-blend-mode: overlay;
  background-position-y: 130%;
  min-height: 50vh;
}

.carousel-caption {
  color: #eee;
  background-color: #2929299d;
}

#tify {
  object-fit: contain;
  height: 800px;
}

.tify-scan-page-button {
  display: none;
}

.head-font {
  font-family: Arvo, sans-serif;
  font-weight: normal;
}

.red {
  color: #B22222;
}

.blue {
  color: #0f61b3;
  text-decoration: none !important;
}

.s {
  text-decoration-line: line-through;
  text-decoration-color: #B22222;
}

.u {
  text-decoration-line: underline;
  text-decoration-color: #B22222;
}

.in {
  color: #B22222;
  font-size: 200%;
}

.v {
  width: 50px;
  text-align: center;
  position: relative;
}

.vd {
  width: 50px;
  text-align: center;
  position: relative;
}

.v:before {
  position: absolute;
  content: "";
  left: 40%;
  top: 0;
  height: 100%;
  width: 0;
  border-right: 1px #B22222 solid
}

.ub {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: black
}

.vd:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 0;
  border-right: 2px #B22222 solid
}

.unclear {
  color: gray;
}

.catch {
  display: block;
  text-align: right;
}

.pop:hover {
  cursor: pointer;
}

.italic {
  font-style: italic;
}

th {
  vertical-align: top;
}

table {
  border-collapse: separate;
  border-spacing: 0.5rem;
}

.card-text {
  text-align: justify;
}

nav.navbar,
ul.navbar-nav {
  padding: 0px;
}

.navbar-collapse ul li a {
  display: flex;
  height: 100%;
  align-items: center;
}

.facsContent,
.textContent {
  background-color: #eee;
}

.primary-color {
  background-color: #292929;
}

:root {
  --bs-primary: #292929 !important;
  --bs-secondary: #999999;
}

.btn-secondary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white !important;
}

.btn-secondary:focus {
  background-color: #585858;
}

.carousel-item img {
  height: 60vh;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border: none;
}

i {
  background-color: #2929299d;
  padding: 25px;
  border-radius: 100px;
}

#chapterDropdown {
  max-height: 75vh;
  max-width: 40vw;
  overflow-y: auto;
  min-width: 30vw;
  min-height: 50vh;
}

#numberDropdown {
  width: auto;
  max-height: 75vh;
  overflow-y: auto;
  min-height: 50vh;
}

a.dropdown-item {
  white-space: normal !important;
  word-wrap: break-word;
  color: white;
}

#dropdownMain {
  z-index: 9999;
}