/*CSS*/
@font-face{
	font-family: century_gothic;
	src: url('custom_fonts/GOTHIC.TTF'),url('custom_fonts/GOTHICB.TTF'),url('custom_fonts/GOTHICBI.TTF'),url('custom_fonts/GOTHICI.TTF');
}
@font-face{
	font-family: dstuff;
	src: url('custom_fonts/DYLOVASTUFF.ttf');
}

body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: century_gothic, arial;
}
h2{
	font-family: arial;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

#container{
	margin: 0px;
	padding: 0px;
}

#header{
	padding: 0px;
	z-index: 9999;
	position: relative;
}
#header table{
	padding: 0px;
	color: #fff; 
	width: 100%; 
	/*background: #000;*/
	overflow: hidden;
}

#nav{	
	font-size: 18px;
	text-align: left;
}

#nav img{
	height: 18px;
}

#nav ul, #mobileNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}

#nav li{
	display: inline-block;
}

#nav ul li{
	padding-top: 10px;
}

#nav li a{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: impact;
	padding: 14px 10px 6px 10px;
	letter-spacing: 1px;
	border: 2px solid #0e0e0e;
	border-radius: 42px;
}

#nav ul li a:hover {
	background: #0e0e0e;
    color: #fff;
}

#nav-menu a{
	text-decoration: none;
	color: #0e0e0e;
	font-size: 10px;
	letter-spacing: 2px;
	border: 2px solid #0e0e0e;
	padding: 10px 4px;
	line-height: 12px;
}
#nav-menu a:hover{
	background: #0e0e0e;
	color: #fff;
}

#albumevent{
	position:absolute; 
	right:150px;
}

/* ===== MOBILE NAV =========== */
#mobileNav{
	display: none;
	width: 100%;
	z-index:99999999;
	text-align: center;
}

#mobileNav ul li a{
	color:#0e0e0e; 
	font-size:62px;
	text-decoration: none;
}

/*#mobileNav ul li:hover ul{
	display: block;
}*/

#mobileNav ul ul{
	background: #000 !important;
	box-shadow: 5px 7px 12px #333333;
	display: none;
	position:absolute; 
	z-index:99999999;
	text-align: center;
}

#mobileNav li li a{
	color:#fff; 
	font-size:12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
#mobileNav li li a:hover{
	color:#0e0e0e;
	background: #fff;
}

#mobileNav li li{
	border-bottom: 1px solid #dddddd;
	padding: 7px;
}
/* ======== END MOBILE ==========*/
 
#bodycontent{
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding: 48px;
	color: #fff !important;
	text-align: center;
	background: #000;
	opacity: .9;
	display: none;
	/*height: 70vh;  VIEW HEIGHT */
}
#bodycontent span{
	position: relative;
	font-size: 36px; 
	font-family: century_gothic;
}
#bodycontent div p{
	position: relative; 
	font-size: 24px; 
	font-family: century_gothic;
	text-align: center;
}
#bodycontent table{
	width: 100%;
	text-align: left;
}

#bodycontent input[type=text]{
	height: 42px;
	width: 400px;
	border-radius: 4px;
	border: none;
	padding: 0px 7px;
	font-size: 16px;
}
#bodycontent textarea{
	height: 92px;
	width: 400px;
	border-radius: 4px;
	border: none;
	padding: 7px;
	font-size: 16px;
}

#bodycontent{
	color: #000;
}

/*======= MOBLIE CONVERSION ========*/
@media only screen and (max-width: 850px){

	#bodycontent{
		padding:4px;
	}
	
	#bodycontent span{
		font-size: 24px;
	}
	
	#bodycontent table{
		text-align: center;
	}
	#bodycontent td{
		display: block;
		width: 92%;
	}
	#bodycontent textarea{
		height: 62px;
	}
	
	#nav{
		display: none;
	}
	#mobileNav{
		display: block;
	}
	#header{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#header table{
		padding: 4px;
		overflow: visible;
	}
	
	#albumevent{
		position: absolute;
		width: 100%;
		text-align: center;
		right: 0px;
		left: 0px;
	}
	#albumevent table{height:70vh !important; width:100%; padding-top:124px;}
	#albumevent td{display: block !important; width:100%; vertical-align:bottom !important;}
	#albumevent img{height:120px !important; border: #fff 6px solid !important;}
	#albumevent div{color:#fff !important; text-shadow:2px 2px 8px #000 !important;}
}