body {
	background-color: #B9D9EB;
}
.gallery {
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
	gap: 20px;
	
}
.title-gallery {
	background-color: black;
	background-image: url("../images/gallery/11.jpg");
	background-size: 100%;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 80px;
	color: transparent;
	width: fit-content;
	margin: auto;
	text-decoration: underline white;
	
}
.titleDiv {
	background-color: #6495ED;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px 50px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.galleryItem {
	background-color: transparent;
	height: fit-content;
	width: fit-content;
	margin: 0px;
	padding: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.galleryImage {
	width: auto;
	height: 500px;
	max-width:100%;
	opacity: 1;
	margin:0px;
	padding:0px;
	
	
}


	
.modalFlex
{display: flex;}
.modalImage
{width:50%;
	
}
.modalDetails h1 {text-align:center;
				  
}
.modalDetails {
	align-items: center;
	flex-grow: 1;
}
ul
 {
list-style-type: none;

}
.modalList
{
	text-align:left;
	align-items: center;
}
#closeDialog
{font-size:2em;
	background-color:darkred;}

.buy
{font-size:1.3em;
 background-color:cornflowerblue;
 margin-top:10px;
 margin-bottom:10px;
}

@media only screen and (min-width: 600px) {
	.galleryItem:hover {
		cursor: pointer;
		rotate: z 10deg;
		transform: scale(1.1);
		z-index: 20;
	}
}

