/* new css for original website content */
/* default styling for clean slate in all modern browsers */

*, *:before, *:after { box-sizing: inherit; }

html {
	box-sizing: border-box;
	line-height: 1.5rem;
	margin: 0;
	padding:0;
	scroll-behavior: smooth;
	}

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	max-width: 70ch;
	text-wrap: balance;
	}	

p, span {
	max-width: 70ch;
	margin: auto;	
	}

p {
	padding-bottom: 0.5rem;
	}
	
figcaption {
	line-height: 2rem;
	}	

details {
	display: inline-block;
	width: fit-content;
	}
	
details summary { 
	cursor: pointer;
	}

summary {
	font-size: 1.1rem;
	font-weight: bold;
	padding-bottom: 0.33rem;
	text-align: center;
	}

a { transition: all 0.2s ease;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  	background-color: #FFFFF0;
	}

#wrapper, main {
	background-color: #F5F5DC;
	border-radius: 1rem;
	display: grid;
	font-family: libre_baskervilleregular;
	margin: 1.5rem auto;
	padding: 1.5rem;
	place-content:center;
	}

header {
	margin: auto;
	width: auto;
	}	

figcaption {
	font-family: kontrapunktbold;
	font-size: 1.15rem;
	}	
	
address {
	font-family: kontrapunktbold;
	font-style: normal;
	}

article {
	margin: 0 auto;
	}

input::placeholder, textarea::placeholder {
	color: #1E1E1E;
	}		
  	
a {border: 0; color: #0000FF; outline: none; text-decoration: underline;}
a:hover {border: 0; color:#008000; font-size: 105%; outline: none; text-decoration: underline;}
  	
.nav-grid {
	display: grid;
	/*grid-template-columns: repeat(13, auto);*/
	grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
	justify-content: start;
	gap: 0.25rem 0.25rem;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.nav-grid li {
	background-color: #000000;
	border: 4px outset #FFCE44;
	border-radius: 0.5rem; 
	font-family: kontrapunktbold;
	place-content: center;
	position: relative;
	}
	
li.active {
	background-color: #00FF00;
	border: 4px inset #D4AF37;
	}

.active a[class] {
	color: #2C2C2B;
	font-weight: bold;
	transition: all 0.2s ease;
	}

.active a[class]:hover {
	color: #2C2C2B;
	}	

.nav-grid a {	
	color: #00FF00;
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 0.25rem 0.25rem;
	text-decoration: none;	
	transition: color 0.2s ease;
	}

.nav-grid a:hover {
	color: #00FF00;
	font-weight: 600;
	}

.logo {
	font-weight: bold;
  	width: auto;
  	}

.jump_menu {
	display: none;
	}	

.bio, .pps_bio, .contest, .series, .contact {
  	background-color: #F2FFF2;
  	border: 0.2rem inset #296E01;
 	border-radius: 1rem;
 	font-weight: 600;
 	margin: auto;
 	padding: 3%; 	
  	width: fit-content;
  	}
  	
.bio {
	text-align: center;
	}
  	
.pps_bio {
 	justify-content: center;
 	padding: 1rem;
 	min-width: 300px;
 	}

.contact {
	padding: 1rem 2rem 2rem 2rem;
	}	

figure.pps_bio, figure.contest {
	border: 4px outset #A62C2B;
	margin-top: 1rem;
  	padding: 10px;
  	text-align: center;
  	width: fit-content;
  	}

figure.pps_bio {
	margin: 1rem 2rem 1rem 1rem;
	}  	
  	
figure.contest {
	margin: 0 auto;
	}  	

.pps_bio {
	display: inline-block;
	float: left;
	text-align: left;
	}  	

figcaption.pps_bio, figcaption.contest {
	padding-top: 1rem;
	}

.contest {
	display: inline-block;
	margin: 0 auto;
	place-content: center;
	}

.contest_header {
	display: grid;
	margin: 0 auto;
	place-content: center;
	}

.wider {
	padding: 1rem 2rem;
	}

.taller {
	line-height: 1.6rem;
	}

.xtall {
	line-height: 2.1rem;
	}				
	
.fbook {
	background-color: #9E5FF9;
	box-shadow: 0.3rem 0.2rem 0.2rem 0.2rem #4B0082 inset;
	height: 5rem;
	margin: 0 2rem 0 2rem;
	padding: 1rem;
	}

.fc_fbook {
	padding-top: 1rem;
	}

.fc_fbook a {font-size: 1.35rem;}
.fc_fbook a:hover {font-size: 1.4rem;}				  			
  	
.center {
  	border: none;
  	margin: auto;
  	padding: 10px;
  	text-align: center;
  	width: fit-content;
	}

.center_span {
	display:table;
	margin: 0 auto;
	}

.justify {
	text-align: justify;
	}	
	 	
.blue {color: #0000FF;}
.red {color: #B70000;}
.green {color: #006C00;}
.black {color: #000000;}
  	
.bluelinks {
  	color: #0000FF;
  	font-size: 1.15rem;
  	font-weight: bold;
	}

.lec_links {
	color: #0000FF;
  	font-size: 0.95rem;
  	font-weight: bold;
	}

.lec_na {
	color: #000000;
  	font-size: 0.95rem;
  	font-weight: bold;
	}		
  	
.linkxinfo {
	color: #000000;
	font-size: 1.05rem;
	}

.linkxinfo_sm {
	color: #000000;
	font-size: 0.9rem;
	}			

.features {
	font-weight: 600;
	}	

.scriptlink {
	color: #FFFDCE;
	font-family: lucien_schoenschriftv_catRg;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.75rem;
	text-shadow: 2px 1px 0 #EDE275;
	}
	
a.scriptlink {text-shadow: 2px 1px 0 #EDE275;}	
  	
p.justify {text-align: justify;}
  	
hr.grun {
	background-color: #008000;
	border: 0.15rem groove #A48623;
	border-radius: 0.3rem;
	height: 0.15rem;
	margin-left: 1%;
	margin-right: 1%;
	}  	
  	
hr.blau {
	background-color: #0000FF;
	border: 0.15rem groove #A48623;
	border-radius: 0.3rem;
	height: 0.15rem;
	margin-left: 1%;
	margin-right: 1%;
	}

ul.ul_no_dots {
	list-style-type: none;
	}

.indent {
	padding-left: 1.5rem;
	}

.indent2 {
	padding-left: 3rem;
	}

.self_center {
	place-self: center;
	}

.printf {
	background-color:#5716C7;
 	border: 3px inset gold;
 	border-radius: 1rem;
 	font-family: kontrapunktbold;
 	margin: 1rem auto;
 	padding: 0.4rem 0.9rem;
 	}
 	
.printf a {
	color: #F2FFF2;
	}

.printf a:hover {
	color: #00FF00;
	}
					
.footwrap {
	display: inline-block;
 	margin: 0 auto;
 	max-width: 100%;
 	width: fit-content;
}

.link_row {
	display: inline-grid;
	gap: 2rem;
	grid-template-columns: repeat(3, auto);
	margin-bottom: 1.5rem;
	place-content: center;
	text-wrap: balance;
	width: fit-content;
	}

.link_row picture {
	max-width: 248px;
	place-content: center;
	}

.vrule {
	border-right: 3px outset #B5A642; /* metallic brass */
	/*column-rule: 3px double #000000;*/
	padding-right: 2rem;
	}

.lec_mth {
	/*background-color: #F5F5DC;*/
	/*border: 2px groove #B5A642;*/
	/*border-radius: 0.8rem;*/
	color: #837410;
	font-family: lucien_schoenschriftv_catRg;
	font-size: 175%;
	font-weight: normal;
	line-height: 2.5rem;
	}
	
.bttt {
	color: #837410;
	font-family: lucien_schoenschriftv_catRg;
	font-size: 175%;
	font-weight: bold;
	line-height: 2.5rem;
	}			

#church_pic {
	border: 0.4rem groove #BB7B59;
	border-radius: 0.7rem;
	width:fit-content;
	}

.no_flicker {
	backface-visibility: hidden !important;
	overflow: hidden;
	text-wrap: balance;
	/*transform: translateZ(0) scale(1,1)!important;
	transform:translate3d(0,0,0);*/
	}
	
.rights {
 	background-color:#5716C7;
 	border: 3px inset gold;
 	border-radius: 1rem;
 	color:#86C716;
 	display: inline-block;
 	font-family: kontrapunktlight;
 	font-size: 1rem;
 	font-style: italic;
 	font-weight: bold;
 	margin: 1rem auto;
 	max-width: 100%;
 	padding: 0.4rem 0.9rem;
 	text-align: center;
 	text-wrap: balance;
 	vertical-align: middle;
 	width: fit-content;
 	}

/* ------------------------------------ */

/* for smaller screen sizes */

@media only screen and (max-width: 937px) {

	figure.contest {
		display: grid;
		float: none;
		margin: 0 auto;
		}

}

@media only screen and (max-width: 910px) {

	.contest_header {
		display: inline-block;
		}
	
	figure.contest {
		display: grid;
		float: none;
		margin: 0 auto;
		}	

}

@media only screen and (max-width: 635px) {

	#poem_list ul {
		font-size: 80%;
		}
		
	#poem_list a {
		font-size: 80%;
		}
	
	.link_row {
		grid-template-columns: repeat(1, auto);
		}
		
	.link_row picture {
		place-self: center;
		}
	
	.jump_menu {
		display: inherit;
		font-weight: bold;
		list-style-type: none;
		padding-left: 0;
		}
	
	.vrule {
	border-right: none;
	/*column-rule: 3px double #000000;*/
	padding-right: inherit;
	}

}

@media only screen and (max-width: 540px) {

	figure.pps_bio {
		margin: 1rem auto 0 auto;
		padding-top: 1rem;
		}
		
	#poem_list ul {
		font-size: 70%;
		}
		
	#poem_list a {
		font-size: 70%;
		}		
	
	.pps_bio {
		display: grid;
		float: none;
		margin: 0 auto;
		}	

}	


