@import url('https://fonts.googleapis.com/css2?family=Trirong:wght@300;400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Trirong', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
width:100%;
  margin: 0 auto;
  letter-spacing: 0.01em;
  background: #ffffff;
  font-weight:500;
  -webkit-text-size-adjust: 100%; /* Safari, Chrome, iOS */
  -moz-text-size-adjust: 100%;    /* Firefox */
  -ms-text-size-adjust: 100%;     /* IE/Edge */
  text-size-adjust: 100%;
}
.container {
max-width: 800px;
  width:87%;
  margin:0 auto;
  text-align: left
}
blockquote
a[href*="blueletterbible.org"] {
font-size: 0.6em !important;
}
blockquote
a[href*="blueletterbible.org"]:hover {
  color: #fff !important;
}

img {
display: block;
text-align:center;
margin: 0 auto;
float: none;
width: 50%;
height: 50%;
opacity: 0.8;
max-width: 300px
	}

.header {
text-align: left;
padding: 15px 0 0 15px
	}
	.header a {
		text-decoration:none;
		font-weight: 500;
font-size: 1.5em;
text-transform: uppercase;
font-variant: none
		}
		
h1, h2, h3 {
 font-variant: small-caps;
  font-weight: 500;
  text-align: left;
 margin: 3em 0  1em;
 line-height: 1;
}
h1 a, h2 a, h3 a {
text-decoration: none !important;
font-weight: 500 !important
	}
h1 {
text-align: center ;
font-size:1.8em;
    border-top:  1px solid #444;
    border-bottom: 1px solid #444;  
   padding: 22px 10px;
	}
	h3 {
text-align: left ;
font-size:1.5em
	}
.intro a {
	text-decoration: none
	}
p {
  margin: 1.2em 0;
  text-indent: 0;
}
small {
font-size:10px	
	}
.footer {
margin-top: 20vh;
text-align:center;
	}
	
a {
  color:#333;
  font-weight:400;
  text-decoration: underline dotted;
text-decoration-color: rgba(0,0,0,0.9); 
text-decoration-thickness: 1px;
font-weight: 400;
  }

a:hover {
  text-decoration-style: solid;
}

em {
  font-style: italic;
  font-weight: 500;
}
i {
  font-style:  italic;
}
b {
  font-weight: 400;
  font-style:  italic;
}
.bold {
    font-weight:800;
    text-transform:uppercase;
    font-size: 1.5em
}

strong {
  font-weight: 700;
}
#blbTagger  {
	font-family: Trirong !important
	font-weight: 200 !important;
}

blockquote {
  font-weight: 500;
  font-size: 1rem;
margin: 2em auto;
  text-align: left;
  border-bottom: 1px double#000;
border-top: 1px double #000;
padding:10px 0;
width:77%;
letter-spacing: -0.02em
}
.search{

	}
.center {
text-align: center;
}

blockquote em, blockquote i, blockquote b {
  font-style:normal;
  font-weight: 500 !important;
}

hr {
  display:none
}

small {
  font-size: 0.6em;
  font-variant:small-caps
}
.more-link {
font-style:700;
font-size: 1.6em;
font-variant: small-caps;
}
.start-here {
margin: 2em auto;
text-align: left;
border-bottom: 2px double #000;
border-top: 2px double #000;
padding:10px 0;
width : 80%
	}
.start-here a {
font-weight: 700		
		}
.separator {
height:5px
}
li {
margin:10px 20px
}
ol, ul {
margin:18px 0;
list-style-type: none;
padding-left:10px;
}
.sidebar ul {
	padding-left: 13px
	}
.sidebar li {
margin:10px 10px
}
.sidebar a, ul li a {
	text-decoration: none
	}
.sidebar .nav li:nth-of-type(n+3):nth-of-type(-n+15) {
padding-left: 10px
}
.sidebar .nav li:nth-of-type(n+0):nth-of-type(-n+2)
 {
//padding: 10px 0 5px;
font-variant:small-caps;
font-size:1.3em
}
.sidebar .nav li:nth-child(16) {
  font-variant:small-caps;
font-size:1.3em
}
ul.series-links li a {
	text-transform: capitalize !important;
	font-variant:small-caps;
font-size:1.3em
	}
.label-links a {
	text-transform: uppercase !important;
	font-weight:600;
	letter-spacing:-0.03em;
	text-decoration:none
	}
.flourish {
  height: 4px;
  width: 80px;
  margin: 20px auto;
  background: linear-gradient(to right, #444, #ffffff, #444);
  border-radius: 2px;
  }
  
  /* General layout */
.container {
  display: flex;
}

/* Content / Sidebar sizing */
.content {
  flex: 3;
  margin-right: 10px;
}

.sidebar {
  position: fixed; /* follows page scroll */
  top: 0;
  right: -300px;
  width: 300px;
  min-height: 100vh;
  background: #f5f5f5;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 0 0 200px 0px;
}

.navig {
height:100vh;
overflow-y: scroll ;
padding: 0 20px 200px 10px;
}


/* Hamburger icon */
.hamburger {
 position: fixed ;
  top:  20px;
  right:20px;
  display: none;
  font-size: 15px;
  cursor: pointer;
  padding: 0px;
  //float: right 
}

/* Close button inside sidebar */
.close-btn {
  font-size: 24px;
  cursor: pointer;
  float: right;
}

/* Hide the checkbox */
#sidebar-toggle {
  display: none;
}

/* Slide in sidebar when checked */
#sidebar-toggle:checked ~ .container .sidebar {
  right: 0;
}

/* Mobile adjustments */
@media (max-width: 1168px) {
  .hamburger {
    display: block;
  }

  .container {
    flex-direction: column;
  }

  .content {
    margin-right: 0;
  }
