.gallery {
	width: 100%;
	padding: 10px;
}

.gallery-sizer,
.gallery-item {
	width: 24.5%;
}

.gallery-item {
	margin-bottom: 10px;
}

.gallery-item img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

@media (max-width: 1200px) {

	.gallery-sizer,
	.gallery-item {
		width: 32.5%;
	}
}

@media (max-width: 800px) {

	.gallery-sizer,
	.gallery-item {
		width: 48%;
	}
}

@media (max-width: 500px) {

	.gallery-sizer,
	.gallery-item {
		width: 95%;
	}
}


/* Use font froms src/fonts/Raleway
@font-face {
	font-family: Raleway;
}

@font-face {
	font-family: Pangolin;
}

@font-face {
	font-family: BerklyMono;
} */


.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	/*max-width: 25%;*/
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

@media screen and (min-width: 990px) {
	.container-xxl {
		max-width: 95% !important;
	}
}

/* Responsive layout - makes a three column-layout instead of four columns */
@media screen and (max-width: 990px) {
	.column {
		flex: 33.3%;
		max-width: 33.3%;
	}
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column {
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		flex: 100%;
		max-width: 100%;
	}
}

body {
	font-family: "Raleway", sans-serif, system-ui !important;
	background-color: #2b2b2b !important;
}


/* .overlay {
	padding-bottom: 24px;
	padding-top: 24px;
	overflow-x: hidden;
	margin-top: -76px;
	font-size: larger;
	background-color: rgba(0, 0, 0, 0.464);
	z-index: 1000;
	position: relative;
	vertical-align: middle;
} */

.overlay {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.464);
	height: 48px;
}

.galleryLinkImage {
	background-color: transparent;
	cursor: pointer;
	color: white;
	text-decoration: none;
	max-width: 20% !important;
	max-height: 50% !important;
}


.miniMap {
	height: 200px;
	z-index: 100000;
}

#mapContainer {
	height: 90%;
	z-index: 200000000;
	width: 99%;
	position: absolute;
	top: 5%;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

#mainMapContainer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1000;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.464);
}

.closeMap {
	position: absolute;
	right: 40px;
	top: 8px;
	font-size: 32px;
	cursor: pointer;
}

.mapToggler {
	cursor: pointer;
	font-weight: bold;
	color: #ffd88d;
}

.linkCol {
	max-height: 10%;
}

.goBack {
	position: absolute;
	top: 40px;
	left: 40px;
}

/* On small screens, set height to auto */
@media screen and (max-width: 1000px) {
	.column {
		max-height: 50%;
	}

	.galleryLinkImage {
		max-width: 100%;
		max-height: 100%;
	}

	.goBack {
		top: 10px;
		left: 10px;
	}

	.overlay {
		font-size: medium;
	}
}


/* Flex row layout */
.pixelium_gallery-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}

/* Card container */
.pixelium_card {
  position: relative;
  width: 100%;
  max-width: 300px;
  flex: 1 1 250px; /* allow wrapping, limit max size */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* Image styles */
.pixelium_card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none; /* No rounded corners */
}

/* Overlay for title */
.pixelium_card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 0;
  text-align: center;
}

.pixelium_card-title {
  color: white;
  font-size: 1.25rem;
}

.main-content {
  padding-bottom: 20px; /* make space for the footer */
}


.pixelium_page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pixelium_main-content {
  flex: 1;
}

/* Footer stays at bottom if content is short */
.pixelium_footer {
	position: relative;
	width: 100%;
}

.hero-image {
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -99999;
	background-repeat: no-repeat;
	background-size: cover !important;
}
