@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'mystery';
	src: url('fonts/MAGIMT.ttf') format('truetype');
	font-style: normal;
}
body { background: #333; }
.container { height: auto; }
#main {
	background-image: url(/pics/bflag.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 520px;
	overflow: hidden;
}
.navpanel {
	float: left;
	width: 200px;
	margin: 6.8em 0 0 3em;
	font-family: mystery;
	font-size: 19px;
}
.content {
	float: left;
	vertical-align: top;
}
.content img { margin: -5em 0 0 2em; }
/*.content iframe { margin: 5.5em 0 0 2em; } */
.content iframe {margin:5.5em 0 0 0; }
.paperwork {
	width: 440px;
	margin: 14em 0 0 2em;
}
.paperwork div {
	float: left;
	text-align: center;
	margin: auto 1em;
}
.paperwork a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.paperwork img {
	height: 70px;
	margin: 0 auto;
}
.btns {
	display: block;
	width: 150px;
	height: 38px;
	margin: 25px;
	line-height: 33px;
	color: #fff;
	cursor: pointer;
}
#vidbtn {
	background-image: url(/pics/red%20btn.png);
	background-size: cover;
}
#meetbtn {
	background-image: url(/pics/white%20btn.png);
	background-size: cover;
}
#picsbtn {
	background-image: url(/pics/blue%20btn.png);
	background-size: cover;
}
#paperbtn {
	background-image: url(pics/grey%20btn.png);
	background-size: cover;
}
.cast {
	width: 568px;
	border: none;
	min-height: 400px;
	padding-bottom: 12px;
	text-align: left;
}
.aboutp img {
	width: 300px;
	height: auto;
	margin: auto;
	float: right;
}
#band .aboutp img {
	width: auto;
	margin: auto;
	border-radius: 0;
	width: auto;
	height: 200px;
}
.heads {
	width: 282px;
	text-align: center;
	margin: 4px auto;
}
.heads img {
	width: 140px;
	margin: 0;
	cursor: pointer;
}
.fade {
	display: none;
	width: 480px;
	max-height:395px;
	position:relative;
}
#slides{
	margin: 6em auto 0 2em;
	position:absolute;
}
#slides img {margin:auto;}
