/* Critical CSS for LCP Optimization */
:root {
  --text: #222222;
  --ink: #111;
  --bg-color: #fff;
  --bg-color-two: #111;
  --bg-color-thr: #F0F0F0;
  --link: #1e90ff;
  --accent-color: #444;
  --button: #333;
  --verse-color: #000000;
  --grad-one: #555;
  --grad-two: #333;
  --grad-three: #111;
  --red: #f26868;
  --blue: #3e84f4;
  --gold: #F6E5B9;
  --img-filter: invert(0) brightness(1) contrast(1.1);
  --img-blend: multiply;
  --key-icon-filter: invert(0);
  --key-icon-blend: multiply;
  
  --gold: #c9a84c;
    --gold-light: #e8d08a;
    --gold-dim: #999
    --gold-bq: #eee;
    --gold-bq-two: #fae8db;
    --gold-bq-thr: #fee7d7;
    --ink: #1a1208;
    --parchment: #f5eedc;
    --parchment-dark: #e8ddc8;
    --cream: #faf6ec;
    --shadow: #999;
    --thread1: #8b2e2e;
    --thread2: #2e5c8b;
    --thread3: #3d7a4f;
    --thread4: #7a4f2e;
    --thread5: #6b2e7a;
    --thread6: #2e7a6b;
    --thread7: #8b5e2e;
    --thread8: #2e3d8b;
}

:root.light {
  --bg-color: #fff;
  --bg-color-two: #111;
  --bg-color-thr: #F0F0F0;
  --text: #222222;
  --ink: #111;
  --link: #1e90ff;
  --accent-color: #444;
  --button: #333;
  --red: #f26868;
  --blue: #3e84f4;
  --gold: #F6E5B9;
  --verse-color: #000000;
  --grad-one: #555;
  --grad-two: #333;
  --grad-three: #111;
  --img-filter: invert(0) brightness(1) contrast(1.1);
  --img-blend: multiply;
  --key-icon-filter: invert(0);
  --key-icon-blend: multiply;
  
  --gold: #c9a84c;
    --gold-light: #e8d08a;
    --gold-dim: #999;
    --gold-bq: #eee; 
    --ink: #1a1208;
    --parchment: #f5eedc;
    --parchment-dark: #e8ddc8;
    --cream: #faf6ec;
    --shadow: #999;
    --thread1: #8b2e2e;
    --thread2: #2e5c8b;
    --thread3: #3d7a4f;
    --thread4: #7a4f2e;
    --thread5: #6b2e7a;
    --thread6: #2e7a6b;
    --thread7: #8b5e2e;
    --thread8: #2e3d8b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  opacity: 0.87;
  font-family: 'Inter', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: var(--text);
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.01em;
  background: var(--bg-color);
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  
}
.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: var(--text);
  background: var(--bg-color);
  padding: 0em 1.7em;
}

/* =======================
   HEADER
   ======================= */

/* AMENDED: This rule now mirrors the general 'img' rule */

.header a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8em;
  text-transform: uppercase;
}
.header h1 {
	display:block;
	margin:3.5em auto 1em;
	width:90%;
	text-align:center;
	padding-right:17px;
	font-size:1.4em;
	}
	
h1.index-h1	{
	font-size:1em !important;
	}
	
.site-title {
	display:block;
	margin: 4em auto 1em;
	width:90%;
	text-align:center;
	padding-right:17px;
	
	}
.site-title a {
	color: var(--ink);
	font-weight:600;
	font-size:1.5em;
	border-left: 0px solid var(--ink);
	padding-left:10px
	}
.site-title-span {
	font-weight:200;
	text-transform:none;
	}

/* =======================
   HEADINGS
   ======================= */
.seo-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


h1 {
  color: var(--text);
  margin: 0.5em 0 1em 0.7em;
  font-weight: 600;
  text-align: left;
  opacity:0.9;
  line-height:1.1;
  border-left: 0;
  padding-left: 0rem;
  padding-right: 1.25rem;
}

h2 {
	margin: 2em 0 1em 0em;
	}
	
h2.main-hd {
  color: var(--text);
  margin: 0.5em 0 1em 0.5em;
  font-weight: 600;
  text-align: left;
  opacity:0.9;
  line-height:1.1;
  border-left: 0 !important;
  font-size:1.8em;
}
	
h2, h3, h4, .entry-ref {
	color: var(--ink);
	font-weight:400;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    border-left: 4px solid var(--gold-dim) !important;
    padding-left: 0.75rem;
}

.entry-ref {
	border-left:0 !important;
	}
	
h1 a, h2 a, h3 a, h4 a {
  font-weight: 400;
  color: var(--ink);
  text-decoration-color: var(--text);
  text-decoration: underline solid;
  text-decoration-thickness: 0.6px;
}
h2.def {
	font-weight: 700;
	padding-top: 0;
	margin-top: 1em;
	margin-left:-0.5em
	}
	
#archive-disclaimer, .archive-disclaimer {
	      background-color: var(--gold-bq);
          text-align:justify;
          word-spacing: -0.2ch;
          hyphens: auto;
          width:85%;
          padding: 1rem;
          margin: 1.5rem auto;
          font-size: 1.2em;
          line-height: 1.5;
        `}
        
#archive-disclaimer p {
 margin:0;
	}
	
.archive-disclaimer {
	width:95%;
	}

#archive-disclaimer a {
  text-decoration: underline;
  word-spacing: normal;

		}
		
.key-symbol {
    display: inline;
    font-size: 1.3rem;
}

		
.gen-fnd-entry {
  font-weight:400;
  font-size: 1.05rem;
  margin: 3em -0.7em 3em;
  text-align: left;
  padding: 0.7em 1.3em 1.5em 1.5em;
  letter-spacing: -0.02em;
  background-color: var(--gold-bq-thr);
  border-left: 2px solid var(--gold-bq);
  border-radius: 10px;	
	}
	
.gen-fnd-entry blockquote {
  text-align: center;
  width: 100%;
  padding: 0.6em;
  margin:0 auto
		}
.read-more-link {
	font-weight: 600;
	text-transform: uppercase;
	}
h3 {
  text-align: left;
  font-size: 1.4em;
  margin: 45px 0 5px;
  border-left: 4px solid #333;
}
h3 strong {
   font-style: normal
}

h3.teach {
	font-style: italic;
	font-size: 1em;
	margin:0
	}
	
h4 {
   font-style: normal;
   font-weight:400;
   font-size: 1.3em;
   margin: 50px 0 10px 0;
   border-left: 4px solid #333;
}
/* Header & Logo - Critical for LCP as it's often the first visual element */
header {
  width: 100%;
  position: relative;
  overflow:hidden 
}

header img {
  display: block;
  margin: 1em auto 0;
  text-align: center;
  width: 90%;
  max-width: 250px;
  opacity: 0.9;
  mix-blend-mode: multiply;
  height: auto;
  padding: 30px 5px 0 0;
  mix-blend-mode: multiply;
}
.hero-description {
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin: 1.3em auto 1.5em;
    width: 90%;
    padding-left: -1em;
    font-size: 0.9em;
    color: var(--gold-dim);
    text-align: center;
  }
  .hero-description-two {
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin: 1.3em auto 1.5em;
    width: 90%;
    padding-left: -1em;
    font-size: 0.9em;
    color: var(--gold-dim);
    text-align: center;
  }
 
.btn-wrap {
  margin: 1em auto 1.5em;
  text-align:center;
  }

.btn-dark {
background:#111 !important;
}

.btn-outline {
  font-size: 0.45rem;
  padding: 0.7em 1.2em;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  width: fit-content;
  border-radius:1px;
  border: 1.7px solid var(--button);
  color: var(--button);
  background: var(--bg-color)
}


 #bible-tooltip {
    color: var(--button);
  background: var(--bg-color)
    border: 1px solid #ccc;
}

.btn-left {
	margin-right:7px;
	}
.btn-right {
	margin-left:7px;
	}
	
a.redA {
  text-decoration-color: var(--red) !important;
	}
	
a, a b {
  color: var(--link);
  font-weight: 400;
  text-decoration: none;
  text-decoration-color: var(--text);
  text-decoration-thickness: 0.8px;
  font-style: normal;
}

a:hover {
  text-decoration-style: solid;
}

.quick {
  font-weight:bold; 
  font-size: 1.1em; 
  border: 1.7px solid var(--button);
  padding:8px 14px; 
  display:inline-block; 
  text-decoration:none;
  white-space: nowrap;
	}

.amazon-promo {
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 2em;
  max-width: 100%;
  margin: 1.5rem 0;
  /* opacity removed from here */
}

.promo-covers {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}

.amazon-promo__label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  color: var(--text) !important;
}

.amazon-promo__text {
  font-size: 0.95rem;
  margin: 0;
}

.amazon-promo__btn {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--text) !important;
  transition: opacity 0.15s ease;
  color: var(--text) !important;
}

.amazon-promo__btn:hover {
  opacity: 1;
}

.book {
  float: right; 
  width: 45%; 
  max-width: 45%; 
  margin: 0 0 10px 20px; 
  padding: 10px; 
  border: 1px solid #dcdcdc;
  background-color: var(--gold-bq) !important; 
  font-size: 0.8em; 
  box-shadow: 0px 0px 13px var(--shadow);
}
.book img {
   filter: invert(0);
   mix-blend-mode: normal;
   display: block; 
   width: 90%; 
   margin: 5px auto 10px auto; 
   box-shadow: 0px 0px 5px var(--shadow);
	}
	
.book p {
	font-size: 1em; 
    line-height: 1.4; 
    margin: 0; 
    font-style: italic; 
    text-align: center;
	}

.cover-small {
	width: 100%;
	max-width: 188px;
	margin: 1.6em auto;
	border: 0.5px solid var(--ink);
	box-shadow: 0px 0px 8px var(--shadow) !important;
	}
	
	.amazon-block {
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
  opacity: 1;
}
.amazon-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.amazon-review {
  font-style: italic;
  margin-bottom: 0.4rem;
}
.amazon-reviewer {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.amazon-link {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-nav{
display:flex;
justify-content:space-between;
margin:40px 0;
font-size:16px;
}

.page-nav a{
padding:10px 18px;
border:1px solid #ccc;
text-decoration:none;
border-radius:4px;
}

.page-nav a:hover{
background:#f3f3f3;
}

.breadcrumb {
  font-size: 0.875em;
  margin-bottom: 2em;
  min-height:50px;
}

.breadcrumb a, .breadcrumb-current {
  font-size: 1em;     
  padding: 1.125em 0.5em 1.125em 0 ; 
  display: inline;  
  text-decoration: none !important;
  line-height: 1.7;  
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;   
  
}
.breadcrumb a {
	color: var--(text);  
	}
	
p {
  margin: 1.2em 0;
  text-indent: 0;
  line-height: 1.6;
}
dfn {
	font-style:normal;
	}

blockquote {
  font-weight:400;
  font-size: 1.05rem;
  margin: 2em auto 2em;
  text-align: left;
  padding: 1.2em;
  width: 82%;
  letter-spacing: -0.02em;
  background-color: var(--gold-bq);
  border-radius: 10px;
  
}

blockquote p {
padding: 0;
margin:0
}
blockquote em,
blockquote i,
blockquote b,
blockquote a {
  font-style: normal;
  font-weight: inherit;
}
blockquote.relaxed {
  font-weight:400;
  font-size: 1rem;
  margin: 0em auto;
  text-align: left;
  padding: 10px 1%;
  width: 89%;
  letter-spacing: -0.02em;
}

blockquote cite
 {
font-size: 0.7em;
  text-decoration: none;
  line-height: 1.8;
  font-style: normal 
	}

img.border {
border: 1px solid #ddd;
box-shadow: 0 2px 2px #ccc, 0 2px 2px #ccc;
}

img {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: auto;
  min-height:auto;
  height:auto;
  padding: 0;
  overflow: hidden;
  
  border-radius: 20px;
}


/* Article Intro Styles */
.content article p:first-of-type {
  margin: 1.2em 0;
}

/* Hamburger remains visible but non-functional until JS/Main CSS loads */
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  padding: 15px;
  font-size: 25px;
  z-index: 2000;
}

/* =======================
   NAV + HAMBURGER
   ======================= */
.navig {
  height: 100vh;
  overflow-y: scroll;
  padding: 0 20px 200px 10px;
}

.hamburger {
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
  font-size: 25px;
  cursor: pointer;
  padding: 15px;   /* increases clickable area */
  z-index: 2000;
  /* optional: keep it visually centered */
  display: flex;
  align-items: center;
  justify-content: center;
}


.close-btn {
  font-size: 24px;
  cursor: pointer;
  float: right;
}

#sidebar-toggle {
  display: none;
}

#sidebar-toggle:checked ~ .container .sidebar {
  right: 0;
}

#theme-toggle {
	display: none;
	background:transparent;
	border:0;
	color:#3E2D18;
	font-size: 2em;
	vertical-align: baseline;
    padding: 0 0 0 10px ;
    opacity:0.6;
	}
	
	img.key-icon {
    width: 100%;
    height: auto;
    mix-blend-mode: var(--key-icon-blend);
    filter: var(--key-icon-filter);
    opacity: 0.95;
    border-radius:10px;
    margin-bottom:1em;
    display:inline;
    margin-top: 0.5em;
	}
	
#verse-link-container {
  width: 80%;
  margin: 1em auto;
  line-height: 1;
  background: var(--bg-color);
  display: block;
  text-align:center;
}
	
#verse-left, #verse-right {
    display: inline-block;
    margin: 0.5em auto;
    overflow: hidden 
}

#verse-right {
	width:50%;
    font-size :1.4em;
    margin-left: 0.5em;
    vertical-align:top;
    text-align: left;
}
#verse-left {
    width:35%;
}

#VerseLinkBox a:link,
#VerseLinkBox a:visited {
color: var(--text) !important;
	}
	
#verse-link-container a:link,
#verse-link-container a:visited {
text-decoration: none;
font-weight: 600;
color: var(--text) !important;	
	}


.share-button a {
color: var(--text);	
	}
	
#custom-search-results,
#custom-search-results a,
.gs-title a,
.gsc-webResult,
.gsc-result,
.gs-webResult,
.gs-result,
.gsc-control-cse,
.gsc-control-cse-en,
.gsc-control-wrapper-cse,
.gsc-control-wrapper-cse b,
.gsc-webResult gsc-result,
.gs-snippet,
.gs-visibleUrl,
.gcsc-find-more-on-google,
#searchBox,
#custom-search-input {
	background: var(--bg-color) !important;
	
	}

#mainVideo {
	margin:2em 0;
	}
	
/* Desktop Width Constraint */
@media (min-width: 900px) {
  body {
    width: 60%;
    margin: 0 auto;
  }
}


#mainVideo {
  aspect-ratio: 9 / 16; /* Use 9 / 16 if it's a TikTok-style vertical video */
  background: #000;    /* Shows a black box while loading */
}
 