* {
    font-family: "text", serif;
    font-size: 16px;
    cursor: default;
}

header *, footer *, .book-options *, .text * {
  font-family: "interface", sans-serif;
}

a, a * {
    cursor: pointer;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, footer, header, main, menu, nav, section {
  display:block
}

a:active, a:hover{
  outline:0
}

b {
  font-weight:bold
}

body {
  margin:0;
  background-color: #333435;
  color: #ffffff;
}

header {
    position: fixed;
    display: block;
    width: 100%;
    height: 35px;
    background: #000;
    text-transform: uppercase;
    z-index: 100;
}

header div {
    margin: 7px 14px 0px 14px;
}

header .logo {
    float: left;
}

header .description {
	font-size:10pt;
    padding-right: 7px;
    float: right;
    opacity: 0.7;
}

header .description a:hover {
    color: #ff7700;
}


header a {
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}

header a:hover {
    opacity: 1;
    color: rgb(70,140,210);
}

header a:hover {
    text-decoration: none;
}

header .domain {
    font-weight: bold;
}

header .tld {
    opacity: 0.7;
}

main {
    margin: auto;
    padding-top: 35px;
    min-width: 900px;
    width: 100%;
}

main h1 {
    margin: 49px 0px 21px 0%;
	
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: left;
    font-size: 2em;
}

main h2 {
    font-size: 1.5em;
}





section {
    display: block;
    float: left;


}




section.lvl0 {
  /*  width: 45%;*/
//    min-width:600px;
    margin-bottom: 30px;
	margin-left:10%;
}

.subgroups {
  display: flex;
  gap: 20px; /* Space between subgroups */
  flex-wrap: nowrap; /* Prevent wrapping */
  overflow-x: auto; /* Allow horizontal scrolling if content overflows */
}

section.lvl1 {
   /* width: 28%;*/
	min-width: 190px;
  /*  margin-left: 0%;  /* margin-left: 2.8%*/
  /*  margin-right: 2.1%;*/


}

section.lvl1 ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    color: #777777;
}

section.lvl1 li {
    display: block;

    height: 1.4em;
}

section.lvl1 a {
  color: rgb(50,120,200);
}

section.lvl1 a:hover {
    font-size: 1.2em;
    color: rgb(70,140,210);
    text-decoration: none;
}




.uc {
margin-left: 33pt;
color:#ff0000;

}

.book {
  
    margin-top: 77px;
    padding: 21px 7%;
    background-color: #ffffff;
    color: #000000;
    cursor: default;
    margin-bottom: 35px;
	width:500pt;
/*	margin-left:50pt;*/
  margin-left: auto; /* Center horizontally */
  margin-right: auto; /* Center horizontally */	
}

.book h1 {
    font-size: 7em;
    font-weight: normal;
    margin: 0.35em;
    margin-bottom: 70px;
    padding-bottom: 35px;
    border-bottom: solid 1px #cccccc;
}

.book h2 {
    display: block;
    margin: 14px;
    font-size: 2.8em;
    text-align: center;
    padding-bottom: 28px;
    padding-top: 70px;
    font-weight: bold;
    color: #000;
    cursor: default;
}

.book .chapter:hover {
  text-decoration: none;
}

.book h2.no-chapter {
    display: none;
}

.book ol {
    margin: 0;
    padding: 0;
    counter-reset: verse;
    counter-increment: chapter;
}

.book li {
    display: block;
    padding-left: 28px;
    font-size: 16px;
}

.book i {
    font-size: 1em;
    cursor: help;
}

.fa {
    opacity: 0.7;
}

.book li:before {
    font-size: 0.7em;
    opacity: 0.7;
    margin-top: -5px;
    margin-right: 7px;
    display: inline-block;
    content: counter(chapter) ":" counter(verse);
    counter-increment: verse;
    margin-left: -20px;
}

.book .no-verse {
    list-style: none;
}
.book .no-verse:before {
    position: relative;
    content: "";
    margin: 0;
}

i.keyword {
    border-bottom: dashed 1px #ccc;
}
.keywordMissing {
    background-color: #ff0000;
}
i.keywordNone {
    font-style: normal;
    background-color: #ffff00;
    color: #333300;
}
i.blue {
    background-color: #0000ff;
}

.book-options {
    position: fixed;
    z-index: 10000;
    display: block;
    height: 70px;
    min-width: 892px;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
    background-color: #333435;
}

.book-options UL {
    padding: 0;
}

.book-options LI {
    display: block;
    margin: 0 7px;
    float: left;
    list-style: none;
}

.book-options LI.interlinear {
  float: right;
}

.book-options LI.interlinear A{
  background-color: orange;
  color: white;
}

.book-options #chapterSelection select {
  margin-left: 7px;
}

.book-options .button, .book-options #chapterSelection {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 3px;
  text-decoration: none;
  text-shadow: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.book-options #chapterSelection {
  padding: 6px 12px;
}

.book-options #chapterSelection option {
    color: rgb(50,120,200);
}

.book-options .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#print .icon:before {
  content: "\f02f";
}
#verseToggle .icon:before {
  content: "\f03a";
}
#chapterToggle .icon:before {
  content: "\f1dc";
}

#chapterSelection .icon:before {
  content: "\f002";
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.book-options SELECT,
.book-options OPTION {
    color: #000;
}

.pdf {
    display: block;
    width: 490px;
    margin: 28px auto;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #000000;
}

.pdf:hover {
    background-color: rgb(140, 210,255);
    border-color: rgb(70,140,210);
}

.pdf-icon {
    display: block;
    float: left;
    width: 49px;
    height: 49px;
    margin: 7px 14px;
}

.pdf span {
    margin-top: 21px;
    margin-left: 20px;
    display: block;
    float: left;
    font-size: 1.2em;
    color: #333333;
}

footer {
  background-color: #333435;
  opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 21px;
    padding-top: 3px;
    margin-top: 30px;
    bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.copyright {
    color: #aaaaaa;
    font-size: 0.7em;
}
.copyright a {
    color: #aaaaaa;
    font-size: 1em;
}
.copyright a:hover {
    color: #33aaff;
    text-decoration: none;
}

@media print {
    header, .book-options {
        display: none;
    }

    .book {
        margin: 0;
        padding: 0;
    }

    .book H1 {
        margin-top: 0;
        padding: 0;
        border: none;
        font-size: 35pt;
    }

    .book H2 {
        font-size: 21pt;
    }

    .book LI {
        font-size: 12pt;
    }
}




.H03{color:#808080;}
.H06{color:#808080;font-size:0.7em;}
.H02{color:#808080;vertical-align:super;font-size:0.7em;}
.H04{font-size:0.7em;}
.H05{vertical-align:super;}
.H01{vertical-align:super;font-size:0.7em;}



.text {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
}

.text, .downloads {
  bordr: solid 1px #000;
  display: block;
  width: 95%;
  margin: auto;
  float: center;
}

.text p {
  font-size: 11pt;
}

 .textlink {
   font-size: 1em;
   text-decoration: underline;
   color: rgb(35, 70 , 140);
 }
 
 .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

 @media only screen
 and (min-device-width : 768px)
 and (max-device-width : 1024px) {
   .text {
     width: 100%;
   }
   .downloads {
     width: 100%;
     clear: left;
   }
 }
 @font-face {
   font-family: "text";
   font-style: normal;
   font-weight: 400;
   src: url(/assets/droidserif.ttf) format("truetype");
 }
 @font-face {
   font-family: "interface";
   font-style: normal;
   font-weight: 400;
   src: url(/assets/opensans.ttf) format('truetype');
 }

 @font-face {
   font-family: "icon";
   src: url("/assets/fontawesome.ttf") format('truetype');
 }
