.side {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("../Blue shadows2.jpg");
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
  
}

.side a {
  padding: 4px 4px 4px 16px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.side a:hover {
  color: silver;
  
  transition: 0.3s;
}

.side .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (min-width: 800px) { 

.open {
	font-size:30px;
	cursor:pointer;
	z-index: 3;
	color: WHITE;
	 position: relative;
	top: 250px;
	right: 5px;
	float: right;
	clear: both;
	
	
}
}

@media screen and (max-width: 800px) { 

.open {
	font-size:30px;
	cursor:pointer;
	z-index: 3;
	color: WHITE;
	 position: relative;
	top: -100px;
	right: 5px;
	float: right;
	clear: both;
	
	
}
}




@media screen and (max-height: 450px) {
  .side {padding-top: 15px;}
  .side a {font-size: 18px;}
}