 
h1 {
text-align:center;
}
 
#gallery {
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
 
#gallery a {
	text-decoration: none;
	border: 0.1px solid #CCC;
}
 
#gallery .item {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	border: thin solid #CCC;
	margin: 5px;
}
 
 
#gallery .item a {
overflow: hidden;
}
 
#gallery .item a img {height: 100%; align-self: center;
}
 

 
.lightbox {
	
	display: none;
	
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0px;
	padding-top: 38px;
	background-color: rgba(0,0,0,0.8);
}
 
.lightbox img {
max-width: 90%;
max-height: 80%;
margin-top: 2%;
}
 
.lightbox:target {
display: block;
 
outline: none;
}
 
.lightbox .image {
max-width:80%;
margin:0 auto;
}
 
.lightbox .image img {
	border: 15px solid #FFF;
}
 
.lightbox .buttons {
	width: 50%;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 10px;
	color: #FFF;
}
 
.next,
.prev,
.close {
	padding: 5px;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: bold;
}
 
.close {
}
 
.lightbox .prev {
	float: left;
}
.lightbox .next {
	float: right;
}
