/* body{
	margin: 0;
} */

.gallery{
	display: none;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	grid-row-gap: 5px;
	grid-column-gap: 5px;
	/* background-color: PINK; */
	justify-content: center;
	align-content: center;
	/* height: 100vh; */
}

.content{
	text-align:center;
}

.content img{
	/* width: 70%;
	height: 60%; */
	/* width: 250px;
	height: 200px; */
	cursor: pointer;
	/* object-fit: cover; */
}

/* .photo_header{
	text-align: center;
} */

.photo_header span{
	width : 100%;
	display: block;
	cursor: pointer;
	/* font-style: italic; */
	text-align: center;
	/* color: BLUE; */
	/* font-family: fantasy; */
	font-size: 24px;
	font-kerning: normal;
}

.photo_header figcaption{
	font-size: 14px;
	font-family: sans-serif;
	text-align: center;
}

#lightbox{
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#lightbox.active{
	display: flex;
	margin:0;
	justify-content: center;
	align-items: center;
}

#lightbox img{
	max-width: 90%;
	max-height: 90%;
	padding: 4px;
	border-color: BLACK;
	border: 2px solid WHITE;
}
