:root {
	--base-font: 'Monda', sans-serif;
	--title-font: 'Syncopate', sans-serif;
	--section-bg: rgba(0,100,200, 0.1);
	--main-font: var(--base-font), var(--sans-font);
	--med-font: var(--base-font), var(--sans-font);
	--bold-font: var(--base-font), var(--sans-font);
	--btn-submit-bg: #ffffffaa;
	--btn-submit-hover-bg: #ffffffee;
}

html {
	scroll-padding-top: 5rem;
}
body {
	margin: 0;
	padding: 0;
	background-color: #468;
	background-color: #468;
}


a:link, a:visited, a:hover, a:active {
	color: #c6c;
	text-decoration: none;
}
a:hover, a:active {
	color: #66a;
	text-decoration: underline;
}

div#wrap-root {
	/* padding: 3em 2em; */
	background: repeating-radial-gradient(circle, rgba(0,100,200, 0.1), rgba(0,100,200, 0.1) 64px, rgba(0,50,100, 0.1) 64px, rgba(0,50,100, 0.1) 128px );
	min-height: 100vh;
	overflow: visible;
}

header {
	height: auto;
	padding: 0;
	/* padding: 1rem 0 0.2rem; */
}
header h1 {
	color: #026;
	text-align: center;
	font-size: 4rem;
	font-family: var(--title-font);
	/* line-height: 1em; */
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 3px 3px 3px rgba(0,0,0,0.3);
	text-transform: uppercase;
	padding: 0;
	/* line-height: 100%; */
	margin: 0.1em 0 0 0;
	/* margin: 0; */
	opacity: 0.5;
}
header h2 {
	color: rgba(6,105,105,1);
	text-align: center;
	font-size: 1.75rem;
	font-family: 'Monda', sans-serif;
	font-weight: bold;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 3px 3px 3px rgba(0,0,0,0.2);
	padding: 0;
	margin: 0;
}



nav.menu.menu--sub {
	font-size: 0.9rem;
	position: sticky;
	top: 0px;
	z-index: 1000;
}
nav.menu.menu--sub a {
	/* background-color: rgba(255,255,255,0.95); */
}

nav.menu.menu--nofix {
	position: relative;
}
#wrap-main {
	
	background-color: rgba(0,20,40,0.05);
	/* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,1) ); */
	/* padding: 1rem 0 0 0; */
	
	width: 80vw;
	margin: 2rem auto; 
	
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #225522;
	
	border: 1px solid rgba(255,255,255,0.1);
	/* border-radius: 0 0 1em 1em; */
	
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
	/* box-shadow: 1px 3px 3px 2px rgba(0,0,0,0.2); */
	
}
article {
	
}

article h1 {
	font-family: var(--title-font);
	text-transform: uppercase;
	
	padding: 1.5rem .5rem 1.25rem;
}
article h2 {
	background-color: rgba(180,180,240,0.2);
	padding: .5rem;
	
	
	/* font-family: var(--title-font); */
	/* text-transform: uppercase; */
	/* line-height: rem; */
	/* padding: 1.5rem 0 1.25rem; */
}
article h3 {
	background-color: rgba(80,240,240,0.1);
}
article h3, article h4, article h5 {
	text-align: left;
	padding-left: 1.35rem;
}

article h1, article h2, article h3 {
	/* offset-anchor: 5rem; */
	
}
section {
}
section p {
	margin: 0 1rem 1rem;
	/* margin: 0; */
}
section p:last-of-type {
	/* margin: 0 1rem 0; */
}
section ul {
	margin: 0 1rem 1rem;
	/* margin-bottom: 0; */
}
section div + h2, section ul + h2, section p + h2 {
	margin-top: 2rem;
}
section h4.h4-flush {
	margin: 0;
	/* margin-top: 0; */
}
section li {
	padding: .25rem 1rem;
}
section li::marker {
	color: #88b;
}
section li:nth-of-type(odd) {
	background-color: rgba(200,200,255,0.2);
}
section li:nth-of-type(even) {
	background-color: rgba(255,200,200,0.15);
}

section li:nth-of-type(even)::marker {
	color: #b88;
}

p, blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}
p.name {
	font-family: "Great Vibes", "Brush Script MT", serif;
	font-size: 2em;
	color: #558;
	font-style: italic;
	margin: 1em 0 0.5rem 3.5rem;
}
blockquote {
	margin: 0 1em 1em 1.5em;
}

blockquote.verse {
	white-space: pre-wrap;
}
#contact {
	margin: 1em 0 0.5rem 1.5rem;
}
#connect {
	color: #c6c;
}

b {
	font-weight: 700;
}

footer {
	text-align: center;
	color: #ccf;
	font-size: .85rem;
	/* letter-spacing: 0.1em; */
	padding: .75rem;
	margin-top: 3rem;
	/* background-color: rgba(255,255,255,0.4); */
	/* border-top: 1px solid rgba(0,0,0,0.1); */
}


.wa-btn {
	padding: 1px 16px 3px 34px;
	border-radius: 8px;
	font-size: .95rem;
	font-weight: bold;
	font-weight: 700;
	background-image: url(../img/wa-icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 8px 4px;
}
a.wa-btn {
	background-color: #4dc247;
	color: #fff;
	border: 1px solid transparent;
}
a.wa-btn:hover {
	text-decoration: none;
	background-color: #2db227;
	border-color: #4dc247;
	/* box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2); */
}
.wrap-floater {
	/* display: flex; */
	/* margin: 0; */
}
.img-right-small {
	/* width: 150px; */
	/* max-height: 100%; */
	height: 250px;
	border: 3px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 0 0 16px;
	float: right;
}
.img-opaq {
	opacity: 0.8;
}
.img-opaq:hover {
	opacity: 1;
}

div.box-two-cols {
	display: flex;
	width: 100%;
}
div.box-two-cols div {
	flex-basis: 50%;
}
div.box-two-cols div h3 {
	margin-top: 1.8rem;
}

.page-qa {
	counter-reset: heading;
}
.page-qa h3 {
	text-align: left;
	font-size: 1.1rem;
	padding-left: 3.3rem;
	position: relative;
}
.page-qa h3:before {
	/* content: counter(heading)". "; */
	content: counter(heading);
	counter-increment: heading;
	
	font-size: .9rem;
	line-height: 2.1rem;
	text-align: center;
	color: #aaa;
	background-color: rgba(0,0,0,0.1);
	
	position: absolute;
	left: 0;
	top: 0;
	margin: 3px 0 0 4px;
	width: 1rem;
	padding: 0 .75rem;
	border-radius: 2px 0 0 2px;
}


.h-id {
	font-size: 1rem;
	display: none;
	position: absolute;
	margin-left: 1rem;
	padding: 0 1rem;
	z-index: 50;
	background-color: rgba(0,0,0,0.4);
	border-radius: 3px;
}
.h-id:hover {
	background-color: rgba(0,0,0,0.2);
}
h2:hover .h-id, h3:hover .h-id {
	display: inline-block;
}


table.video_index {
	width: 100%;
}
table.video_index th {
	/* text-align: center; */
	font-weight: bold;
	font-weight: 700;
	background-color: rgba(255,255,255,0.1);
}
table.video_index td {
	text-align: center;
}
table.video_index th:nth-of-type(2), table.video_index td:nth-of-type(2) {
	text-align: left;
}
table.video_index td:nth-of-type(3), table.video_index td:nth-of-type(4) {
	white-space: nowrap;
}
table.video_index tr {
	border-bottom: 1px rgba(255,255,255,0.2) solid;
	font-size: 85%;
	line-height: 220%;
}

table.video_index tr:nth-of-type(odd) {
	background-color: rgba(100,100,200,0.05);
}
table.video_index tr:nth-of-type(even) {
	background-color: rgba(100,100,200,0.1);
	color: #ddd;
}
table.video_index tr:nth-of-type(odd):hover, table.video_index tr:nth-of-type(even):hover {
	background-color: rgba(150,150,250,0.2);
}


section .video_index ul {
	margin: 0;
	padding: 0;
}
section .video_index li {
	list-style-type: none;
	border-bottom: 1px rgba(255,255,255,0.2) solid;
	font-size: 85%;
	line-height: 220%;
}
section .video_index li:nth-of-type(odd) {
	background-color: rgba(100,100,200,0.07);
}
section .video_index li:nth-of-type(even) {
	background-color: rgba(100,100,200,0.15);
	color: #ddd;
}
/* .video_index li:nth-of-type(odd):hover, .video_index li:nth-of-type(even):hover { */
	/* background-color: rgba(150,150,250,0.1); */
/* } */
.vidx-br {
	display: inline-block;
	margin-left: 1rem;
}
li b.video-srs {
	display: block;
	padding: 0 8px;
	border-radius: 2px;
	background-color: rgba(150,150,250,0.2);
	
	margin-left: -6px;
	width: calc(100% + 10px);
}




.video-wrap {
	margin-bottom: 5rem;
}
.video--meta {
	text-align: center;
	font-size: 85%;
}
.video--meta-bit {
	display: inline-block;
	padding: 5px 20px;
	margin: 1px;
	background-color: rgba(255,255,255,0.1);
}
li .video--meta-bit {
	padding: 0 10px;
	line-height: 180%;
	background-color: rgba(255,255,255,0.05);
}
.video--yt-wrap {
	border: 20px solid rgba(255,255,255,0.05);
	/* border: 1px solid white; */
	position: relative;
	padding-bottom: calc(56.25% * 0.90); 
	width: 80%;
	/* width: 80%; */
	/* width: content-fit; */
	height: 0;
	margin: 1em auto;
}
.yt-vertical {
	width: 60%;
	padding-bottom: calc(56.25% * 1.60); 
	/* aspect-ratio: 16 / 9; */
	/* padding-bottom: 100%; */
}

.video--yt-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video--desc {
	font-size: 85%;
	white-space: pre-wrap;
	margin-left: 2rem;
}


.txt_full {
	padding-left: 1rem;
}

.txt_verse {
	white-space: pre-wrap;
	padding-left: 2rem;
	padding-top: 1rem;
	font-style: italic;
	padding-bottom: 1rem;
	color: #bbb;
	
}
.txt_trans, .txt_notes {
	white-space: pre-wrap;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
.txt_notes {
	font-size: 90%;
	padding-left: 0;
	color: #ccc;
}

.txt_full mark {
	font-style: normal;
	background-color: rgba(0,255,255, 0.3);
	color: #eee;
	/* padding: 0 .3rem; */
	border-radius: .2rem;
	display: inline-block;
}

.txt_verse:hover .txt_verse--after, .txt_verse:focus .txt_verse--after, .txt_verse:active .txt_verse--after {
	display: inline;
}

.txt_verse--after {
	margin-left: 1rem;
	display: none;
}
.txt_verse--after a {
	background-color: rgba(255,255,255,0.2);
	padding: 0 .75rem;
	font-size: .8rem;
	/* font-style: normal; */
	border-radius: .5icurem .1rem;
	line-height: 0.75;
}
.txt_verse--after a:hover, .txt_verse--after a:focus, .txt_verse--after a:active {
	color: #eee;
	background-color: rgba(255,255,255,0.3);
	
}

form.txt_query {
	position: fixed; 
	bottom: .25rem;
	right: .25rem;
	/* background-color: rgba(255,255,255,0.2); */
	/* padding: .2rem; */
}

form.txt_query input, form.txt_query button {
	font-size: 70%;
	line-height: 1.5;
}

form.txt_query input {
	padding: .1rem .5rem;
	/* border: 1px solid #bbb; */
	border-radius: .2rem 0 0 .2rem;
	/* margin-right: 0; */
	width: 10rem;
}
form.txt_query button[type="submit"].btn-submit {
	/* margin-left: 0; */
	padding: .2rem 1rem;
	/* border: 1px solid #fff; */
	border-radius: 0 .2rem .2rem 0;
}

.date-i, .tnum {
	font-size: 70%;
	background-color: #ffffff22;
	border-radius: .25rem;
	padding: 0 .6rem;
	color: #799;
}
.tnum {
	font-size: 80%;
	font-weight: bold;
	font-weight: 700;
}
.date-footer {
	background-color: #00000022;
	padding: .5rem 2rem;
	color: #bbb;
	font-style: normal;
}


@media only screen and (max-width: 860px) {
	
	header {
		
	}
	header h1 {
		/* max-width: 100%; */
		font-size: 14vw;
		line-height: 1em;
		margin: 0;
		/* padding: 0; */
		/* font-size: 2.6rem; */
		/* line-height: 3.5rem; */
	}
	header h2 {
		padding: 0 1em;
		font-size: 3vw;
	}
		
	#wrap-main {
		width: 95vw;
	}
	#wrap-main section {
		/* padding: 1rem; */
		width: 100%;
	}
	
}
@media only screen and (max-width: 600px) {
	header {
		padding: 1.25rem 0 1rem;
	}
	header h2 {
		font-size: 1.2rem;
	}
	article h1 {
		/* padding:  .5em; */
		font-size: 1.3rem;
	}
	#wrap-main section {
		font-size: 1rem;
		padding: 1.5rem;
		/* width: 100%; */
	}
	.video_index {
		font-size: 85%;
		margin-left: -1rem;
		width: calc(100% + 2rem);
	}
	.video_index li {
		padding: 4px 8px;
	}
	.vidx-br {
		display: block;
	}
	
	.video--yt-wrap {
		border: 4px solid rgba(255,255,255,0.05);
		width: 100%;
		left: -8px;
		width: calc(100% + 16px);
	}
	.video--yt-frame {
		/* width: calc(100% + 16px); */
	}
	.video--desc {
		font-size: 85%;
		white-space: pre-wrap;
		margin-left: .5rem;
	}
}
/* } */


