body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: -10;
}

/* WELCOME SCREEN */

#bg {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EEE;
    z-index: 0;
}

body.hasHover .trigger:hover ~ #bg {
	background: url(assets/welcome_hover.gif);
	background-size: 100% 50%; 
	padding: 10%;
}

#welcome_tv {
	max-width: 70%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	pointer-events: none;
}

.slideshow-block {
	position: absolute;
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 460px;
	height: 345px;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides {
	position: absolute;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	width: auto;
	height: 100%;
	overflow: hidden;
    z-index: 2;
    visibility: hidden;
}

.slide-image {
	width: 100%;
	height: 100%;
}

.slides img {
	bottom: 100px;
	width: 100%;
	height: auto;
}

.slides.active {
    visibility: visible;
}

@media only screen and (max-width: 850px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 370px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 785px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 350px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 720px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 320px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 680px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 275px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 600px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 250px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 550px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 220px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 500px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 200px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}


@media only screen and (max-width: 460px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 185px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

@media only screen and (max-width: 400px) {

.slideshow-block{
	border-style: solid;
    border-width: 10px;
	border-color: black;
	max-width: 527px;
	height: 165px;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	overflow: hidden;
    background: url('assets/static_2.gif') center no-repeat;
    background-size: contain;
    z-index: 1;
}

.slides img {
	width: 100%;
}

}

/* HOME */
#top_container {
	max-width: 1000px;
	background-color: #000;
	padding: 1% 0 1% 0;
	margin: auto;
}

#bottom_container {
	max-width: 1000px;
	background-color: #e6c927;
	padding: 1% 0 1% 0;
	margin: auto;
}

.header_img {
	display: inline-block;
	height: 100%;
	width: 48.5%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: .6%;
	border-width: 1px;
	border-style: solid;
  	border-color: purple;
}

#header {
	position: relative;
	max-width: 1000px;
	top: 0;
  	margin: auto;
}

#header_image {
	position: relative;
	width: 100%;
	margin-bottom: -3px;
}

#main_container {
	min-height: 100%;
	position:relative;
	background-color: #121323;
	background: url(assets/stars_bg.gif);
	z-index: 2;
}

ul.nav {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background-color: #171941;
    text-align: center;
    font-family: sans-serif; 
    border-bottom: 3px solid #e6c927;
}

.nav li { 
    display: inline-block;
    width: 24%;
    margin: 0;
    padding: 0;
}

.nav a {
    text-align: center;
    padding: 13px 0 15px 0;
    margin: 0;
    display: block;
    text-decoration: none;
    color: white;
}

.nav a:hover { 
    background: #d84f9d;
    border: none;
}

ul.nav li:first-child a{
    border: none;
}

ul.nav li:last-child a {
    border: none;
}

#home_body {
	min-height: 100vh;
 	overflow: hidden;
	display: block;
	position: relative;
	padding: 0;
	max-width: 1000px;
	margin: auto;
	background-color: #000;
}

#panel_1 {
	padding: 50px 0 50px 0;
	width: 100%;
	max-height: 700px;
	background: url(assets/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

#panel_2 {
	padding: 50px 0 50px 0;
	width: 100%;
	height: 200px;
	background-color: #e6c927;
	text-align: center;
}

body.hasHover #panel_2:hover {
	background: url(assets/fire.gif);
	background-position: top;
	background-size: cover;
}

#panel_3 {
	padding: 50px 0 50px 0;
	width: 100%;
	max-height: 700px;
	background: url(assets/ocean.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

#panel_4 {
	padding: 50px 0 50px 0;
	width: 100%;
	height: 200px;
	background: url(assets/love.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}

#panel_5 {
	width: 100%;
	height: 600px;
	background: url(assets/archive.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

#panel_6 {
	padding: 50px 0 50px 0;
	width: 100%;
	max-height: 700px;
	background-color: #e6c927;
}

#panel_7 {
	width: 100%;
	height: 600px;
	background: url(assets/colorbars.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

#panel_8 {
	padding: 50px 0 50px 0;
	width: 100%;
	height: 300px;
	background: url(assets/face2.gif);
	background-repeat: repeat;
	background-position: center;
}

#panel_9 {
	padding: 50px 0 50px 0;
	width: 100%;
	max-height: 5000px;
	background: url(assets/leopard.jpg);
	background-repeat: repeat;
	background-position: center;
}

#panel_10 {
	padding: 50px 0 50px 0;
	width: 100%;
	height: 300px;
	background: url(assets/flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

#panel_11 {
	padding: 50px 0 50px 0;
	width: 100%;
	max-height: 700px;
	background: url(assets/wood_panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

#panel_12 {
	padding: 50px 0 50px 0;
	width: 100%;
	height: 300px;
	background: url(assets/robo_head.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

.secret_btn_2 {
	position: absolute;
	z-index: 999;
	left: 0;
	margin-top: 11%;
	margin-left: 32%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
}

#panel_13 {
	text-align: center;
	padding: 50px 0 50px 0;
	width: 100%;
	height: 300px;
	background-color: #e6c927;
}

.center_video {
	display: block;
    margin: auto;
    width: 60%;
    box-shadow: 0 4px 25px 5px rgba(0, 0, 0, .5), 0 6px 25px 0 rgba(0, 0, 0, .5);
    background: url(assets/loader.gif) center no-repeat;
    background-size: 30%;
    background-color: #000;
}

.center_video_archive {
	display: block;
    margin: auto;
    width: 100%;
    background: url(assets/loader.gif) center no-repeat;
    background-size: 30%;
    background-color: #000;
}

.video_responsive {
	overflow:hidden;
    padding-bottom: 80%;
    position:relative;
    height:0;   
}

#youtube_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0px;
}

.youtube_playlist {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.center_image {
	text-align: center;
}

/* MERCH GALLERY */
#merch_gallery {
	width: 90%;
	margin: 0 auto;
}

.row {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column {
	margin: auto;
	flex: 45%;
	max-width: 45%;
	padding: 0 4px;
}

.column img {
	border: 5px solid #d84f9d;
	width: 100%;
	margin-top: 30px;
	vertical-align: middle;
}

.column p {
	font-family: 'Arial', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-align: center;
}

.merch_modal {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.merch_modal_content {
	width: 85%;
}

.archive_modal_content {
	max-width: 100%;
}

.merch_img {
	position: relative;
	width: 50%;
	height: auto;
}

.merch_blurb {
	position: absolute;
	display: inline-block;
	margin-left: 30px;
	width: 30%;
	height: 100%;
	max-height: 385px;
	padding: 5% 0 7% 0;
}

.merch_blurb h1 {
	word-break: break-all;
	width: 100%;
	font-size: 2.75em;
	padding: 0;
	margin: 0 10px 0 0;
}

.merch_description {
	font-size: 1.5em;
	padding: 0;
	margin-top: 10px;
}

.merch_status {
	font-family: 'Arial', sans-serif;
	color: white;
	font-weight: bold;
	background-color: red;
	width: 105px;
	margin-top: 50px;
	padding: 10px;
}
/* END MERCH GALLERY */

.about_me_btn {
	margin: 0;
	width: 50%;
}

.archives_btn {
	margin: 0;
	width: 50%;
}

.speaker-btn1{
	position: fixed;
    bottom: 30px;
    right: 30px; 
	z-index: 99999; 
	width: 99px; 
	height: 36px; 
	background: url(assets/speaker_off.jpg); 
}

.speaker-btn2{
	position: fixed;
    bottom: 85px;
    right: 30px; 
	z-index: 99998; 
	width: 99px; 
	height: 36px; 
	background: url(assets/speaker_off.jpg); 
}

.speaker:hover, .speaker.on { 
	background: url(assets/speaker_on.gif);
	cursor: pointer;
}

.mick_bg {
	width: 60%;
	height: 330px;
	margin: auto;
}

.mick_click {
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	background: url(assets/davidmick.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
}

.mick_click.on {
	background: url(assets/davidmick_click.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
}

.face_bg { 
	max-width: 60%;
	height: 600px;
	margin: auto;
}

.face { 
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(assets/face.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
}

.face:hover { 
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(assets/face.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
}

.textbox {
	text-align: center;
	color: white;
	padding: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 70%;
	height: 30%;
	background: rgba(0, 0, 0, 0.8);
}

.text_panel {
	text-align: center;
	font-size: 4em;
}

.panel_bg_pink {
	width: 100%;
	height: 100%;
	background-color: #d84f9d;
}

.panel_bg_blue {
	width: 100%;
	height: 100%;
	background-color: #e6c927;
}

.panel_bg_yellow {
	width: 100%;
	height: 100%;
	background-color: #e6c927;
}

.img_panel {
	position: relative;
	top: 50%;
 	transform: translateY(-54%)
}

.main_panel_img {
	width: 60%;
	height: auto;
}

.side_panel_img {
	width: 15%;
	height: auto;
}

.cursor_switch:hover {
	cursor: pointer;
}

h1 {
	font-family: sans-serif;
	padding: 0;
	margin: 0;
}

.img_responsive {
	width: 100%;
	height: auto;
}

/* FOOTER */
#footer {
	text-align: center;
	position: relative;
	height: 150px;
	max-width: 1000px;
	bottom: 0;
	background-color: #e6c927;
	margin: auto;
	vertical-align: middle;
	line-height: 150px;
}

.footer_img {
  	max-width: 110%;
  	position: absolute;
  	bottom: 0;
  	left: -4%;
  	margin: auto;
  	z-index: 10;
}

.footer_icon {
	width: 30%;
	height: 80%;
	background: url(assets/earth.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
  	margin: auto;
}

.footer_icon.on {
	background: url(assets/explosion.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
  	cursor: default;
  	pointer-events: none;

}

.footer_bg {
  	width: 100%;
  	height: auto;
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	margin-left:-50%;
  	z-index: -1;
}

.secret_btn_1 {
	position: absolute;
	z-index: 999;
	left: 170px;
	bottom: 65px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.secret_statue {
	display: none;
	position: relative;
	top: 50%;
 	transform: translateY(-54%);
}

.secret_statue.on {
	display: inline;
}

#gi_joe.on {
	display: none;
}

/* BACKGROUND IMAGES */
#bg_img1 {
	position: absolute;
	z-index: -2;
	right: 2%;
	top: 500px;
}

#bg_img2 {
	position: absolute;
	z-index: -2;
	left: 3.5%;
	top: 2500px;
}

#bg_img3 {
	position: absolute;
	z-index: -2;
	right: 3.5%;
	top: 4500px;
}

#bg_img4 {
	position: absolute;
	width: 100%;
	z-index: -2;
	bottom: 1880px;
}

#bg_img5{
	position: absolute;
	z-index: -2;
	right: 3.5%;
	bottom: 500px;
}

#bg_img9 {
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 22%;
	margin-bottom: 45px;
}

/* HELL */
html {
	height: 100%;
	width: 100%;
}

#hell {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1500px;
}

#hell_panel_1 {
	width: 100%;
	height: 1000px;
	background: url(assets/static_2.gif);
	background-repeat: repeat;
	background-position: top;
}

#hell_panel_1.on {
	width: 100%;
	height: 1000px;
	background: url(assets/hell_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
  	background-size: cover;
}

#hell_img {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(assets/tape.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
  	-webkit-animation: rotation 6s infinite linear;
		}

	@-webkit-keyframes rotation {
		from {
		-webkit-transform: rotate(0deg);
	}
		to {
		-webkit-transform: rotate(359deg);
	}
}

#hell_img.on {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: default;
  	pointer-events: none;
	background: url(assets/devil.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
  	-webkit-animation: rotation 0s infinite linear;
		}

	@-webkit-keyframes rotation {
		from {
		-webkit-transform: rotate(0deg);
	}
		to {
		-webkit-transform: rotate(0deg);
	}
}

#hell_footer {
	display: none;
}

#hell_footer.on {
	display: block;
	text-align: center;
	position: relative;
	height: 10%;
	width: 100%;
	bottom: 0;
	background-color: black;
	margin: auto;
}

.hell_footer_img {
  	width: 100%;
  	height: 400%;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	z-index: 90;
}

#footer_skelly_1 {
	position: absolute;
	left: 5%;
	z-index: 100;
	bottom: 10%;
	height: 300%;
}

#footer_skelly_2 {
	position: absolute;
	right: 5%;
	z-index: 100;
	bottom: 10%;
	height: 300%;
}

/* THE HOLE */
html {
	height: 100%;
	width: 100%;
}

#the_hole {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(assets/stars_bg.gif);
}

.hole_img {
	height: 50%;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(assets/wormhole.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
}

#the_hole.on {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(assets/wormhole_bg.gif);
}

.hole_img.on { 
	height: 80%;
	width: 80%;
	background: url(assets/hole_lady.png);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
  	cursor: default;
  	pointer-events: none;
 	-webkit-animation: rotation 2s infinite linear;
		}

	@-webkit-keyframes rotation {
		from {
		-webkit-transform: rotate(0deg);
	}
		to {
		-webkit-transform: rotate(359deg);
	}
}

/* SECRET STATUE */
html {
	height: 100%;
	width: 100%;
}

#statue_bg {
	text-align: center;
	height: 100%;
	width: 100%;
	background: url(assets/newyork.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
}

.statue_img {
	bottom: 0;
	height: 100%;
	width: auto;
}
	

@media only screen and (max-width: 1070px) {

.footer_img {
  	max-width: 100%;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	z-index: 10;
}

.merch_modal {
	text-align: center;
	display: block;
	height: 100%;
}

.merch_modal_content {
	text-align: center;
	width: 90%;
	margin: auto;
}

.merch_img {
	margin-top: 10%;
	margin-bottom: 30px;
	position: relative;
	width: 45%;
	height: auto;
}

.merch_blurb {
	text-align: center;
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.merch_blurb h1 {
	word-break: break-all;
	width: 100%;
	font-size: 2.75em;
	padding: 0;
}

.merch_description {
	font-size: 1.5em;
	padding: 0;
	margin-top: 10px;
}

.merch_status {
	text-align: center;
	font-family: 'Arial', sans-serif;
	color: white;
	font-weight: bold;
	background-color: red;
	width: 105px;
	margin: auto;
	padding: 10px;
}

#hell_panel_1 {
	width: 100%;
	height: 100%;
}

#hell_panel_1.on {
	width: 100%;
	height: 100%;
}

#hell_img {
	width: 50%;
}

#hell_img.on {
	width: 50%;
}

}

@media only screen and (max-width: 930px) {

.merch_modal {
	text-align: center;
	display: block;
	height: 100%;
}

.merch_modal_content {
	text-align: center;
	width: 90%;
	margin: auto;
}

.merch_img {
	margin-top: 10%;
	margin-bottom: 30px;
	position: relative;
	width: 56%;
	height: auto;
}

#bg_img1 {
	display: none;
}

#bg_img2 {
	display: none;
}

#bg_img3 {
	display: none;
}

#bg_img4 {
	display: none;
}

.secret_btn_1 {
	position: absolute;
	z-index: 999;
	left: 150px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.secret_btn_2 {
	position: absolute;
	z-index: 999;
	left: 0;
	margin-top: 13%;
	margin-left: 32%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
}

#hell {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1500px;
}

#hell_panel_1 {
	width: 100%;
	height: 100%;
}

#hell_panel_1.on {
	width: 100%;
	height: 100%;
}

#hell_img {
	width: 50%;
}

#hell_img.on {
	width: 50%;
}

}

/* ----------- iPhone X ----------- */
@media only screen and (min-width: 375px) and (max-width: 812px) {

.column {
    flex: 70%;
    max-width: 70%;
  }

.face_bg { 
	max-width: 50%;
	height: 425px;
	margin: auto;
}

.secret_btn_1 {
	position: absolute;
	z-index: 999;
	left: 130px;
	bottom: 40px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.secret_btn_2 {
	position: absolute;
	z-index: 999;
	left: 0;
	margin-top: 15%;
	margin-left: 32%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
}

.footer_icon {
	width: 50%;
	height: 90%;
	background: url(assets/earth.gif);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
  	margin: auto;
}

#hell {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1000px;
}

#hell_panel_1 {
	width: 100%;
	height: 100%;
}

#hell_panel_1.on {
	width: 100%;
	height: 100%;
}

#hell_img {
	width: 60%;
}

#hell_img.on {
	width: 60%;
}

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-width: 414px) and (max-width: 768px) {

.merch_modal {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.merch_modal_content {
	text-align: left;
	width: 85%;
}

.merch_img {
	position: relative;
	width: 50%;
	height: auto;
}

.merch_blurb {
	text-align: left;
	position: absolute;
	display: inline-block;
	margin-left: 30px;
	width: 30%;
	height: 100%;
	max-height: 300px;
	padding: 10% 0 7% 0;
}

.merch_blurb h1 {
	word-break: normal;
	width: 100%;
	font-size: 1.75em;
	padding: 0;
}

.merch_description {
	font-size: 1.25em;
	padding: 0;
	margin-top: 10px;
}

.merch_status {
	font-family: 'Arial', sans-serif;
	color: white;
	font-weight: bold;
	background-color: red;
	width: 105px;
	margin: 50px 0 0 0;
	padding: 10px;
}

.speaker-btn1{
	position: fixed;
    bottom: 100px;
    right: 0px; 
	z-index: 99999; 
	width: 130px; 
	height: 60px; 
	background: url(assets/speaker_off.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
}

.speaker-btn2{
	position: fixed;
    bottom: 160px;
    right: 0px; 
	z-index: 99998; 
	width: 130px; 
	height: 60px; 
	background: url(assets/speaker_off.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
}

.speaker:hover, .speaker.on { 
	background: url(assets/speaker_on.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
}

.secret_btn_1 {
	position: absolute;
	z-index: 999;
	left: 120px;
	bottom: 30px;
	width: 70px;
	height: 50px;
	cursor: pointer;
}

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen and (min-width: 375px) and (max-width: 667px) {

.column {
    flex: 100%;
    max-width: 100%;
  }

.mick_bg {
	width: 80%;
	height: 300px;
	margin: auto;
}

.face_bg { 
	max-width: 70%;
	height: 300px;
	margin: 0 auto 0 auto;
}

.face { 
	width: 100%;
	height: 100%;
	background: url(assets/face.jpg);
	background-repeat: no-repeat;
	background-position: center;
  	background-size: contain;
}

.textbox {
	text-align: center;
	color: white;
	padding: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 70%;
	height: 30%;
	background: rgba(0, 0, 0, 0.8);
}

.text_panel {
	text-align: center;
	font-size: 4em;
}

#home_body {
	min-height: 100vh;
 	overflow: hidden;
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	margin: auto;
	background-color: #000;
}

.center_video {
	display: block;
    margin: auto;
    width: 80%;
    box-shadow: 0 4px 25px 5px rgba(0, 0, 0, .5), 0 6px 25px 0 rgba(0, 0, 0, .5);
    background: url(assets/loader.gif) center no-repeat;
    background-size: 30%;
    background-color: #000;
}

#top_container {
	text-align: center;
	max-width: 1000px;
	background-color: #000;
	padding: 0;
	margin: 10px auto 10px auto;
}

#bottom_container {
	text-align: center;
	max-width: 1000px;
	background-color: #e6c927;
	padding: 5px;
	margin: 0 auto 0 auto;
}

.header_img {
	display: inline-block;
	height: 100%;
	width: 90%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
  	border-color: purple;
}

.main_panel_img {
	width: 80%;
	height: auto;
}

.side_panel_img {
	width: 0;
}

.secret_btn_1 {
	position: absolute;
	z-index: 999;
	left: 15%;
	bottom: 10%;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.secret_btn_2 {
	position: absolute;
	z-index: 999;
	left: 0;
	margin-top: 17%;
	margin-left: 30%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
}

#bg_img4 {
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 18%;
	margin-bottom: 20px;
}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-width: 320px) and (max-width: 568px) {
.merch_modal {
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
}

.merch_modal_content {
	text-align: center;
	width: 90%;
	margin: 0 auto 0 auto;
}

.merch_img {
	margin-top: 8%;
	margin-bottom: 10px;
	position: relative;
	width: 50%;
	height: auto;
}

.merch_blurb {
	text-align: center;
	position: absolute;
	display: block;
	margin: 0 0 0 -2%;
	width: 90%;
	height: 100%;
	max-height: 300px;
	padding: 0;
}

.merch_blurb h1 {
	word-break: normal;
	font-size: 1.75em;
	padding: 0;
	margin: 0;
}

.merch_description {
	font-size: 1.25em;
	padding: 0;
	margin: 5px 0 0 0;
}

.merch_status {
	font-family: 'Arial', sans-serif;
	color: white;
	font-weight: bold;
	background-color: red;
	width: 105px;
	margin: 25px auto 0 auto;
	padding: 10px;
}

.speaker-btn1{
	position: fixed;
    bottom: 100px;
    right: 0px; 
	z-index: 99999; 
	width: 130px; 
	height: 60px; 
	background: url(assets/speaker_off.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
}

.speaker-btn2{
	position: fixed;
    bottom: 160px;
    right: 0px; 
	z-index: 99998; 
	width: 130px; 
	height: 60px; 
	background: url(assets/speaker_off.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
}

.speaker:hover, .speaker.on { 
	background: url(assets/speaker_on.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
}

#bg_img9 {
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 15%;
	margin-bottom: 25px;
}

.secret_btn_2 {
	position: absolute;
	z-index: 999;
	left: 0;
	margin-top: 19%;
	margin-left: 28%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-width: 320px) and (max-width: 500px) {
#panel_8 {
	padding: 50px 0 50px 0;
	width: 100%;
	height: 300px;
	background: url(assets/face2.gif);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

.footer_icon {
	width: 60%;
	margin-top: 50px;
}

.merch_img {
	margin-top: 8%;
	margin-bottom: 10px;
	position: relative;
	width: 60%;
	height: auto;
}

.secret_btn_2 {
	position: absolute;
	z-index: 999;
	left: 0;
	margin-top: 27%;
	margin-left: 22%;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background-color: transparent;
}

}
