/* 
 * Styles for mobile and non-mobile specific items
 * in their respective sections at the bottom of
 * the file.
 */

@font-face {
	font-family: "ChanticleerRoman";
	src: url('media/fonts/ChanticleerRoman.ttf') format('truetype'),
	     url('media/fonts/ChanticleerRoman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.copyright {
	font-family: "Times New Roman";
	font-size: 11pt;
}

/*******************
 * Hover image CSS *
 *******************/
.hoverimage {
	position: relative;
}
.hoverimage .after {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .6);
}
.hoverimage:hover .after {
	display: block;
}

/********************
 * Photo Viewer CSS *
 ********************/
#photoView {
	display: none;
	z-index: 255;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(14, 14, 14, .8);
}

#photoView img {
	position: absolute;
	top: 50%;
	left: 50%;
	-mstransform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body {
	height: 100%;
	font-family: 'ChanticleerRoman', 'Times New Roman';
	margin: 0px;
	padding: 0px;

	background-color: #15161A;
	background-image:url("media/images/full_band.jpg");
	background-attachment: fixed;

	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;

}

ul, ol {
	list-style-position: inside;
}

/*****************
 *     Header    *
 *****************/
#header {
	position: absolute;
	z-index: 2;
	top: 0px;

	font-size: 12pt;
	height: 8.5em; /* if changing this update JS script */
	width: 100%;

	transition: height 0.25s;
}

#header img {
	height: 6em;
	padding-top: 2em;
}

#header .logo {
	text-decoration: none;
}

/*****************
 *   Navigation  *
 *****************/
#nav {
	overflow: hidden;
	border-width: 1px;
	border-color: #FFF;
	borbder-style: solid;

	z-index: 2;
	width: 100%;

	transition: opacity 0.25s;
}

#nav A {
	padding: 0.5em;
	font-size: 1.5em;
	text-decoration: none;
	color: #FAFAFF;
}


#nav A:active {
	color: #2080FF;
}

#nav .dropbtn {
	border: none;
	background: none;
	padding: 0;

	font-family: 'Open Sans';
	font-size: 12pt;
	font-weight: bold;
}

/*****************
 *   Container   *
 *****************/
#container {
	position: absolute;

	top: 8em;
	width: 100%;

	padding: 1em;

	beackground-color: #0E0E0E;
	background-color: rgba(14, 14, 14, .6);
	/*box-shadow: 1em 0px #0F0F0F;*/
	box-shadow: 0px 0px 4em rgba(14, 14, 14, .9);

	color: #FFFFFF;
	text-shadow: 2px 1px 1px #0E0E0E;
}

#container li {
	padding-bottom: 0.5em;
}

#main {
	font-size: 13pt;
	padding-bottom: 3em;
}

#main H1, H2, H3, H4 {
	font-weight: normal;
	margin-bottom: 0.5em;
}

#main A {
	color: #04B2FF;
	text-shadow: 2px 2px 2px #000000
	font-weight: bold;
}

#main code {
	background: #DDE1E4;
	padding: 0.125em 0.25em;
}

#main img {
	max-width: 100%;
}

#main img.emoticon {
	height: 0.9em;
}

#main img.inline {
	float: left;
	display: inline-block;
	padding: 0 0.5em 0.5em 0;
}
#main img.inline, .quarter {
	width: 25%;
}
#main img.inline, .third {
	width: 33%;
}

/*****************
 *     Footer    *
 *****************/
#footer {
	position: fixed;
	width: 100%;
	height: 3em;
	bottom: 0px;

	z-index: 3;

	text-align: right;
	padding: 0.75em 1em 1em 1em;

	background: #0E0E0E;
	color: #F1F1F1;

	border-width: 0.15em 0em 0em 0em;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;

}

#footer a {
	text-decoration: none;
}

#footer .right {
	right: 0px;
	font-size: 12pt;
}

#footer .left {
	position: absolute;
	text-align: left;

}

#footer .left img {
	height: 1.5em;
	padding-right: 0.25em;

}


/*****************
 * Size Specific *
 *****************/

/* Phone screens (< 550px wide) */
@media only screen and (max-width: 549px) {
	#header .logo {
		display: block;
		position: absolute;
		z-index: 50;
	}
	#header img {
		height: auto;
		/*width: 20em;
		max-width: 70%;*/
		width: 70%;
		padding-top: 2.75em;
		padding-left: 1em;
	}

	#mobilenavbtn {
		width: 100%;
		position: absolute;
		z-index: 400;

		top: 2em;
		right: 1em;

		width: 4em;
		height: 4em;

		background: #0A0A0A;

		border-color: #929292;
		border-style: solid;
		border-width: 2px;
		border-radius: 0.5em;
	}

	#mobilenavbtn a {
		position: absolute;
		text-decoration: none;
		display: block;

		z-index: 4;

		width: 100%;
		height: auto;
		min-height: 100%;
	}

	#mobilenavbtn .navicon {
		margin: 1.1em auto;
	}

	#mobilenavbtn .naviconline {
		width: 2em;
		height: 0.25em;
		background-color: #C5C5C0;
		margin: 0.35em auto;
	}

	#nav {
		position: absolute;
		opacity: 0;
		top: 0;

		width: 100%;
		height: 100%;

		padding-top: 8em;
		background: rgba(10, 10, 10, .9);
	}

	#nav a {
		display: block;
		background: #0A0A0A;
		border-color: #845A15;
		border-color: #929292;
		border-style: solid;
		border-width: 0px 0px 2px 0px;
	}

	#nav .dropbtn {
		margin-left: 0.25em;
		padding: 0.5em 0;
	}

	#nav .droplink-content {
		margin-left: 1em;
		background-color: #C7B292;
		margin-bottom: 1em;
	}

	#nav a:hover { 
		background-color: #845A15;
		background-color: #929292;
		color: #101010;
	}

	#main img.inline {
		float: none;
		display: block;
		width: 100%;
	}
}

/* Desktop screens (>= 550px wide) */
@media only screen and (min-width: 550px) {
	#header {
		height: 11em; /* if changing this update JS script */
	}

	#header .mobilenavbtn a { display: none; }

	#header .logo {
		position: absolute;
		display: block;

		left: 50%;
		transform: translate(-50%, 0);
	}

	#nav {
		display: block;
		position: absolute;

		min-width: 15em;
		padding: 1em 3em;
		padding:0px;

		text-align: center;
		top: 7em;

		left: 50%;
		transform: translate(-50%, 0);
	}


	#nav A {
		padding: 0em 1em;
		margin: -0.25em;
		font-size: 1.35em;

		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #FFFFFF;
	}

	#nav A:hover {
		color: #C0C0FF;
		color: #A0A0FF;
		border-color: #C0C0FF;
	}

	#nav .separator {
		font-size: 1.35em;
		padding: 0em;
	}

	/********************
	* Droplink Styling  *
	*********************/

	#nav .droplink {
		position: relative;
		display: inline-block;
	}

	#nav .dropbtn img {
		height: 0.5em;
		margin-bottom: 0.125em;
	}

	#nav .droplink-content {
		display: none;
		position: absolute;
		z-index: 420;

		min-width: 10em;
		background: #F2D196;

		border-color: #000000;
		border-style: solid;
		border-width: 0.15em;

		text-align: left;
	}

	#nav .droplink-content a {
		display: block;
		border-color: #808080;
		border-style: solid;
		border-width: 0 0 1px 0;
	}

	
	#nav .droplink:hover .droplink-content { display:block; }
	#nav .droplink:hover .dropbtn { color: #0020F0; }
	#nav .droplink-content a:hover { background-color: #E6C187; }

	#container {
		top: 10.5em;
	}
}

/* Wide Desktop screens (>= 800px wide) */
@media only screen and (min-width: 750px) {
	#container {
		width: 60%;
		min-width: 24em;
		max-width: 60em;
	}
}

/* Horizontally center an object */
.center {
	margin: 0;
	position: absolute;
	left: 50%;
	-mstransform: translate(-50%,  0%);
	transform: translate(-50%, 0%);	
}

/* Vertical and horizontal for object */
.true-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-mstransform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Standardize box sizing */
* { box-sizing: border-box; }


/* All CSS above made by Graham Downey (C) 2021-2025 */