@font-face{
	font-family:Beon;
	src:url(/Beon-Regular.woff2) format("woff2");
	font-style:normal;
	font-weight:400
}

@media screen {
	@supports (-webkit-text-stroke:initial) {
		h1, h2 {
			color: transparent;
			-webkit-text-stroke: 1px #fffb96;
	}
}

h1, h2 {
      font-family: 'Beon','Oxanium' !important;
}

body {
	background-color: black;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	color: white;
}

.grid {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100vh;
}

.contents {
	overflow: auto;
	padding-top: 10px;
}

.header {
/*	background-color: #ffcc28;*/
	color: black;
	border: 1px solid #61f2ff;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 0 20px color-mix(in srgb, #21f2ff, transparent 40%);
}

h1 {
	margin: 0px;
	@media (min-width: 960px) {
		font-size: 2.5em;
	}
}

h1 a {
	text-decoration: none;
	color: black;
}

h1 a:hover {
	text-decoration: underline;
}

.logo {
	float: right;
	text-decoration: none;
	padding-right: 16px;
	@media (max-width: 959.98px) {
		padding-top: 16px;
	}
}

h2 {
	border-bottom: 1px solid #B03BBF;
	font-size: 32px;
	margin-top: 0px;
	border-radius: 10px;
}

h1, .dates {
	padding: 24px;
}

.date {
	margin-bottom: 12px;
}

.photos {
	/* display: flex;
	align-items: stretch;
	flex-wrap: wrap; */
	line-height: 0;
}

img.photo {
	object-fit: fill;
	max-height: 300px;
	padding: 3px;
	/* flex-grow: 1; */
}

.uploadForm {
	margin: auto;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

img.preview {
	border: 1px solid #B03BBF;
	border-radius: 10px;
	height: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	object-fit: contain;
	outline: none;
	@media (max-width: 959.98px) {
		max-height: 300px;
	}
}

.viewImage {
	position: relative;
	background-color: rgb(10, 10, 10);
}

img.large {
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

.previous, .next {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 128px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;

	color: white;
	text-decoration: none;
	font-size: 48px;

	transition: background-color 70ms;
	background-color: rgba(0, 0, 0, 0.21);
}

.previous:hover, .next:hover {
	transition: background-color 70ms;
	background-color: rgba(0, 0, 0, 0.81);
}

.previous {
	left: 0px;
}

.next {
	right: 0px;
}

.pagination {
	background-color: rgb(230, 230, 230);
	font-size: 20px;
}

.previousPage, .nextPage {
	padding: 24px;
	text-decoration: none;
}

.previousPage:hover, .nextPage:hover {
	background-color: rgb(213, 213, 213);
}

.previousPage {
	float: left;
}

.nextPage {
	float: right;
}

.clear {
	clear: both;
}

.add {
	margin-left: 25px;
	background-color: transparent;
	border-color: #B03BBF;
	border-radius: 10px;
	font-size: 1.25em;
}
a .add, a:visited .add {
	color: white
}
.attribution {
	text-align: center;
}
