@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300..700');
/*@import url('https://fonts.googleapis.com/css2?family=Marcellus|Marcellus+SC|Raleway:wght@300..700');*/

:root {
	--dispTime:5s;
}

*{
    box-sizing:        border-box;
	-moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
}

html{
	padding: 0px;
	margin: 0px;
	border: 0px;
}			
body{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	max-width: 100%;
	min-height: 100%;
	font-family: Raleway, sans-serif;
}

a{color: black;}
a img{border:none;}



/*------------------------------------------------- TITLE ------------------------------------------------*/		

.titleContainer{
	min-width: 300px;
	background-color: #ffffff;
	position: sticky;
	top: 0;
	overflow: visible;
	text-align:left;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2em 1em;
	z-index: 10;
	transition: all 0.5s;
	filter: drop-shadow(0 0 100px rgba(0,0,0,0.2));
}
.titleContainer > div{
	flex: 1 1 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.titleContainer > div:nth-of-type(2){
	min-width: min(100%, 1000px);
}
.titleContainer > div > div:first-of-type{
	text-align: center;
	flex: 1 1 0;
	padding: 0 1em;
	min-width: 200px;
}
.titleContainer > div > div:last-of-type{
	text-align: center;
	flex: 3 1 0;
	white-space: nowrap;
	min-width: 500px;
}

.titleContainer h1{
	color: #b18c43;
	font-size: clamp(80%, 1.4vw, 1.25em);
	font-weight: 300;
	text-align: center;
	width: 100%;
}
.titleContainer a {
	font-size: 130%;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}
.titleContainer img{
	height: auto;
	width: clamp(175px, calc(100vw - 1050px), 400px);
	position: relative;
	z-index:2;
	border:none;
	transition: all 0.5s;
}

.titleContainer.scrunched {
	padding: 0.5em 1em;
}
.titleContainer.scrunched img { 
	width: 150px;
}
.titleContainer.scrunched h1 {
	font-size: 80%;
}
#navChkbox{
	position: absolute;
	left: -1000px;
	z-index: 1000;
}

	
/*------------------------------------------- NAV -----------------------------------------*/


.respNavContainer{
	position: relative;;
	z-index:3;
	background-color: transparent;
	font-size: 0.9em;
	min-width: 300px;
	padding: 0;
	text-align:center;
}
.respNavContainer ul.nav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 0.5em 0px;
	margin: 0px 0px;
	width: 100%;
	font-weight: 300;

}
.respNavContainer ul.nav a{  
	display:table-cell;
	/*width: 1%; */
	padding: 0 10px;
	height: 30px;
	line-height: 1.2em;
	vertical-align: middle;
	background-color: transparent;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.respNavContainer ul.nav>li:last-child a{
	color:#E77D89
}
.respNavContainer ul.nav>li a:hover, 
.respNavContainer ul.nav>li.selected a{
	color: rgba(87,0,8,1.00);
	text-decoration: underline;
	text-underline-offset: 5px;
}	
.respNavContainer ul.nav>li{
	display: inline-block;
	color: black;
	margin: 0px 1px;
	text-align: center;
	height: 100%;
	position: relative;
	vertical-align: top;
}

.mNavHeader{
	position: relative;
	text-align:center;
	color:black;
	background-color: white;
	font-weight: bold;
	font-size:1.4em;
	padding: 5px 0px;
}


.mobileNav{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index:1;
	padding-top: 0px;
	filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.4));
}
.mobileNav ul{
	display:block;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #9d98c3;
}

.mobileNav ul.nav li{
	display: block;
	position: relative;
}
.mobileNav ul.nav>li>a{
	display:block;
	width: 100%;
	clear:left;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.8);
	text-decoration: none;
	font-size: 1.4em;
	color: rgba(255,255,255,0.6);
	padding-right: 30px;
}
.mobileNav ul.nav>li a:hover{
	background-color: rgba(255,255,255,0.2);
}
			
	
.mobileNavControl{
	display:none;
	position: sticky;
	top: 0px; 
	left: 0px;
	width: 100%;
	background-color: white;
	padding: 5px;
	z-index: 11;
	transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	filter: drop-shadow(0 0 105px rgba(0, 0, 0, 0.4));
}
.mobileNavControl #btnShowNav{
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 2px;
	background-color: #d88d2a;
	border: 1px solid rgba(255,255,255,0.2);
	color: white;
	cursor: default;
	padding: 0px;
	overflow:hidden;
}
.mobileNavControl #btnShowNav hr{
	padding: 0px;
	margin: 4px 2px;
	border: none;
	background-color: rgba(255,255,255,0.50);
	height: 2px;
}
.mobile-nav-closer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
	display: none;
}
			
		
	
/*---------------------------- FOOTER ------------------------------*/



.footerContainer{
	background-color: white;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	min-width: 300px;
	overflow:hidden;
	position: relative;
}
.footer{
	margin: 0px;
	background-color: transparent;
	padding: 1px;
}
.footer h1{
	background-color: #d88d2a;
	padding: 0.8em 6%;
	text-align:center;
	font-size: 2em;
	color: white;
	font-weight: 300;
	margin-bottom: 0;
}
.subfooter {
	background-color: #f5e2ca;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 400px 1fr 300px;
	align-items: center;
	gap: 2em;
	padding: 1em 1em;
}
.subfooter a.email{
	display:block;
	font-size: clamp(1em, 4vw, 1.5em);
	float:left;
	color: #4a1b00;
	text-decoration:none;
}
.subfooter a.phone{
	display:block;
	text-align: right;
	font-size: 3em;
	text-decoration:none;
	color: white;
}
.subfooter div.copyright{
	width: 100%;
	text-align:center;
	color: black;
	font-size: 0.7em;
	bottom: 5em;
}


/*------------------SITE SPECIFIC STYLE -------------------*/
	
	
p {
	font-size: clamp(90%, 1vw, 100%);
}
h1{
	font-weight: 300;
	font-size: clamp(2.1em, 5vw, 3em);
	text-align:left;
	line-height: 1.1em;
}
h2{
	font-weight: 300;
	font-size: clamp(1.6em, 5vw, 2.3em);
	text-align:left;
	line-height: 1.2em;
}
h3{
	font-weight: 500;
	color: black;
	font-size: clamp(1.1em, 3vw, 1.6em);
	line-height: 1.2em;
	text-transform: uppercase;
}
section {
	padding: 4em 2em;
}
section > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
ul{
	line-height: 1.8em;
}

.captcha-warning {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	background-color: white;
	color: black;
	border-radius: 5px;
	filter: drop-shadow(0 0 3em rgba(0,0,0,0.3));
	font-size: 1.5em;
	padding: 3em 1.5em 1.5em 1.5em;
	z-index: 1000;
	animation: fade;
	animation-delay: 5s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes fade {
	0% {opacity: 1; left: 50%}
	99% {opacity: 0; left: 50%}
	100% {opacity: 0; left: -10000px}
}

.captcha-warning:before{
	content: "WARNING";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	max-width: 800px;
	padding: 0 10px;
	height: 1.5em;
	line-height: 1.5em;
	background-color: rgb(150,0,0);
	color: white;
}
	
.color1{
	background-color: #fff8f1;
	color:black;
	text-align: center;
	overflow:hidden;
}
.color1 p{
	line-height: 1.5em;
	color: black;
	text-align: justify;
}
.color1 p:last-of-type{
	margin-bottom: 0;
}
.color1 ul{color: black;}
.color1 h1,
.color1 h2 {text-align: center;}
.color1 hr {
	background-color: black;
	border: none;
	height: 2px;
	margin: 3em auto;
	max-width: 1000px;
	display: block;
}


.color2{
	background-color: #f4f5f5;
	color:black;
	text-align: center;
	overflow:hidden;
}
.color2 p{
	line-height: 1.5em;
	color: black;
	text-align: justify;
}
.color2 p:last-of-type{
	margin-bottom: 0;
}
.color2 ul{color: black;}
.color2 h1,
.color2 h2 {text-align: center;}
.color2 hr {
	background-color: white;
	border: none;
	height: 2px;
	margin: 3em auto;
	max-width: 1000px;
	display: block;
}

.color3{
	background-color: #d88d2a;
	color:white;
	text-align: center;
	overflow:hidden;
}
.color3 p{
	line-height: 1.5em;
	color: white;
	text-align: justify;
}
.color3 p:last-of-type{
	margin-bottom: 0;
}
.color3 ul{color: black;}
.color3 h1,
.color3 h2 {text-align: center;}
.color3 hr {
	background-color: white;
	border: none;
	height: 2px;
	margin: 3em auto;
	max-width: 1000px;
	display: block;
}


	
.color4{
	background-color: #ffffff;
	color:black;
	text-align: center;
	overflow:hidden;
}
.color4 p{
	line-height: 1.5em;
	color: black;
	text-align: justify;
}
.color4 p:last-of-type{
	margin-bottom: 0;
}
.color4 ul{color: black;}
.color4 h1,
.color4 h2 {text-align: center;}
.color4 hr {
	background-color: black;
	border: none;
	height: 2px;
	margin: 3em auto;
	max-width: 1000px;
	display: block;
}




.dark{
	background-color: #f5e2ca;
	color:black;
	text-align: center;
	overflow:hidden;
}
.dark p{
	line-height: 1.5em;
	margin-left: 0;  
	margin-right: 0;
	color: white;
}
.dark ul{color: black;}

@media only screen and (max-width: 700px) {
	.dark img{
		max-width: none;
		width: 100%;
		margin: 1em 0;
		float: none;
	}
}


.columns-50-50 {
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0 2em;
	flex-wrap: wrap;
}
.columns-50-50 .content-container{
	flex: 1 1 calc(500px - 1em);
	padding: 2em;
	display: flex;
	align-items: center;
}
.columns-50-50 .content-container > div{
	max-width: 800px;
	margin: auto;
}
.columns-50-50 .image-container {
	flex: 1 1 calc(500px - 1em);
}
.columns-50-50 .image-container > div {
	height: 100%;
/*	min-height: 700px;*/
}
.columns-50-50 .image-container img {
	min-width: 100%;
}
.columns-50-50 .BGM-parallax2-layer{
	left: auto;
}
.columns-50-50 .BGM-parallax2-layer.back{
	transform: translate3d(-50%,-50%,-200px) scale(1.667,1.667)
}


.current-event-flag{
	position: fixed;
	z-index: 11;
	bottom: 0;  
	left: 0;
	width: 100%;
	background-color: white;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	filter: drop-shadow(0 0 3em rgba(0,0,0,1.00));
	padding-bottom: 2em;
	transition: opacity 0.5s 0s, left 0s 0.5s;
}
.current-event-flag.hidden{
	opacity: 0;
	left: -10000px;
}
.current-event-flag .close-button{
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 40px;
	color: white;
	line-height: 0.3em;
	font-weight: 300;
	cursor: pointer;
}
.current-event-flag > div:nth-of-type(1) {
	text-align: center;
	padding: 0.25em;
	font-size: clamp(125%, 3vw, 200%);
	font-weight: 500;
	color: white;
	background-color: rgba(87,0,8,1.00);
	letter-spacing: 0.25em;
}
.current-event-flag > div:nth-of-type(2) {
	text-align: center;
	padding: 1em;
	font-size: 200%;
	font-weight: 400;
	color: rgba(87,0,8,1.00);
}
.current-event-flag > div:nth-of-type(3) {
	text-align: center;
	text-weight: 700;
	font-style: italic;
}
.gallery-container {
	position: fixed;
	left: -10000px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.smallLogo, .smallLogoWhite, .smallLogoBlack{text-align:center; margin: 1em;}
.smallLogo img, .smallLogoWhite img, .smallLogoBlack img{width: 76px; height: auto;  border: none; margin: 0; float:none;	}
.smallLogoWhite img, .smallLogoBlack img{opacity: 0.2;}

.BGM-form-vB input[type=submit]{
	margin-bottom: 0!important;
}

/*------------------------------HOME PAGE STYLES ---------------------------------------------*/
		
		
.slideShow{
	background-color: #4a1b00;
	padding: 2em 6% 1em 6%;
	text-align: center;
	color:black;
}
	.slideShow p{
		color:rgba(255,255,255,0.5);
	}
	.slideShow br{
		display:inline;
	}
	.slideShow h1{color: #ebebec;}
	

.principal-owner-img{
	width: 372px;
	max-width: 100%;
}


.contact{
	background-position: center 10%;
	background-repeat: no-repeat;
	background-size: auto 75%;
	color:black;
	text-align:center;
	border-bottom: 10px solid #f3eee4;
}
.contact a{
	color: white;
	text-decoration:none;
}
.contact h1{
	text-align:center;
}
.contact h2{
	font-size: 1.8em;
	color: #4a1b00;
}
.contact .column-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2em;
	width: 100%;
	max-width: 1200px;
	margin: 2em auto;
}
.contact .column{
	flex: 1 1 200px;
	display: block;
	text-align: center;
	font-size: 0.9em;
}
.contact .column h2 {
	text-align: center;
	border-bottom: 2px solid rgba(0,0,0,0.3);
}
.contact .column img{
	vertical-align:middle;
	margin: 0 0.5em 0 0;
	border:none;
	width: auto;
	height: auto;
}
.contact p{
	margin-left: 0;
	margin-right: 0;
	color:black;
	line-height: 1.5em;
	text-align: left;
}
			
		


.sitemap{
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
	text-align:center;
	background-color: #fff8f1;
}
	.sitemap .column{
		display: inline-block;
		width: 11%;
		margin: 2em 0.5% 0em 0.5%;
		vertical-align:top;
		text-align: center;
	}
		.sitemap .column a{
			display:block;
			color:black;
			text-decoration:none;
			margin: 0.9em 0;
			font-size: 1em
		}
		.sitemap .column h2{
			color: #BADA89;
			font-size: 1.4em;
			text-align: center;
		}
			.sitemap .column h2 a{
				color:inherit;
				margin: inherit;
				
			}
	.sitemap img{
		width: 50%;
		height: auto;
		margin: auto;
		border:none;
		float:none;
		max-width: 600px;
	}




/* ----------------------- ART SUBMISSION PAGE -------------- */

.art-sub-form {
	text-align: left;
	margin-bottom: 0!important;
}
#dropZone{
	position: relative;
	background-color: black;
	background-image: url('../images/empty-spotlight.webp');
	background-size: cover;
	background-position: center;
	padding: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
}
#dropZone img{
	max-width: 100%;
	min-width: 0;
	max-height: clamp(400px, 50vh, 600px);
	mix-blend-mode: multiply;
	position: relative;
	transition: opacity 1s;
}
#dropZone label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80%;
	filter: drop-shadow(0px 15px 3px rgba(0,0,0,0.5));
	opacity: 1;
	transition: opacity 1s;
}	
#dropZone label.hidden,
#dropZone img.hidden {
	opacity: 0;
}
.warning-message{
	position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: white;
   padding: 5em 3em 3em 3em;
   border-radius: 5px;
   filter: drop-shadow(2px 4px 6px black);
   z-index: 2;
	overflow: hidden;
	opacity: 1;
	animation-name: warning;
	animation-duration: 1s;
	animation-delay: 4s;
	animation-fill-mode: forwards;
}
@keyframes warning{
	0% {opacity: 1; top: 50%;}
	99%{opacity: 0; top: 50%;}
	100%{opacity: 0; top: -50%;}
}
.warning-message:before{
	content: 'AN ERROR OCCURRED';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	color: white;
	background-color: rgba(100,0,0,1);
	font-size: 120%;
	font-weight: bold;
}
	

/* ------------------ FLASH GALLERY PAGE ---------------- */


.btn-close{
	position: relative;
	color: white;
	font-size: 60px;
	filter: drop-shadow(0 0 10px black);
	cursor: pointer;
	line-height: 0.4em;
	top: -0.2em;
}

body.iPad .btn-close {
	display: none;
}
#flashGallery{
	position: fixed;
	left: -10000px;
	height: 100dvh;
}
.flash-gallery {
	width: 100%;
	height: 100%;
	background-color: black;
	display: grid;
	grid-template-rows: auto minmax(0,1fr) auto;
	grid-template-columns: 1fr 1fr;
}
.flash-gallery .art-container {
	grid-row: 2;
	grid-column: 1 / span 2;
}
.flash-gallery .btn-close {
	grid-row: 1;
	grid-column: 1 / span 2;
	text-align: right;
	padding: 10px;
}
.controls-container{
	grid-row: 3;
	grid-column: 2;
	font-size: 2em;
	padding: 0 0.5em 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.controls-container .btn-container {
	display: flex;
	align-items: center;
}
.controls-container button {
	background-color: transparent;
	border: none;
	color: white;
	font-size: inherit;
	font-weight: inherit;
	padding: 0 1em;
	height: 1em;
}
.controls-container button img{
	width: 30px;
	height: 30px;
	filter: invert(1);
	color:rgba(20,118,41,1.00)
}

.controls-container button.stop {
	filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(6017%) hue-rotate(339deg) brightness(83%) contrast(115%);
	background-image: url('../images/svg/stop.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/*
.controls-container button.stop img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(6017%) hue-rotate(339deg) brightness(83%) contrast(115%);
}
*/
.controls-container button.go {
	background-image: url('../images/svg/next.svg');
	filter: invert(69%) sepia(39%) saturate(1793%) hue-rotate(96deg) brightness(93%) contrast(101%);
	background-position: center;
	background-repeat: no-repeat;
}


.btn-favorite{
	grid-row: 3;
	grid-column: 1;
	text-align: left;
	font-size: 3em;
	padding: 0 0 0 0.5em;
}
.btn-favorite button {
	background-color: transparent;
	border: none;
	color: white;
	font-size: 140%;
	font-weight: inherit;
	padding: 0;
	line-height: 1.1em;
}

.flash-gallery-container {
	position: absolute;
	top: 0;
	left: -10000px;
	opacity: 0;
	width: 100vw;
	height: 100%;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
}
.art-container {
/*
	display: grid;
	align-items: stretch;
	justify-content: center;
*/
}
.flash-gallery-container .title{
	grid-row: 1;
	grid-column: 1;
	color: white;
	text-align: center;
	padding: 0.5em 3em 0.5em 3em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.flash-gallery-container .title div:nth-of-type(1){
	font-size: clamp(150%, 3vw, 300%);
}
.flash-gallery-container .title div:nth-of-type(2){
	font-size: clamp(100%, 2vw, 200%);
}
.flash-gallery-container .title div:nth-of-type(3){
	font-size: clamp(100%, 2vw, 200%);
}
.flash-gallery-container .images{
	grid-row: 1;
	grid-column: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.flash-gallery-container .images img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.cycling .flash-gallery-container:nth-of-type(1){
	position: relative;
	left: 0;
	height: 100%;
	animation-name: reveal;
	animation-duration: var(--dispTime);
	animation-delay: 1s;
	animation-fill-mode: forwards;
	background-color: black;
}
.iPhone .cycling{
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	z-index: 12!important;
}

@keyframes reveal {
	0% {opacity: 0;}
	6.25% {opacity: 1;}
	87.55% {opacity: 1;}
	100% {opacity: 0}
}


/* ------------------- ARCHIVE PAGE STYLES --------------- */

audio {
	max-width: 100%;
}
.artwork{
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.artwork-container {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: auto 1fr;
	gap: 0 1em;
	margin: 0 auto 1em auto;
	max-width: 400px;
}
.artwork-container div:nth-of-type(1) {
	grid-row: 1 / span 2;
	grid-column: 1;
}
.artwork-container div:nth-of-type(2) {
	grid-row: 1;
	grid-column: 2;
	text-align: left;
}
.artwork-container div:nth-of-type(3) {
	grid-row: 2;
	grid-column: 2;
	text-align: left;
}
.artwork-container img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	object-position: center;
	margin: 0;
}
.favorites-container {
/*
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
*/
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1em;
	flex-wrap: wrap;
	margin: 2em 0;
	filter: drop-shadow(0 0 100px rgba(0,0,0,0.2));
	font-size: clamp(80%, 2vw, 100%);
}
.favorites-header {
/*
	grid-row: 1;
	grid-column: 1 / span 3;
*/
	width: 100%;
	padding: 0.5em;
	background-color: rgba(87,0,8,1.00);
	color: white;
	font-size: 1.25em;
	line-height: 1.2em;
}
.favorites-header:first-line{
	font-size: 1.6em;
}
.favorites:nth-of-type(n+1){
	flex: 1 1 400px;
	padding: 1em;
	background-color: white;
}
.favorites:nth-of-type(n+1){
	max-width: 600px;
	margin: 0 auto;
}
.favorites:nth-of-type(2) {
	padding: 1em;
}
.favorites:nth-of-type(3) {
	padding: 1em;
	background-color: rgba(234,196,145,1.00);
}
.favorites:nth-of-type(4) {
	padding: 1em;
	background-color: rgba(216,141,42,1.00);
}
/*
.favorites-poems {
	grid-row: 2;
	grid-column: 2;
	padding: 1em;
}
*/
.category-head{
	font-size: 1.8em;
	text-align: center;
	padding: 0 0  0.8em 0;
	text-decoration: underline;
	text-underline-offset: 7px;
}
.title {
	font-size: 1.4em;
	font-style: italic;
}
.creator::before{
	content: 'By ';
}
.audio {
	padding: 1em;
}
.not-available {
	font-style: italic;
	padding: 1.25em;
}

@media only screen and (max-width: 950px) {
	.favorites-container {
		grid-template-rows: auto auto auto;
		grid-template-columns: 1fr;
	}
	.favorites-header {
		grid-row: 1;
		grid-column: 1;
	}
	.favorites-stories {
		grid-row: 2;
		grid-column: 1;
	}
	.favorites-poems {
		grid-row: 3;
		grid-column: 1;
	}

}

/*---------------------CALENDAR PAGE --------------------*/


.calendar-container {
	padding: 4em 1em;
}
.calendar-container #BGM-calendar-container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
	

/*----------------OVERRIDE STYLES---------------------*/


.BGM-eBlog .byline{
	color: white!important;
}
.BGM-upcomingEvent-Desc h2{
	overflow: hidden;
}
.BGM-login-container{
	z-index: 10!important;
}
/*--------------CALENDAR DEFAULT STYLES --------------------*/


.calendar-container #BGM-calendar-container {
	box-shadow: none;
	background-color: rgba(85,0,8,1.00);
}
.calendar-container #BGM-calendar-container .BGM-calendar-head {
	background-color: rgba(87,0,8,1.00);
	color: rgba(216,141,42,1.00);
}
.calendar-container .BGM-calendar .calendar-row>div.top {
	background-color: rgba(126,0,11,1.00);
}
.calendar-container .BGM-calendar .bgm_calDate {
	color: rgba(120,0,10,1.00);
}
.calendar-container .BGM-calendar .calendar-row>div.empty{
	background-color: rgba(255,239,240,1.00);
}
.calendar-container .BGM-calendar .today {
	border-color: rgba(81,0,7,1.00)!important;
	border-width: 1px 2px 2px 1px!important;
	background-color: rgba(255,218,221,1.00);
}
.calendar-container .bgm_bigCalTblView .no-date {
	color: rgba(65,58,82,1.00);
}
.calendar-container .BGM-upcomingEvent-Container{
	max-width: 1200px;
	margin: 0 auto 1em auto;
	background-color: rgba(255,248,241,1.00);
	filter: drop-shadow(0 0 100px rgba(0,0,0,0.2));
}
.calendar-container .BGM-event-detail-container{
	border-left-color: #f3eee4!important;
	color: white;
}
.calendar-container .BGM-upcomingEvent-Date{
	text-align: left;
}
.calendar-container .BGM-upcomingEvent-Head{
	text-transform: none;
	font-weight: bold;
}
.calendar-container h2{
	color: rgba(87,0,8,1.00);
	margin-bottom: 0.5em;
	border-bottom: 2px solid rgb(0, 0, 0, 0.2);
}
.calendar-container .BGM-calendar .calendar-row>div {
	height: 120px;
}



/*------------CONTACT FORM DEFAULT STYLES -------------*/


.contactFormHolder{
	border: none;
	text-align: justify;
	overflow:hidden;
	position: relative;
	padding: 4em 1em;
	font-size: clamp(80%, 1vw, 100%);
}
.contactFormHolder > div {
	filter: drop-shadow(0 0 150px rgba(51,32,9,0.2));
	background-color: rgba(254,247,240,1.00);
	padding: 1em;
}

.contactFormHolder form {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.contactFormHolder .BGM-contact-required {
	color: rgba(87,0,8,1.00);
}
.contactFormHolder .BGM-contact-form input[type=radio]:checked {
	background-color: rgb(150,150,150);
}
.BGM-contact-InfoBlock strong {
	display: block;
	margin: 5px 0;
}
.contact-form-captcha-container{
	margin-bottom: 0!important;
}

.quote h2{
	margin-bottom: 0;
	margin-top: 0;
}

/* ------------------ MEDIA QUERIES --------------------------- */


@media only screen and (max-width: 1666px) {  
	.footer div.copyright{padding: 0 31% 0 35%;}
	.sitemap .column{ width: 12%;}
}

@media only screen and (max-width: 1300px) {  
	.footer div.copyright{padding: 0 ; bottom: 0.5em;}
	.sitemap{padding: 4em 0;}
}


@media only screen and (max-width: 1100px) {
	.sitemap .column{width: 20%}
	.subfooter {
		grid-template-rows: auto auto auto;
		grid-template-columns: 1fr;
		gap: 0.5em;
		padding: 0.5em 0.5em 2em 0.5em;
	}
	.subfooter a.email {
		grid-row: 2;
		grid-column: 1; 
		text-align: center;
	}
	.subfooter a.phone {
		grid-row: 1;
		grid-column: 1; 
		text-align: center;
	}
	.subfooter .copyright {
		grid-row: 3;
		grid-column: 1;
	}
}


@media only screen and (max-width: 800px), screen and (max-height: 800px) {
	.respNavContainer{display:none;}
	.mobileNav .lineBrk{display:none;}
	.mobileNavControl{
		display:block;
		filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.4));
	}
	.mobileNav{display: block;}
	.BGM_SS2_Container{display:none;}
	.graphicDesign>img, .DDIY>img{margin: 1px 0 1em 0; min-width: 0px; width: 100%;}
	.footer a.phone, .footer a.email, .footer div.copyright{position:relative; float:none; width: 100%; text-align: center; margin: 0.5em 0;}
	.contact .column{width: 45%;}

	blockquote.q{
		margin-left: 1em; 
		margin-right: 1em; 
		margin-bottom: 30px;		
	}			
	.sitemap .column{width: 45%; margin-left: 0; margin-right: 0}
	.sitemap img{width: 90%}

	.titleContainer{
		position: fixed;
		left: -105%;
		top: 0;
		height: 100vh;
		width: 250px;
		z-index: 10;
		flex-direction: column;
		padding: 2em 1em!important;
		flex-wrap: nowrap;
	}
	.titleContainer > div:nth-of-type(1) {
		order: 2;
		align-self: center;
		display: flex;
		align-items: flex-end;
	}
	.titleContainer > div:nth-of-type(1) img {
		height: 65px;
		width: auto;
	}
	.titleContainer > div:nth-of-type(2) {
		order: 1;
	}
	.titleContainer .respNavContainer{
		display: block;
		min-width: 0!important;
		padding: 2em 0 0 0!important;
	}
	.titleContainer .respNavContainer ul.nav{
		flex-direction: column;
	}
	#navChkbox:checked + .titleContainer{
		left: 0;
	}
	#navChkbox:checked + .titleContainer + .mobile-nav-closer {
		display: block;
		background-color: transparent;
	}

}
@media screen and (max-aspect-ratio: 1), 
screen and (orientation: portrait),
screen and (max-width: 800px){
	.flash-gallery-container {
		grid-template-rows: auto 1fr;
		grid-template-columns: 1fr;
	}
	.flash-gallery-container .title{
		grid-row: 1;
		grid-column: 1;
	}
	.flash-gallery-container .images{
		grid-row: 2;
		grid-column: 1;
	}
}

@media only screen and (max-width: 550px){
	.contact .column{width: 100%; text-align:center; margin: 0;}
	.sitemap .column{width: 100%; margin: 0 0 1em 0;}
	.footer a.phone, .footer a.email{font-size: 1.5em;}
}
