body{
	padding: 0; 
	margin: 0;
	user-select: none;
	background: #fff;	
}
.wrap{
	width: 1320px;
	display: block;
	margin: 0 auto;
}
nav{
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	height: 69px;
	z-index: 11;
	position: relative;
}
#nav_left{
	float: left;
}
#nav_left *{
	float: left;
}
#nav_left p{
	margin-left: 10px;
	font-size: 20px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	color: #3D91FF;
	font-weight: bold;
}
#nav_right{
	float: right;
}
#nav_right *{
	float: right;
}
#nav_right #about{
	font-size: 21px;
	border: 4px solid #3D91FF;
	cursor: pointer;
	color: #3D91FF;
	background: #fff;
	margin-right: 10px;
	padding: 2px;
	/*position: relative;
	z-index: 100;*/
}
#blackBg{
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1,1,1,0.725);
	z-index: 100;
	overflow: auto;
}
#infoWindow{
	width: 800px;
	margin: 50px auto;
	display: none;
	background: #fff;
	z-index: 200;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	border-radius: 50px;
	border: 3px solid #3D91FF;
	text-align: center;
	font-size: 14px;
	line-height: 29px;

}
#desc{
	font-size: 20px;
	color: #3D91FF;
	font-weight: bold;
}
#infoWindow h2{
	font-size: 40px;
	color: #3D91FF;
	font-weight: bold; 
}
.close{
	margin-left: 95%;
	margin-top: 4px;
	cursor: pointer;
	border-radius: 50%;
}
#infoWindow .infoImg{
	width: 92%;	
	opacity: 0.8;
	border-radius: 30px;
}
#hat{
	z-index: 10;
	background-image: url(../img/hat_img.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 900px;	
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	position: relative;
}
#hat_content{
	width: 43.45%;
	color: #fff;
	margin-top: 250px;
}
#hat_content h2{
	text-align: right;
	font-weight: bold;
	font-size: 70px;
	margin-right: 20px;
}
#hat_content p{
	margin-block-start: 80px;
	font-weight: 500;
	font-size: 30px;	
}
#hat_content #startBtn{
	float: left;
	margin-top: 30px;
	border: 3px solid #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 30px;
	display: inline;
	padding: 8px;	
	color: #fff;	
}

.blueblock{
	background: #3D91FF;
	color: #fff;
	font-size: 55px;
	padding: 10px 0;
	z-index: 8;
	position: relative;
}
.blueblock p{	
	margin-block-start: 0em;
    margin-block-end: 0em;
}

.bio{
	margin: 50px auto;	
}
.tabBtn{	
	display: inline-block;
	width: 20%;
	border: 3px solid #3D91FF;
	color: #3D91FF;
	text-align: center;
	font-size: 25px;
	padding: 5px 7px;
	margin: 0;
	cursor: pointer;
}
.tab{
	display: none;
	color: #3D91FF;
	margin-top: 60px;
}
.tab div{
	width: 48%;
	display: inline-block;
}
.tab .imgContent img{
	width: 85%;
	float: left;
	margin-left: 50px;	
	border: 0px solid #3D91FF;
	opacity: 0.8;
}
.tab .imgContent img:nth-child(2){
	margin-top: 30px;
}
#tab_2 .imgContent img, #tab_3 .imgContent img{
	border-radius: 20px;
}
#tab_3 .imgContent img{
	border-width: 4px;
}
.tab .textContent{
	display: inline;
	float: left;
	font-size: 25px; 
	text-align: justify;
	font-weight: 500;
}
#gallery{
	margin-top: 60px;
	margin-bottom: 60px;
}
.galleryBox{
	position: relative;
	width: 640px;
	height: 455px;
	margin: 10px auto;
}
.galleryBox #galleryImg{
	width: 100%;
}
.left_right{
	position: absolute;
	display: none;
	top: 180px;
	cursor: pointer;
	z-index: 1000;
	opacity: 0.5;
}
.left_right img{
	width: 85px;
}
#leftBtn{
	left: 0;
}
#rightBtn{
	right: 0;
}
/*.blockCont{
	background: #444;
	height: 10px;
	display: inline-block;
}*/

.timerToEvent{
	background-color: #fff; 
	color: #3D91FF;
	font-size: 55px;
	padding: 10px 0;
	z-index: 5;
	position: relative;
}
.shad{
	position: relative;
	z-index: 6;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.time{

	display: inline-block;
	border: 10px solid #3D91FF;
	font-size: 55px;
	color: #3D91FF;
	border-radius: 50%;
	width: 125px;
	height: 125px;

}
.timer{
	margin-top: 60px;
	margin-bottom: 60px;
}
.time small{
	font-size: 20px;
}
.start_stop{
	background: #3D91FF;
	border: 4px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	padding: 5px;
	cursor: pointer;
}
#helpBot{
	position: fixed;
	bottom: 50px;
	right: -320px;
	white-space: nowrap;
	z-index: 100;
}
#helpBot img{
	display: inline-block;
	width: 50px;
	border-radius: 50%;
	border: 5px solid #3D91FF;
	float: left;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
#helpBot input{
	display: inline-block;
	margin-top: 25px;
	margin-left: 10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	border-radius: 25px;
	font-size: 20px;
}
#helpBot img#AskForHelpButton{
	float: right;
	margin-top: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	border: 2px solid #fff;
	margin-left: 5px;
	margin-right: 3px;
}
#helpBot input:focus{
	outline-width: 0;
}
#helpBot #result{
	border: 2px solid #ccc;
	border-radius: 20px;
	font-size: 15px;
	background: #fff;
	width: 77%;
	margin-left: 21%;
	padding: 3px;
}
.cont{
	margin-top: 50px;
}
#footer{
	position: relative;
	background: #3D91FF;
	padding: 15px;
}
#footer p{
	margin-block-start: 0em;
    margin-block-end: 0em;
    color: #fff;
    font-size: 20px;
    text-align: right;
}