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

html {
	background: #fff;
}

body {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	color: #000;
	font-family: Archivo Narrow;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 135.6%; /* 21.696px */
}

div#place-image img, div#place-image p {display:none;}

div#content {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}

a {
	color:#E83A25;
}

h1#title {
	display: none;
	background: url("images/SVG/title.svg") no-repeat;
	text-indent: -100000px;
	padding: 0;
	/*margin:0px 10%;
	height: 117px;
	width: 800px;
	max-width: 800px;*/
}


div#logo img {
	/*position: relative;
	top: -60px;*/
	margin: 40px auto;
	z-index: 300;
	filter: drop-shadow(2px 9px 8px rgb(0,0,0, 0.5));
}


div.bioContainer {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 25px 0 0 0;
	margin: 0;
	height: 406px;
	width: 296px;
	text-align: center;	
}

div.bioContainer p {
	display: block;
	line-height: 135.6%; /* 21.696px */
	padding: 0 0 8px 0;
	margin: 0 auto;
	width: 90%;
	text-align: left;
}

div.bandPhoto {
	display: inline-block;
	padding: 0;
	margin: 0;
	z-index: 100;
}


div#joe {
	display: inline-block;
	padding: 0;
	background: url("images/joe.png") no-repeat;
	border: 1px solid #000;
	box-shadow: 5px 9px 8px 0px rgba(0, 0, 0, 0.50);
	position: relative;
	top: 60px;
	width: 178px;
	height: 355px;
	margin: 0 47px 0 0;
	z-index: 100;
}

div#joeBio {
	display: none;
	margin-left: 75px;
	position:absolute;
	top: 715px;
	z-index: 500;
}

div#rob {
	display: inline-block;
	padding: 0;
	background: url("images/rob.png") no-repeat;
	border: 1px solid #000;
	box-shadow: 5px 9px 8px 0px rgba(0, 0, 0, 0.50);
	position: relative;
	top: 0px;
	width: 178px;
	height: 355px;
	margin: 0 46px 0 0;
	z-index: 100;
}

div#robBio {
	display: none;
	margin-left: 293px;
	position:absolute;
	top: 545px;
	z-index: 500;
}


div#terry {
	display: inline-block;
	padding: 0;
	background: url("images/terry.png") no-repeat;
	border: 1px solid #000;
	box-shadow: 5px 9px 8px 0px rgba(0, 0, 0, 0.50);
	position: relative;
	top: 34px;
	width: 178px;
	height: 355px;
	margin: 0 54px 0 0;
	z-index: 100;
}

div#terryBio {
	display: none;
	margin-left: 530px;
	position: absolute;
	top: 629px;
	z-index: 500;
	font-size: 13px;
}

div#todd {
	display: inline-block;
	padding: 0;
	background: url("images/todd.png") no-repeat;
	border: 1px solid #000;
	box-shadow: 5px 9px 8px 0px rgba(0, 0, 0, 0.50);
	position: relative;
	top: 60px;
	width: 178px;
	height: 355px;
	margin: 0;
	z-index: 100;
}

div#toddBio {
	display: none;
	margin-left: 655px;
	position: absolute;
	top: 720px;
	z-index: 500;
	font-size: 14px;
}

div#photos div img {
	display: inline-block;
	position: relative;
	z-index: 200;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

div#photos div#joe img {
	width: 106px;
	height: 60px;
	top: 240px;
	left: 73px;
}

div#photos div#rob img {
	width: 106px;
	height: 60px;
	top: 130px;
	left: 61px;
}

div#photos div#terry img {
	width: 140px;
	height: 60px;
	top: 180px;
	left: 68px;
}

div#photos div#todd img {
	width: 140px;
	height: 60px;
	position: relative;
	top: 245px;
	left: -44px;
}

div#logo-thanks img {
	position: relative;
	top: 0px;
	z-index: 300;
	filter: drop-shadow(2px 9px 8px rgb(0,0,0, 0.5));
}

div#bio {
	margin: 20px auto 0;
	text-align: center;
}

div#bio p {
	color: #124169;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 135.6%; /* 21.696px */
	padding: 0 0 8px 0;
	margin: 0 auto;
	width: 70%;
	text-align: left;
}

div#comingup {
	display: block;
	margin: 80px auto 40px;
}

div#comingup h2 {
	display: block;
	margin: 30px auto;
	background: url("images/SVG/comingup.svg") no-repeat;
	text-indent: -100000px;
	width: 300px;
	height: 44px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

div#video h2 {
	display: block;
	margin: 30px auto;
	background: url("images/SVG/videos.svg") no-repeat;
	text-indent: -100000px;
	width: 300px;
	height: 66px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}


.videoContainer {
	display: inline-block;
	background: #ccc url("images/retroTV.png") no-repeat;
    background-repeat: no-repeat;
    height: 286px;
    width: 463px;
    padding: 0;
	margin: 0 0px 20px 0px;
    position: relative;
	z-index: 2000;
}

.left {
	margin: 0 20px 30px 20px;
}

iframe {
    height: 189px;
    width: 314px;
    position: absolute;
    top: 50px;
    left: 43px;
	z-index: 1000;
}

#video p, #instagram p {
	display: block;
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 100%;
	height: 44px;
	text-align: center;
}

#video p img, #instagram p img {
	display: inline;
	padding: 0;
	margin-top: 0px;
	position: relative;
	top: 25px;
}

div#instagram {
	display: block;
	margin: 80px 0;
}

div#instagram h2 {
	display: block;
	margin: 30px auto;
	background: url("images/SVG/photos.svg") no-repeat;
	text-indent: -100000px;
	width: 300px;
	height: 66px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

div#instagram .photoContainer {
	display: inline-block;
	padding: 0;
	margin: 20px;
}

div#booking {align-content: center;}

div#booking h2 {
	display: block;
	margin: 30px auto;
	background: url("images/SVG/bookings.svg") no-repeat;
	text-indent: -100000px;
	width: 400px;
	height: 66px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

/*div#booking form {
	margin: 20px auto;
}*/

div#booking form input[type=text] {
	display: block;
	border: none;
	width: 500px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 9px;
	background: #FFF;
	box-shadow: 5px 9px 8px 0px rgba(0, 0, 0, 0.50);
	padding: 0 16px;
	margin: 16px auto;
}



div#booking form input[type=textarea] {
	display: block;
	border: none;
	width: 500px;
	height: 160px;
	border-radius: 9px;
	background: #FFF;
	box-shadow: 5px 9px 8px 0px rgba(0, 0, 0, 0.50);
	padding: 0 16px;
	margin: 0px auto;
	vertical-align: text-top;
}

div#booking form input[type=submit] {
	display: block;
	border: none;
	border-radius: 8px;
	background: #E83A25;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 135.6%; /* 32.544px */
	width: 189px;
	height: 46px;
	margin: 16px auto;
}

button {
	border: none;
	border-radius: 8px;
	background: #E83A25;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	/*text-align: center;*/
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 135.6%; /* 32.544px */
	padding: 6px 12px;
	margin: 15px auto;
	text-decoration: none;
}

div#poster {
	display: block;
	padding: 0;
	margin: 0;
}

div#poster img {
	border: 2px solid;
	width: 100%;
	padding: 0;
	margin: 0;
}

div#skyline {
	margin: 60px 0 0;
	padding: 0;
	height: 120px;
}

div#skyline img {
	margin: 0 auto;
	padding: 0;
	width: 550px;
	height: 120px;
}

div#footer {
	/*display: block;*/
	font-family: Archivo Narrow;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 20px 0 10px;
}