.mySlides {
	display:none;
}

.slide {
	left:100px;
	display: flex;
	 justify-content: center;
}


button {
	margin-top:610px;
	background-color: transparent;
	 border: none;
	z-index:1;
	color: black;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
}

.slide:hover {
transform: scale(1);
}

.header{
	margin-left:10px;
	font-size: 30px;
	margin-top: -10px;
	position:fixed;
	z-index:1;
}

 h1 {f
  	position: absolute;
	text-align:center;
	margin-top:50px;
	width:100%;
	font-weight: 300;
}

a {
	color:black;
	font-size: 20px;
	position: absolute;
	text-decoration: none;
}

a:hover {
	color: teal;
	transform:scale(1.5);
}

a:active {
	color:white;
}

img {
  	position:absolute;
	height:500px;
	padding:5px;
	object-fit:contain;
}

.sidebar {
  	margin-top:30px;
  	left:42px;
  	position: fixed;
	width: 100px;
		z-index: 1;
}

.nav {
  	display: inline-flex;
 	position: relative;
  	font-size: 15px;
  	color: #709899;
	z-index: 1;
}
	
.zela {
	margin-left:10px;
	font-size: 30px;
	margin-top: -10px;
	position:fixed;
	z-index:1;
	
}

.text {
 	display:flex;
  	position: relative;
	padding:5px;
	flex-direction: column;
	left:250px;
	justify-content:space-between;

}

.duo {
	display: flex;
	flex-direction: row;
}

.gal {
	display: flex;
	flex-direction: column;
	position: relative;

}

.now {
	position: absolute;
	margin: 5px;
}

.hover {
position: center;
	width: 420px;
color: white;
	left: 20px;
}

.hover:hover {
	color: teal;
	
}

#gradinfo {
  margin-top: 90px;
	 margin-right: 150px;
	font-size: 20px;
}
	
.info {
top:0px;
  right: 40px;
  position: fixed;
 width:20%;
  font-size: 14px;
}

.about {
	margin-top:10px;
  right: 100px;
  position: fixed;
 width:180px;
  font-size: 14px;
}


@media (min-width: 320px) and (max-width: 480px)  {
	body {
		font-size:15px;
	}
	
	a {
		font-size: 15px;
	}

	h1 {
		margin-top: 30px;
		font-size:20px;
		text-align:right;
	}
	
	.sidebar {
		position: fixed;
		width: 100%;
		height:23px;
		padding: 4px;
  margin-top:40px;
		margin-left:-30px;
		font-size: 15px;
	}
	
	img {
		height:150px;
	}
	
	.text {
		left:-10px;
	}

	.gal {
	left:107px;
	}

	.info {
		position:fixed;
		color:transparent;
		position: absolute;
 top:225px;
right:75px;
		width:35%;
		font-size:12px;
	}

.now{
	  position: relative;
  padding: 10px 1px 10px 1px;
	}
	
	.hover {
color: teal;
	width: 125px;
	}
	
	#close{
		display:none;
	}
	
 .about {
	left:100px;
	}
		
	
.slide {
	position: absolute;
left:-450px;

}

	button {
		position:relative;
	margin-top:200px;
	left:-125px;
		
}
	
	.button display-left {
		position:relative;
		padding: 0px 5px 0 px 5px;
	}
	
}