@charset "utf-8";

@font-face {
	font-family: 'ContinuumBold';
	src: url('contb.ttf') format('truetype'),
		url('contb.eot') format('embedded-opentype');
}

body {
	font-size: 18px;
	font-family: "Arial";
	color: white;
	background-color: black;
}

a {
	color: #888;
	text-decoration: none;
}

a:visited {
	color: #EF006B;
}

a:hover {
	color: #eee;
}

.main_container {
	margin: 1% auto 3% auto;
	align-content: center;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.4em;
}

.myheader {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color: black;
}

header {
	height: 0px;
}

#toggle { /* Keeps the mobile menu graphic from showing in larger screen sizes */
	display: none;
}

nav {
	width: 100%;
	display: block;
	background-color: #000000;
	overflow: hidden;
}

.navItem, nav a {
	display: inline-block;
	font-size: 1.0em;
	margin: 5px 0px 5px 10px;
}

.mytimer, .mytimeralt {
	margin: 1% auto;
	padding: 0;
	font-family: ContinuumBold;
	font-size: 1.7em;
	line-height: 1.0em;
	width: 540px;
	display: inline-block;
}

.mytimer {
	width: 540px;
}

.mytimeralt {
	width: 480px;
}

.leftdiv, .rightdiv {
	margin: 0 15px 0 10px;
	padding: 0;
	float: left;
	width: 70px;
}

.colondiv, .daysdiv, .hoursdiv, .minutesdiv, .secondsdiv {
	margin: 15px 0;
	padding: 0;
	float: left;
	display: inline-block;
}

.colondiv {
	margin-right: 5px;
	width: 10px;
}

.daysdiv {
	width: 120px;
}

.hoursdiv, .minutesdiv, .secondsdiv {
	width: 60px;
}

.daysdivalt {
	width: 170px;
	float: left;
}

.hoursdivalt, .minutesdivalt {
	width: 110px;
	float: left;
}

.secondsdivalt {
	width: 85px;
	float: left;
}

.clocklabel {
	color: white;
	margin-bottom: 5px;
}

.clocklabelalt {
	color: white;
	font-size: 1.2em;
	margin: 10px 5px 0 0;
	float: left;
}

.clockC {
	padding: 0 5px 5px 0;
	margin: 0 0 0 -2px;
}

.daydigits {
	float: left;
}

.clockdigits {
	float: left;
}

#clockD1, #clockD2, #clockD3, #clockD4, #clockH1, #clockH2, #clockM1, #clockM2, #clockS1, #clockS2 {
	float: left;
	width: 29px;
	padding-bottom: 5px;
}

.content {
	margin: 20px auto;
	width: 70%;
	text-align: justify;
	align-content: center;
}

.contentLoop {
	margin: 0 auto 10px auto;
	width: 90%;
	text-align: justify;
	align-content: center;
}

.contentLoop h1 {
	font-size: 1.8em;
	font-family: ContinuumBold;
	color: #FF0066;
	text-align: center;
	margin: 0;
	padding: 0;
}

.content img {
	width: 80%;
	margin: 0 9%;
}

h1 {
	font-size: 1.8em;
	font-family: ContinuumBold;
	color: #FF0066;
	text-align: center;
}

h2 {
	font-size: 1.0em;
	font-family: Trebuchet MS, verdana, arial;
	color: #BBB;
	text-align: center;
	width: 90%;
	margin: 20px auto;
}

h3 {
	font-size: 1.5em;
	font-family: ContinuumBold;
	color: #FF0066;
	text-align: center;
	margin: 5px auto 5px auto;
}

h4 {
	font-size: 1.2em;
	color: #FF0066;
	text-align: center;
}

p {
	font-size: 1.4em;
	font-weight: bold;
}

#mainlogo {
	width: 380px;
}

.schedtime {
	width: 38%;
	float: left;
	clear: both;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}

.scheditem {
	width: 58%;
	float: left;
	text-align: left;
	margin: 0;
}

.scheditem span {
	padding: 0;
	margin: 0;
	color: #FF0066;
	font-family: Arial;
	font-size: 1.0em;
	font-style: italic;
}

.scheditem span a {
	color: #FF0066;
	text-decoration: none;
}

.scheditem span a:visited {
	color: #FF0066;
}

.scheditem span a:hover {
	color: #eee;
}

.menuitems {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.menuitems span {
	padding: 0;
	margin: 0;
	color: #FF0066;
	font-family: Arial;
	font-size: 1.2em;
}

.vidContent {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.vidContentE {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

video {
	background-color: #000000;
	padding: 2px;
	width: 100%;
	height: auto;
}

.picShow {
	margin: 50px auto;
	width: 40%;
	align-content: center;
	text-align: center;
}

.picShow p {
	font-size: 2.0em;
	color: #FF0066;
	margin: 20px 0;
	padding: 0;
}

.picTitle {
	margin: 0 0 10px 0;
}

.picImg img {
	margin: 20px auto;
	width: 100%;
	align-content: center;
	text-align: center;
}

.loopShow {
	margin: 20px auto;
	width: 95%;
	align-content: center;
	text-align: center;
}

.loopShow p {
	font-size: 2.0em;
	color: #FF0066;
	margin: 20px 0;
	padding: 0;
}

.loopShow h3 {
	font-size: 1.8em;
	font-style: italic;
	color: white;
}

.loopImgl img {
	margin: 20px auto;
	width: 70%;
	align-content: center;
	text-align: center;
}

.loopImgp img {
	margin: 20px auto;
	width: 33%;
	align-content: center;
	text-align: center;
}

.loopImgs img {
	margin: 20px auto;
	width: 50%;
	align-content: center;
	text-align: center;
}

.loopImgx img {
	margin: 20px auto;
	width: 90%;
	align-content: center;
	text-align: center;
}

@media only screen and (min-width: 1101px) and (max-width: 1500px) {
	.picShow {
		width: 50%;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
	.picShow {
		width: 60%;
	}
}

@media only screen and (min-width: 711px) and (max-width: 900px) {
	nav {
		font-size: 0.8em;
	}

	.mytimer, .mytimeralt {
		font-size: 1.2em;
		line-height: 1.0em;
		width: 350px;
		margin: 0 auto;
	}

	.leftdiv, .rightdiv {
		margin: 0 0px 0 5px;
		padding: 0;
		float: left;
		width: 50px;
	}

	.leftdiv img, .rightdiv img {
		width: 50px;
	}

	.colondiv, .daysdiv, .hoursdiv, .minutesdiv, .secondsdiv {
		margin: 10px 0;
	}

	.colondiv {
		width: 7px;
	}

	.daysdiv {
		width: 80px;
		padding-left: 10px;
	}

	.hoursdiv, .minutesdiv, .secondsdiv {
		width: 39px;
	}

	.daysdivalt {
		width: 120px;
		margin-left: 10px;
	}

	.hoursdivalt, .minutesdivalt {
		width: 80px;
	}

	.secondsdivalt {
		width: 60px;
	}

	.clocklabelalt {
		font-size: 1.0em;
		margin: 2px 0 0 0;
	}
	
	.daydigits {
		margin: 0 0 0 10px;
	}
	
	.clockdigits {
		margin: 0 0 0 5px;
	}

	.clockC {
		padding: 0 5px 5px 0;
		margin: 0 0 0 -2px;
	}
	
	.clockC img {
		width: 10px;
	}

	#clockD1, #clockD2, #clockD3, #clockD4, #clockH1, #clockH2, #clockM1, #clockM2, #clockS1, #clockS2 {
		width: 15px;
		padding-bottom: 5px;
	}

	#clockD1 img, #clockD2 img, #clockD3 img, #clockD4 img, #clockH1 img, #clockH2 img, #clockM1 img, #clockM2 img, #clockS1 img, #clockS2 img {
		width: 14px;
	}

	.content {
		width: 80%;
	}

	h3 {
		font-size: 1.3em;
	}
	
	.picShow {
		width: 70%;
	}

	.picShow p {
		font-size: 1.7em;
	}
}

@media only screen and (min-width: 550px) and (max-width: 710px) {
	header {
		height: 40px;
	}

	nav {
		height: 0px;
		top: 40px;
		padding: 0px;
	}
	
	.navItem {
		display: block;
		margin: 0px;
		padding: 5px;
		border-bottom: 1px solid #BBB;
	}
	
	nav a {
		display: block;
		padding: 5px;
		margin: 0;
	}
	
	nav a:hover {
		color: #fff;
		background-color: rgba(255,255,255,0.25);
	}

	#toggle {
		display: none; /* This keeps the checkbox of the input hidden while still displaying the label with the css below. */
	}
	
	#toggle2 {
		width: 30px;
		height: 34px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background: #000000 url(../images/mobile_link_menu.png) no-repeat 4px 4px; /* Displays the "unchecked" menu graphic of the sprite. */
		position: absolute;
		top: 5px;
		left: 10px;
		cursor: pointer;
	}
	
	#toggle:checked + #toggle2 {
		background-position: 4px -26px; /* Displays the "checked" menu graphic of the sprite. */
	}

	.mytimer, .mytimeralt {
		font-size: 1.2em;
		line-height: 1.0em;
		width: 350px;
		margin: 0 auto;
	}

	.leftdiv, .rightdiv {
		margin: 0 0px 0 5px;
		padding: 0;
		float: left;
		width: 50px;
	}

	.leftdiv img, .rightdiv img {
		width: 50px;
	}

	.colondiv, .daysdiv, .hoursdiv, .minutesdiv, .secondsdiv {
		margin: 10px 0;
	}

	.colondiv {
		width: 7px;
	}

	.daysdiv {
		width: 80px;
		padding-left: 10px;
	}

	.hoursdiv, .minutesdiv, .secondsdiv {
		width: 39px;
	}

	.daysdivalt {
		width: 120px;
		margin-left: 10px;
	}

	.hoursdivalt, .minutesdivalt {
		width: 80px;
	}

	.secondsdivalt {
		width: 60px;
	}

	.clocklabelalt {
		font-size: 1.0em;
		margin: 2px 0 0 0;
	}
	
	.daydigits {
		margin: 0 0 0 10px;
	}
	
	.clockdigits {
		margin: 0 0 0 5px;
	}

	.clockC {
		padding: 0 5px 5px 0;
		margin: 0 0 0 -2px;
	}
	
	.clockC img {
		width: 10px;
	}

	#clockD1, #clockD2, #clockD3, #clockD4, #clockH1, #clockH2, #clockM1, #clockM2, #clockS1, #clockS2 {
		width: 15px;
		padding-bottom: 5px;
	}

	#clockD1 img, #clockD2 img, #clockD3 img, #clockD4 img, #clockH1 img, #clockH2 img, #clockM1 img, #clockM2 img, #clockS1 img, #clockS2 img {
		width: 14px;
	}

	.content {
		width: 90%;
	}

	h3 {
		font-size: 1.2em;
	}
	
	.picShow {
		width: 80%;
	}

	.picShow p {
		font-size: 1.7em;
	}
}

@media only screen and (max-width: 549px) {
	header {
		height: 40px;
	}
	
	nav {
		height: 0px;
		top: 40px;
		padding: 0px;
	}
	
	.navItem {
		display: block;
		margin: 0px;
		padding: 5px;
		border-bottom: 1px solid #BBB;
	}
	
	nav a {
		display: block;
		padding: 5px;
		margin: 0;
	}
	
	nav a:hover {
		color: #fff;
		background-color: rgba(255,255,255,0.25);
	}

	#toggle {
		display: none; /* This keeps the checkbox of the input hidden while still displaying the label with the css below. */
	}
	
	#toggle2 {
		width: 30px;
		height: 34px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background: #000000 url(../images/mobile_link_menu.png) no-repeat 4px 4px; /* Displays the "unchecked" menu graphic of the sprite. */
		position: absolute;
		top: 5px;
		left: 10px;
		cursor: pointer;
	}
	
	#toggle:checked + #toggle2 {
		background-position: 4px -26px; /* Displays the "checked" menu graphic of the sprite. */
	}

	.mytimer, .mytimeralt {
		font-size: 1.2em;
		line-height: 1.0em;
		width: 350px;
		margin: 5px auto 0 auto;
	}

	.leftdiv, .rightdiv {
		margin: 0 0px 0 5px;
		padding: 0;
		float: left;
		width: 50px;
	}

	.leftdiv img, .rightdiv img {
		width: 50px;
	}

	.colondiv, .daysdiv, .hoursdiv, .minutesdiv, .secondsdiv {
		margin: 10px 0;
	}

	.colondiv {
		width: 7px;
	}

	.daysdiv {
		width: 80px;
		padding-left: 10px;
	}

	.hoursdiv, .minutesdiv, .secondsdiv {
		width: 39px;
	}

	.daysdivalt {
		width: 120px;
		margin-left: 10px;
	}

	.hoursdivalt, .minutesdivalt {
		width: 80px;
	}

	.secondsdivalt {
		width: 60px;
	}

	.clocklabelalt {
		font-size: 1.0em;
		margin: 2px 0 0 0;
	}
	
	.daydigits {
		margin: 0 0 0 10px;
	}
	
	.clockdigits {
		margin: 0 0 0 5px;
	}

	.clockC {
		padding: 0 5px 5px 0;
		margin: 0 0 0 -2px;
	}
	
	.clockC img {
		width: 10px;
	}

	#clockD1, #clockD2, #clockD3, #clockD4, #clockH1, #clockH2, #clockM1, #clockM2, #clockS1, #clockS2 {
		width: 15px;
		padding-bottom: 5px;
	}

	#clockD1 img, #clockD2 img, #clockD3 img, #clockD4 img, #clockH1 img, #clockH2 img, #clockM1 img, #clockM2 img, #clockS1 img, #clockS2 img {
		width: 14px;
	}

	.content {
		margin: 10px auto;
		width: 90%;
	}

	h1 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 1.1em;
	}

	#mainlogo {
		width: 300px;
	}

	.schedtime {
		width: 28%;
	}

	.scheditem {
		width: 68%;
	}

	.picShow {
		margin: 30px auto;
		width: 90%;
		font-size: 0.8em;
	}

	.picShow p {
		font-size: 1.5em;
	}
}


