@font-face {
  font-family: "Sarabun";
  src: url(../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
@font-face {
  font-family: "PlexSans";
  src: url(../../../../../fonts/IBM_Plex_Sans_Thai/IBMPlexSansThai-Medium.ttf);
}
@font-face {
  font-family: "NotoSansThai";
  src: url(../../../../../fonts/NotoSansThai/NotoSansThai-Regular.ttf);
}
@font-face {
  font-family: "Fraunces";
  src: url(../../../../../fonts/Fraunces_72pt/Fraunces_72pt-Regular.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  background-color: hsl(38, 12%, 73%);
  overflow-x: clip;
  counter-reset: lc;
}

img {
  display: block;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 1rem 0rem 1rem;
}

nav div {
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
  white-space: nowrap;
  padding: 0.5rem 0.5rem 0.6rem 0.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(40, 100%, 89%)), to(hsl(40, 100%, 68%)));
  background-image: linear-gradient(hsl(40, 100%, 89%), hsl(40, 100%, 68%));
  border: 1px solid hsla(36, 100%, 50%, 0.789);
  border-right: 0px;
}

nav div:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(40, 100%, 68%)), to(hsl(40, 100%, 89%)));
  background-image: linear-gradient(hsl(40, 100%, 68%), hsl(40, 100%, 89%));
}

div.firstBtn {
  border-radius: 100px 0 0 100px;
  padding-left: 1.2rem;
}

div.lastBtn {
  border-right: 1px solid hsla(36, 100%, 50%, 0.789);
  border-radius: 0 100px 100px 0;
  padding-right: 1.2rem;
}

h1, h2 {
  color: hsl(0, 100%, 18%);
  font-family: Kanit;
  font-weight: normal;
}

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 1rem 1rem 1rem 1rem;
  color: hsl(0, 100%, 18%);
  text-align: center;
}

h2 {
  font-size: 2.5rem;
  color: hsl(45, 100%, 76%);
}

div.fileList {
  margin: 0rem 3rem 1rem 4rem;
  font-size: 2.25rem;
  line-height: 3.25rem;
}

p.bibleFile a {
  text-decoration: none;
  color: hsl(0, 100%, 18%);
}

ol {
  margin: 0rem 3rem 1rem 4rem;
  list-style: none;
  counter-reset: verse 0;
  font-size: 2.25rem;
  line-height: 3.25rem;
}

li {
  position: relative;
  counter-increment: verse;
  color: hsl(0, 100%, 18%);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

li:before {
  position: absolute;
  left: -3rem;
  top: 0.3rem;
  content: counter(verse, decimal-leading-zero);
  font-family: monospace;
  font-weight: bold;
  font-size: 1.85rem;
  color: #918673;
}

p {
  color: hsl(276, 16%, 22%);
  margin-bottom: 1rem;
}

p span {
  color: #686052;
}

div.hw {
  background-color: hsla(50, 100%, 93%, 0.537);
  border-radius: 9px;
  padding: 0.5rem 1rem 0rem 1rem;
}

div.hw h2 {
  color: hsl(0, 34%, 52%);
  margin-bottom: 0.5rem;
}

div.hw p {
  color: hsl(0, 8%, 37%);
  margin-bottom: 0rem;
  padding-bottom: 1rem;
}

u {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px dotted #534d42;
}

u i {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
  font-style: normal;
  white-space: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(6rem, 100%, 100%);
  color: #250000;
  background-color: #e1ded8;
  top: 100%;
  padding: 0.25rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  opacity: 0;
}

u:hover i {
  opacity: 1;
  z-index: 1;
}

u > i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 10px;
  margin-left: -10px;
  border-style: solid;
  border-color: transparent transparent #e1ded8 transparent;
}

#fcFromUBtn {
  opacity: 1;
  background-color: #686052;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#fcFromUBtn:hover {
  -webkit-box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, 0.25);
          box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, 0.25);
}