html {
	font-size: medium;
}

body {
	background-color: #020202;
	font-family: "Syncopate", "Mallanna", "Krub", "Julius Sans One", "Architects Daughter", sans-serif;
/*	text-transform: uppercase;*/
}

h1 {
	text-align: center;
	color: #fff;
	margin: 3rem auto 4rem;
}

img {
	max-width: 100%;
}

div#body {
	width: 80%;
	margin: 80px auto;
	max-width: 1400px;
}

.gallery .caption {
    display: none;
}

/*.ceramics-gallery {
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 80px;
	grid-row-gap: 80px;
}*/

.ceramics-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ceramics-gallery > a {
	margin: 20px;

}

/*.ceramics-gallery > a:nth-child(odd) {
	justify-self: end;
}

.ceramics-gallery > a:nth-child(even) {
	justify-self: start;
}*/