

.sideH {
	
  height: 100%;
  width: 0;
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 0px;
  right: 0;
  overflow-x: hidden;
  transition: 1s;
  padding-top: 60px;
  
  background-color: #eee;



}





.sideH span {
  padding: 4px 4px 4px 16px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  
}

.sideH span:hover {
  color: silver;
  transform: scale(1.1);
  transition: 0.3s;
}

.sideH .close {
  position: absolute;
  top: 20;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  
  
}

.open {
	font-size:30px;
	cursor:pointer;
	z-index: 1;
	color: Black;
	position: relative;
	
	float: right;
	clear: both;
	
	
}



