#help{
	position:fixed;
	top:-100vh;
	left:0;
	width:;
	height:100vh;
	padding:0;
	margin:0;
	background:rgba(0,0,0,.0);
	overflow-x: hidden;
	overflow-y: scroll;
	transition-duration:.5s;
}

#help .close{
	width:100%;
	display:block;
	color:#FFF;
	font-size:14px;
	text-align: right;
	padding:10px 20px;
	margin:0;
	background:#000;
	cursor:pointer;
}

#help.open{
	top:0;
	width:100%;
	background:rgba(0,0,0,.9);
}

#help > p{
	padding:20px;
	margin:0;
}

#help p *{
	color:#FFF;
}

#help p div{
	margin-bottom:1em;
}

#help p img{
	width:100%;
	max-width:640px;
}

#help p h2{
	border:none;
	font-size:18px;
}

#help p span{
	color:#FFFF99;
}

.helpbutton{
	cursor: pointer;
}


.helpbutton i.fas{
		color: #749fe2;
		font-size:16px !important;
}
