@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

#viewspace {
	display: block;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

body {
	margin: 0;
	width: 100%;
	background-color: lightgray;  /*  */
}

.header {
  color: #ffffff;
	width: 100%;
}

	#TopBar {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
	}
	
	.TopBanner {
		background-color: white;     /*  */
		min-width: 412px;   /*  */
		margin: 0;
		position: relative;
	}
	.topBanner img {
		max-width: 100%;
	}
	
	.LogoBlock {
		position: absolute;
		top: 0;
		left: 5px;
		max-width: 15%;
		/* background-color: white;     /*  */
	}
	
		.TitleBlock {
		max-width: 75%;
		display: inline;
		margin: 0 auto;
	}
	
	.TitleContent {
		margin: 0 auto;
		max-width: 100%;
		min-width: 412px;   /*  */
		max-height: 150px;
		aspect-ratio: 1000/150;
		/* text-align: center;   /*  */
		/* background-color: aquamarine;     /*  */
		position: relative;
	}
	
	.TopButtonBar {
		position: absolute;    /*  */
		bottom: 0;
		margin: 0 auto;
		width: 100%;     /*  */
		max-height: 34%;
		text-align: center;
		/* aspect-ratio: 1000/50;  /*  */
		/* background-color: tan;     /*  */
	}
	
	.TopButtonBar img {
		width: 5%;
	}
	
	.hamburger {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 10%;
		/* background-color: aqua;     /*  */
		text-align: center;
		cursor: pointer;
	}
	
	.hamburger img {
		max-width: 100%;
	}
	
	.loginout {
		position: absolute;
		right: 0;
		top: 0;
		width: 10%;
		max-width: 100%;
		/* background-color: aqua;     /*  */
		text-align: center;
		cursor: pointer;
	}
	
	.loginout img {
		max-width: 100%;
	}
	
	#loginButton {
		display: none;	 /* change to block when login supported    */
	}
	
	#logoutButton {
		display: none;
	}
	
/* ============================================================================================ */


li {
    /* background: #fafafa;  /*  */
}
	


ul li a:hover {
  background-color: white;
  color: #CC0000;
}
	
	.pageContent {
		width: 100%;
		position: relative;
		/* background-color: aliceblue;    /*  */
		margin: 0;
		padding: 0;
	}

	#menu-bar {
		background-color: gray;    /*  */
	}
	
	.pagelist {
		/* background-color: gray;    /*  */
		margin: 0 auto;   /*  */
		text-align: center;
		color: white;
		max-width: 700px;   /*  */
		min-height: 50px;
		padding-top: 15px;
	}
	.nav-list {
		display: flex;  /*  */
		margin: 0 auto;
		padding: 0;
		list-style: none;
		/* gap: 1rem;    /*  */
		text-transform: uppercase;
		font-size: 20px;
		font-weight: bold;
		/* background-color: tan;   /*  */
	}

	.nav-list a {
  		text-decoration: none;
		background-color: gray;
		color: white;
	}

	.nav-list li {
		flex-grow: 1;
		padding: 0;
		/* text-align: center;  /*  */	
	}

	.commonFooter {
		width: 100%;
		color: white;
		background-color: black;
		padding: 20px;
	}
	
	.commonBoilerplate {
		max-width: 700px;
		margin: 0 auto;
		font-size: 10px;
	}
	
	.copyright {
		text-align: center;
		font-size: 16px;
		padding-top: 10px;
	}
	
.Frame {
	background-color: black;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 25px;
	display: block;
	position: static;
	border-style: solid;
	border-width: 20px;
}

.inside {
	min-height: 600px;
	background-color: white;
	padding: 20px;
	margin: 0px;
}

.inside h1 {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	font-size: 48px;
}

.inside h2 {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 20px;
}

.inside h3 {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.bodyText {
}

.infoBody {
	text-align: left;
	margin-left: 10%;
	max-width: 80%;
}

.infoHeader {
	font-weight: bold;
	text-align: left;
	margin-left: 7%;
}

.eventList {
	max-width: 800px;
	margin: 0 auto;
	text-decoration: none;
}

.eventList td {
	vertical-align: top;
	min-height: 26px;
}

.eventList td:nth-child(1) { width: 25px; height: 25px;}  /* logo bug  */
.eventList td:nth-child(2) { width: 75px;}  /* date      */
.eventList td:nth-child(3) { 
	padding-left: 22px ;
	text-indent: -22px ;
}

.eventList a {
	text-decoration: none;
	color: #000000;
} 

.yearbar {
	background-color: #D4D4D4;
	text-align: center;
	color: black;
}
	
.eventBlock
{
	position: relative;
	font-size: 16px;
	min-height: 30px;
}

.eventBlock a
{
	text-decoration: none;
	color: #000000;
}

.dateBlock
{
	position: absolute; 
	left: 30px; 
	top: 2px;
}

.titleBlock
{
	position: absolute; 
	left: 120px; 
	top: 2px; 
}

.regBox {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	border-style: solid;
	border-color: #E31937;
	text-align: left;
}

.regBox input {
	font-weight: bold;
	font-size: 125%;
	border: none;
	background-color: #DCDCDC;
	padding-left: 10px;
}

.regBox  input[type=number] {
	text-align: center;
}

.regBox ::placeholder {
	font-weight: lighter;
}

.regError {
	color: red;
}

#video_contain {
	width: 100%;
	position: relative;
}

.videoScreen {
	position: absolute;
	width: 23%;
	aspect-ratio:16/10;
	background-color: gray;
	top: 68.3%;
	right: 38.9%;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	border-color: black;
	text-align: center;
}

.videoScreen img {
	max-width: 70%;
	padding-top: 15%;
}

.carScreen {
	max-width: 1000px;
	width: 80%;
	aspect-ratio:16/10;  /*  */
	background-color: white;
	margin: auto;
	margin-top: 10px;
	border-style: solid;
	border-width: 20px;
	border-radius: 20px;
	border-color: white;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.carScreen h1 {
	color: red;
	font-size: 4em;
	margin: 0;
}

.carScreen h2 {
	color: black;
	font-size: 3em;
	margin: 0;
}

.carScreen h3 {
	color: black;
	font-size: 2em;
	margin: 0;
}

.carScreen h4 {
	color: black;
	font-size: 1.5em;
	margin: 0;
}

.checkrow input[type=checkbox] {
	margin: 3 3 3 0;
}

.storeItem {
	max-width: 250px;
	display: inline-block;
	text-align: center;
	margin: 10px;
}

.photoFrame {
	display: inline-block;
	width: 60%;
	margin: 5%;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	padding: 10px;
}
	
.recentPhoto {
	position: absolute;
	top: 40px;
	width: 80%;
	margin: 10px;
	/*  border-style: solid;
	border-color: black;
	border-width: 3px; */
	padding: 10px;
	transition: opacity 2s;
}

#ap1 {
	opacity: 1;
}
	
#ap2 {
	opacity: 0.5;
}
	
#ap3 {
	opacity: 0.5;
}
	
#ap4 {
	opacity: 0.5;
}

.picturespace {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 1s;
	position: absolute;
	top: 10px;
}
	
/* ===================================================================================== */
/* ===================================================================================== */

@media only screen and (max-width: 700px) {  /* specific vertical phone parameters     */

	body {
		/* background-color: pink;  /*  */
	}

	.nav-list {
		flex-direction: column;  /*  */
	}
	
	.pagelist {
		width: 170px;
		background-color: gray;
		padding-bottom: 20px;
		padding-left: 15px;
		text-align: left;
		margin-right: 0;
		z-index: 10;
	}

	#menu-bar {
		background-color: transparent;   /*  */
	}
	
	.carScreen h1 {
		font-size: 2.5em;
	}

	.carScreen h2 {
		font-size: 1.5em;
	}

	.carScreen h3 {
		font-size: 0.9em;
	}

	.carScreen h4 {
		font-size: 0.7em;
	}
	
}    /* end of specific vertical phone parameters     */
