: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);
	--h1-hea-color: #ffffff22;
	--h-border-color: #ffffffff;
}

html {
	scroll-padding-top: 5rem;
}
body {
	margin: 0;
	padding: 0;
	/* background-color: #022; */
	/* background-color: #2c0523; */
	/* background-color: rgba(40,20,60,1); */
}



a:link, a:visited, a:hover, a:active {
	color: #6bb;
	background-color: #ffffff11;
	padding: 0 .5rem;
	border-radius: .3rem;
	text-decoration: none;
}
a:hover, a:active {
	color: #6bf;
	background-color: #ffffff16;
	text-decoration: underline;
}

section a {
	font-size: 85%;
	font-weight: bold;
}
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 ); */
	/* background: repeating-radial-gradient(circle, rgba(0,100,200, 0.1), rgba(0,100,200, 0.1) 64px, rgba(0,20,100, 0.1) 64px, rgba(0,20,100, 0.1) 128px ); */
	/* background-color: #000; */
	background: repeating-radial-gradient(circle, #ffffff33, #ffffff33 64px, #ffffff46 64px, #ffffff46 128px );
	min-height: 100vh;
	overflow: visible;
}

header {
	height: auto;
	padding: 0;
	/* padding: 1rem 0 0.2rem; */
}
header h1 {
	/* color: DeepPurple; */
	text-align: center;
	font-family: var(--title-font);
	/* line-height: 1em; */
	font-weight: 700;
	letter-spacing: 0.05em;

	text-transform: uppercase;
	padding: 0;
	/* line-height: 100%; */
	margin: 0.1em 0 0 0;
	/* margin: 0; */

	/* color: #2b5268; */
	/* color: transparent; */
	/* color: rgba(255,255,255,0.1); */
	color: #ffffffcc;
	font-size: 2.5rem;
	margin: 0;
	line-height: 1.7;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 5px;
	z-index: 12;
	margin-inline: auto; 
	/* width: fit-content; */
	text-align: center;
	opacity: 1;
		/* 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-shadow: 1px 0 8px rgba(0,0,0,0.3);
	/* text-shadow: 1px 1px 0 #ffffff88, 1px -1px 0 #ffffff88, -1px 1px 0 #ffffff88, -1px -1px 0 #ffffff88, 3px 3px 3px rgba(0,0,0,0.3); */
	
}

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;
}

header #ele-picker {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 20;
}
#ele-picker img {
	border: 8px solid #ffffff55;
	height: 100px;
	opacity: 0.8;
	cursor: pointer;
}
#ele-picker img:hover {
	opacity: 1;
	border-color: #00000044;
}

#ele-picker img.ele-left {
	border-radius: 100px 0 0 100px;
	border-right-width: 4px;
}

#ele-picker img.ele-right {
	border-radius: 0 100px 100px 0;
	border-left-width: 4px;
}


#ele-choice {
	width: 40vw;
	margin: auto;
	text-align: center;
	font-size: 0;
}
.ele-splash {
	padding: .2rem 2rem;
	border-radius: .2rem;
	background-color: #ffffff33;
	/* width: fit-content; */
	margin: 2rem auto;
	text-align: center;
}

.ele-splash h1 {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: #ddd;
}

#ele-choice a:link, #ele-choice a:visited, #ele-choice a:hover, #ele-choice a:active {
	margin: 0;
	padding: 0;
	/* font-size: 0; */
	text-decoration: none;
}
#ele-choice img {
	border: 8px solid #ffffff55;
	width: 45%;
	opacity: 1;
	display: inline;
	/* border-collapse: true; */
	margin: 0px;
}
#ele-choice img:hover {
	/* opacity: 0.8; */
	border-color: #00000044;
}
#ele-choice img.ele-left {
	border-radius: 800px 0 0 800px;
	border-right-width: 4px;
}

#ele-choice img.ele-right {
	border-radius: 0 800px 800px 0;
	border-left-width: 4px;
}


#ele-picker img.ele-left:hover, #ele-choice img.ele-left:hover {
	border-color: #b5222266;
}
#ele-picker img.ele-right:hover, #ele-choice img.ele-right:hover {
	border-color: #48779666;
}


.img-border {
	border: 8px solid #ffffff55;
}

div.auth-login {
	background-color: #00005566;
	padding: 1rem;
	/* width: fit-content; */
	margin: auto;
}
div.login--msg {
	width: fit-content;
	margin: auto;
	padding: .5rem 3rem;
	border-radius: 0 0 .3rem .3rem;
}
nav.menu.menu--sub {
	font-size: 0.9rem;
	position: sticky;
	top: 0px;
	z-index: 1000;
	padding: .9rem .5rem 1rem .5rem;
	border: 1px solid #ffffff88;
	border-left: 0;
	border-right: 0;
}
nav.menu.menu--sub a {
	/* background-color: rgba(255,255,255,0.95); */
}

nav.menu.menu--node {
	
}

/* 
nav.menu.menu--sub a.pm--intro {
	background-color: rgba(0,0,0,0.2);
}
nav.menu.menu--sub a.pm--assi {
	background-color: rgba(0,0,30,0.2);
}

nav.menu.menu--sub a.pm--rout {
	background-color: rgba(30,30,0,0.2);
}

nav.menu.menu--sub a.pm--mate {
	background-color: rgba(30,0,0,0.2);
}

nav.menu.menu--sub a.pm--qa {
	background-color: rgba(30,0,30,0.2);
}

nav.menu.menu--sub a.pm--curr {
	background-color: rgba(0,30,0,0.2);
}
*/
nav.menu.menu--sub a.pm--me {
	background-color: rgba(60,120,120,0.2);
	font-style: italic;
	/* background-color: rgba(255,255,255,0.05); */
}
nav.menu.menu--sub a:hover {
	background-color: rgba(255,255,255,0.05);
}

nav.menu.menu--nofix {
	position: relative;
}
#wrap-main {
	
	/* background-color: rgba(40,20,40,0.8); */
	background-color: rgba(255,255,255,0.5);
	/* 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 .5rem; 
	
	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); */
	
}

#wrap-main section {
	background-color: rgba(40,20,60,0.8);
}
article {
	/* border-radius: .5rem; */
	overflow: hidden;
}

article h1 {
	font-family: var(--title-font);
	text-transform: uppercase;
	
	padding: 1.25rem .5rem .9rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
	/* border-bottom: 1px solid #ffffff55; */
}
article h2 {
	background-color: rgba(180,180,240,0.2);
	padding: .5rem;
	border-radius: 0;
	border-color: var(--h-border-color);
	
	/* 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 b, section li b, blockquote b {
	color: #b2c3e6;
}
section p i, section li i, blockquote i {
	color: #a5cbd8;
}
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 , section script + 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); */
	background-color: #ffffff11;
}
section li:nth-of-type(even) {
	background-color: #ffffff18;
	/* background-color: rgba(200,255,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 2em;
	/* border-left: 5px solid  */
}
.verse, .prewrap {
	white-space: pre-wrap;
}
div.prew-center {
	white-space: pre-wrap;
	width: fit-content;
	margin: auto;
}
#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); */
}


/* IMAGES  */


img.img-qrt {
	max-width: 25%;
	border-radius: .2rem;
	border: .5rem solid rgba(180,180,240,0.1);
	margin: auto;
	display: block;
}
img.img-half {
	max-width: 50%;
	border-radius: .2rem;
	border: .5rem solid rgba(180,180,240,0.1);
	margin: auto;
	display: block;
}
img.img-max {
	max-width: 100%;
	border-radius: .2rem;
	border: .5rem solid rgba(180,180,240,0.1);
	margin: auto;
	display: block;
}
img.fw-round {
	max-width: 50%;
	border-radius: 100%;
	border: .5rem solid rgba(180,180,240,0.1);
	margin: auto;
	display: block;
}
img.rd10 {
	border-radius: 10%;
	/* border: 0; */
	/* outline: .3rem solid #eeeeeeaa; */
	/* outline-offset: -.2rem; */
	/* box-shadow: inset 0 0 0 30px #ffffff; */
}
img.img-oct {
	max-width: 50%;
	margin-bottom: .5rem;
}

span.img-cap {
	display: block;
	padding: 0 2rem 1rem 2rem;
	text-align: center;
	font-size: 90%;
	/* font-style: italic; */
	color: #ddd;
}


/* MISC MODIFIERS  */

.mrgtop-2 {
	margin-top: 2rem !important;
}
.mrgtop-3 {
	margin-top: 3rem !important;
}

/* MODULE CONTENT */

.mdl-item {
	margin: 0 0 2rem 0;
}



.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(255,255,255,0.5);
	
	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;
	width: 80%;
	padding-bottom: calc(56.25% * 0.90); 
	height: 0;
	margin: 1em auto;
}
.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, .lgd, .tnum {
	font-size: 70%;
	background-color: #ffffff22;
	border-radius: .25rem;
	padding: 0 .6rem;
	color: #799;
}
.lgd {
	color: #acc;
	font-size: 75%;
}
.date-i:empty, .lgd:empty, .tnum:empty {
	display: none;
}
.eicon {
	display: inline-block;
	width: 1.6em;
	text-align: center;
	
	background-color: #ffffff11;
	border-radius: .25rem;
	/* padding: 0 .2rem; */
	color: #799;
	line-height: 1.4;
}

.eiconh, .eiconl {
	background-color: #ffffff11;
	/* border-radius: .1rem; */
	margin: -1rem .5rem -1rem -1rem;
	padding: 1rem .6rem;
	line-height: .5;
	/* height: stretch; */
	
	display: inline-block;
	width: 3rem;
	text-align: center;
}
.eiconl {
	padding: .85rem .6rem;
}

.date-i, .tnum {
	white-space: nowrap;
}
.tnum {
	font-size: 80%;
	font-weight: bold;
	font-weight: 700;
}


.ib {
	display: inline-block;
}
.w4 {
	width: 4em;
}
.ar {
	text-align: right;
}
.iblp {
	display: inline-block;
	/* background-color: #ffffff22; */
	padding: 0 .3em;
}
.bgl {
	background-color: #ffffff22;
}

.op3 {
	opacity: 0.4;
}



.date-footer {
	background-color: #00000022;
	padding: .5rem 2rem;
	color: #eee;
	font-style: normal;
}



.wrap-debug {
	background-color: #001100ee;
}

@media only screen and (max-width: 860px) {
	
	header {
		
	}
	header h1 {
		/* max-width: 100%; */
		font-size: 8vw;
		line-height: 1em;
		margin: 0;
		top: 20px;
		/* padding: 0; */
		/* font-size: 2.6rem; */
		/* line-height: 3.5rem; */
	}
	header h2 {
		padding: 0 1em;
		font-size: 3vw;
	}
		
	#ele-choice {
		width: 90vw;
	}
	
	#wrap-main {
		width: 95vw;
		margin: 1rem auto .5rem; 
	}
	#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%; */
	}
	
	img.fw-round {
		max-width: 60%;
	}
	.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;
	}
}
/* } */


