@charset "utf-8";
@font-face {
	src: url("../Arizonia-Regular.ttf");
	font-family: arizonia;	
}
* {
  box-sizing: border-box; 
}
html, body {
	padding: 0;
	margin: 0;
	height: 100vh;
	font-size: 62.5%;
}
body {
	background-color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 25.6px;
	font-size: 1.6rem;
}
#container {
	margin: 0 auto;
}
#header {
	margin: 7px auto 0 auto;
  margin: 0.5rem auto 0 auto;
	background-color: #FFF;
  background-image: url("../images/bg_banner.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#footer {
	margin: 0 auto;
	color:#C0C0C0;	
	background-color: #FFF;
	background-image: url("../images/bg_footer.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mid-sectioncontainer {
	background-color: #FFF;
	margin: 0px auto 0 auto;
	line-height: 1.65;
	padding: 0px;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.leftside {
	background-image: url("../images/bg_left.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rightside {
	background-image: url("../images/bg_right.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.middle {
	background-color: #976125;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}
.pTitle {
	font-size: 32px;
	font-size: 2rem;
	text-shadow: 2px 1px;
}
.maincontent {
	background-color: #FFF;
	color: #6E6D72;
	border-top: #807173 solid 10px;
	border-bottom: #807173 solid 10px;
	border-left: #A09D93 solid 10px;
	border-right: #A09D93 solid 10px;
	padding: 16px;
	padding: 1rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
}
.pageheaderbox {
	background-image: url("../images/bg-metal.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-top: #A09D93 outset 4px;
	border-bottom: #A09D93 inset 4px;
	border-left: #807173 inset 5px;
	border-right: #807173 outset 5px;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	    flex-flow: column wrap;
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
}
#nowplaying {
	text-align: center;
	font-family: arizonia;
	font-size: 5rem;
	color: white;
	-webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
 	animation: mymove 5s infinite;
}
	/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
	50% {color: midnightblue;}
}
@keyframes mymove {
	50% {color: midnightblue;}
}
.pagetitle {
	text-align: center;
	color: gold;
	font-variant-caps: small-caps;
	font-size: 56px;
	font-size: 3.5rem;
	font-weight: bold;
	text-shadow: 3px 2px white; 
}
::-moz-selection {
	color: white;
  	background: #B17634;
}
::selection {
	color: white;
  	background: #B17634;
}
a.footer {
	text-decoration: none;
}
a.footer:link,
a.footer:visited,
a.footer:hover,
a.footer:active {
    color:#C0C0C0;
}
/* Start of page loader settings */
.no-js #loader { display: none; }
.js #loader { display: block; }
.loading {
	background-color: white;
	background-image: url("../images/LVJBLogo.gif");
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
/* End of page loader settings */
#HomeButton {
	background: url(../images/HomeButtons.png);
	border: none;
	bottom: 20px;
	display: block;
	height: 50px;
	left: 20px;
	position: fixed;
	width: 50px;
	z-index: 99;
}
#TopButton {
	background: url(../images/UpButtons.png);
	border: none;
	bottom: 20px;
	display: none;
	height: 50px;
	position: fixed;
	right: 20px;
	width: 50px;
	z-index: 99;
}
#HomeButton:hover, #TopButton:hover {
	background-position: 50px 0px;
}
@media only screen and (max-width : 555px) {
	#header {
		width: 100%;
		height: 150px;
	}
	#footer {
		padding-top: 18px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 25px;
		width: 100%;
		height: 20rem;
	}
	.mid-sectioncontainer {
		width: 100%;
	}
	.leftside {
		width: 3rem;
	}
	.rightside {
		width: 3rem;
	}
	#nowplaying {
		font-size: 3rem;
	}
	#HomeButton {
		visibility: hidden;
	}
	#TopButton {
		visibility: hidden;
	}
}
@media only screen and (min-width : 555.1px) and (max-width : 1100px) {
	#header {
		width: 100%;
		height: 300px;
	}
	#footer {
		width: 100%;
		height: 320px;
		height: 20rem;
		padding: 48px 80px;
		padding: 3rem 5rem;		
	}
	.mid-sectioncontainer {
		width: 100%;
	}
	.leftside {
		width: 7.7rem;
	}
	.rightside {
		width: 8.3rem;
	}
}
@media only screen and (min-width : 1100.1px) {
	#header {
		width: 1100px;
		height: 350px;
	}
	#footer {
		width: 1100px;
		height: 272px;
		padding: 4rem 7rem;
	}
	.mid-sectioncontainer {
		width: 1100px;
	}
	.leftside {
		width: 9rem;
	}
	.rightside {
		width: 9.5rem;
	}
}