body {
	-webkit-transform: translateZ(0);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	cursor: url("./images/cursor.png"), default;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.clear{clear:both;}
* {margin: 0px;padding: 0px;}

#container {

	
  }

a{color:#80ba04;}
a:hover{color:#b7fb24;}

/********************** header ***************************/
#header {

}
#header ul{
	position:absolute;
	top:367px;
	left:100px;
}
#header li{
	display:block;
	float:left;
	width:97px;
}
#header ul a{
	color:#aefa0d;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: capitalize;
}

/********************** main content **********************/
#main-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
	height: auto;
}
#main-content #handimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 75%;
	height: auto;
	z-index:3;
	
}


/********************** Footer ***************************/
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	text-align:center;
}


 /******** Animated heart bg *********/
svg {
  width: 100vw;
  height: 100vh;
}



/*** event tags ***/
.event-item {
	padding: 5px;
	font-size:1.3em;
}
.event-item date {
	font-size:2em;
}
.time {
	font-size:1.3em;
}
.location {
	font-size: 2em;
}


/* Custom Scroll Bar Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: rgb(121, 39, 100) rgb(224, 147, 45);
  }/* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
	width: 12px;
	border-radius: 20px;
  }*::-webkit-scrollbar-track {
	background: rgb(224, 147, 45)e;
	border-radius: 20px;
  }*::-webkit-scrollbar-thumb {
	background-color: rgb(121, 39, 100);
	border-radius: 20px;
	border: 3px solid rgb(224, 147, 45)e;
	border-radius: 20px;
  }


/*********** SHOW TIMES POPUP **********/

/******** open button *********/
#open-btn{
	display:show;
	z-index: 5;
	position:absolute;
	top: 50%;
	left: 50%;
	right:50%;
	bottom:50%;
	width: 1040px;
	height: 851px;
	background: url("./images/handtheone.png");
	transform: translateX(-50%) translateY(-50%);
	border:none;

}
#open-btn:hover{
	cursor: url("./images/pointer.png"), pointer;
}

  #popup {           
	  z-index:6; 
	position:fixed;
	width: 600px;
	height: 600px;
	top: 50%;
	margin-top: -300px; 
	left: 50%;
	margin-left: -300px;
	padding: 20px;
	display:none;
	overflow:hidden;
  }
  
  #popupContent {
	position: fixed;
	width: 600px; 
	height: 600px;
	top: 50%;
	margin-top: -300px; 
	left: 50%;
	margin-left: -300px;
	background-color: rgb(166, 65, 197);
	animation: bgloop 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	border-radius: 25px;
}

@keyframes bgloop {
from {background-color: rgb(166, 65, 197);}
to {background-color: rgba(255, 127, 53);}
}

/*** close button ***/
#close-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(121, 39, 100);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 25px;
	margin:5px;
	font-weight: 800;
	font-size:2em;
	padding:7px;
	cursor: url("./images/pointer.png"), pointer;
	color: #fff;
	border:none;
  }
#close-btn:hover {
	background: rgb(224, 147, 45);
  }
  



  
  @media (max-width: 800px), (max-height: 600px) {
  

	}  
  
  
  