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



/* iPhone 6 & 6 Plus Media Queries */
@media only screen and (max-device-width : 736px) {	

p {
	font-size: 54px;
}
	
	
/* Navigation */
.sidenav {
    padding-top: 25%;
}
.sidenav a {
    padding: 36px 8px 36px 8px;
	font-size: 36px;
}
.sidenav .closeBtn {
    margin-left: 6%;
    top: -5%;
    font-size: 225px;
}
#menu {
	top: 3%;
	left: 2%;
	opacity: 1;
	font-size: 90px;
}
/* Navigation */
	
	
/* Home */
#btnEnter {	
	font-size: 60px;
	top: 70%;
	right: 32%;
	position: absolute;
	width: 360px;
	height: 80px;
	border-radius: 5px;
	-webkit-transition: all .8s;
	text-decoration: none;
	color: #414141;
	opacity: 1;
	background-color: #e8e8e8;
	box-shadow: 0px 0px 5px 5px #e8e8e8;
}
/* Home */	

	
/*  Music */
#albumCover {
	padding-top: 25%;
}
/*  Music */
	

/*  Gallery*/
.imgInfo {
	font-size: 22px;
}
#musicWrapper{
	padding-top: 20%;
}
.span_1_of_4 {width: 32%;}
/*  Gallery*/

	
/* About */
#picBio {
	top: 10%;
	width: 90%;
	left: 0;
	position: absolute;
	-webkit-transition: all .6s;
}
#contentBio {
	top: 40%;
	margin-top: 1%;
	font-size: 30px;
}
/* About */	
	
	
/* Event */
#eventWrapper {
	margin-top: 10%;
}
#tableWrapper {
	left: 4%;
}
th, td {
	font-size: 30px;
}
/* Event */
	

/* Contact */
#ContactTitle {
	padding-top: 28%;
	font-size: 48px;
}
/* Contact */	

	
/* Background Video Loop */
#pageBgImg1, #pageBgImg2 {
    visibility: visible;
    position: fixed;
	z-index: 1;	
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
#pageBgImg1 {
    top: 0;
	right: -5%; 
}	
#pageBgImg2 {
    top: 0;
	right: -20%; 
}
.pageBgVideo {
    visibility: hidden;
}
/* Background Video Loop */
	
}
/* iPhone 6 & 6 Plus Media Queries */




/* iPad & iPad Pro Media Queries */
@media only screen and (max-device-width : 1366px) and (min-device-width : 768px)  {	

/* Navigation */
.sidenav a {
    padding: 8px 8px 8px 24px;
	font-size: 24px;
}
.sidenav .closeBtn {
    top: -.5%;	
    margin-left: 3%;
}
/* Navigation */
	
	
/* Home */
#btnEnter {	
	font-size: 24px;
	top: 70%;
	right: 42%;
	position: absolute;
	width: 160px;
	height: 32px;
	border-radius: 6px;
	-webkit-transition: all .8s;
	text-decoration: none;
	color: #414141;
	opacity: 1;
	background-color: #e8e8e8;
	box-shadow: 0px 0px 3px 3px #e8e8e8;
}
/* Home */	

	
/*  Music */
#albumCover {
	padding-top: 20%;
}
/*  Music */

	
/*  Gallery*/
#musicWrapper{
	padding-top: 20%;
}
.span_1_of_4 {width: 48%;}
/*  Gallery*/

	
/* About */
#picBio {
	top: 10%;
	width: 90%;
	left: 0;
	position: absolute;
	-webkit-transition: all .6s;
}
#contentBio {
	margin-top: 1%;
	font-size: 20px;
}
/* About */	
	
	
/* Event */
#eventWrapper {
	margin-top: 20%;
}
/* Event */
	

/* Contact */
#ContactTitle {
	padding-top: 28%;
}
/* Contact */	
	
}
/* iPad & iPad Pro Media Queries */