	.center{
	  margin:auto;
	  margin-top:50px;
	  width: 600px;
	}

	.event{
		border: 1px solid blue; 
		width:95%; 
		border-radius: 25px; 
		background-color: #F0F3BD;
		Color:black;
	}
	
	.eventH{
		border: 1px solid orange; 
		width:95%; 
		border-radius: 25px; 
		background-color: black;
		color:white;
		}
		
	.even{					
		font-size:100%;
		color:#8FF1E6;
	}

	.recnum{					/* Visible to Admin when loged in */
		font-size: 15px;
		color: white;
		background-color: red;
		border: 1px orange solid;
		border-radius:5px;
		display:none;
	}
	.recnum:hover {
		background-color: blue;
	}
	
	.sea {
		color:white;
		background-color:blue;
		display:none;	
	}
	
	.manBut {
		font-size: 15px;
		color: white;
		background-color: red;
		border: 1px orange solid;
		padding: 3px;
		border-radius:5px;
	}
	.manBut:hover {
		background-color: blue;
	}
	
	.manButE {
		font-size: 15px;
		font-weight:bold;
		color: white;
		background-color: green;
		border: 1px orange solid;
		padding: 3px;
		border-radius:5px;
	}
	.manButE:hover {
		background-color: blue;
	}
	
	.modal0{  
		display: none;
		position: fixed;
		z-index: 1;
		top: 100px;
		left:10px;
		width: 172px;
		padding: 10px;
		border: 3px solid black;
		background-color: orange;
	}

	.group-2{
		width:80%;
		float:left;
	}
	
	.label-10{
		margin:10px 0 -10px 0;
		font-weight:bold;
		font-size:110%;
		color:blue;
	}
	.admin-but{
		margin: 5px;  
		font-size: 14px;
		font-weight:bold;
		color: white;
		background-color: black;
		border: 2px orange solid;
		padding: 3px;
		border-radius:5px;
	}
	.admin-but:hover{
		background-color: red;		
	}
	.bt{
	background:green;
	color:white;
	font-weight:bold;
	font-size:15px;
    cursor: pointer;
    border-radius:50%;
	}
	.bt:hover{
		background:red;
	}


/* ===================================*/

		body{
			background-color: #EBF9A8;
			width:100%;
			max-width:1000px;
			margin:0 auto;
			font-size:100%;
		}
		
		#logo{
			width:200px;
		}
		#logo1{
			height:40px; 
			margin:0 0 5px 10px;
		}		

		.menu{
			position: fixed;
			top: 0;	
			font-family:'Dancing Script', cursive; 			
			background-color: rgb(236,209,102); 								
			font-size:25px;
			font-weight:bold;
			margin:0 auto;
			text-decoration: none;
		/*	min-width:320px;         */
			max-width:950px;
			width:80%;
		}
		
		h1{
			margin: 100px auto 10px;
			width:70%;
			text-shadow: 3px 3px 6px black;
			font-size:200%;
			text-align:center; 
			color:#A5072B; 
		}
		.footer{
			clear:both;
			text-align:center;
			color:green;
		}
		#tx{
			margin-top:50px;			
		}
		#jok{
			width:260px;
			float:left;
		/*	margin-auto; */
		}
		 .pict {
			border-radius:30px;
			height:350px;
			box-shadow:-15px 15px 30px black;
			margin-left:10px;
		 }
		 #pict1 {
			float:left;
			margin-right:20px;	
			border-radius:30px;
			width:70%;
			max-width:400px;
			min-width:180px;
		}
		#tx{
			margin: 20px 0 20px 0;
		}	
		p6{
			text-align: center;
			font-weight:bold;
			font-size:80%;
		}
		a{
			margin-left:15px;
		}		
		a:hover{
			background-color:red;
			color:white !important;
		}
		p{
			margin:0 auto;
			margin-left: 0px;
			font-size:20px;	
			max-width:910px;	
		}
		
.vert {
	 position:fixed;
	 top:0;
	 padding-top:20px;
	 font-size:120%;
	 width: 170px;
	 background-color:black;            /*       rgb(236,209,102); */
	 line-height:120%;
}

.vert a {
	display:block;
	margin-bottom:13px;
}
#aa{
  margin-bottom:15px;	
  color:red; 
  margin-left:15px; 
}
#mn {
	display:none;
	font-family:'Dancing Script', cursive;
	font-size:25px;
	font-weight:bold;
}
#bt {
	margin-left:25px; 
	background-color:green; 
	border-radius:5px; 
	color:white;	
	value:"Open Menu";
}
		
.mp4{
	font-size:13px; 
	font-weight:bold;
	color:blue;
	margin-top:-10px;
}
.was_r{
	font-weight:bold;
	font-style:italic;
	font-size:15px;
}
.pic_width_r{
	width:450px;
}
	

		
