img {
	margin: 0;
	max-width: 100%;
	height: auto;
}

body {
	background-image: url(/images/BG.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 140%;
}


.body {
	padding-right: 12px;
	padding-left: 12px;
}

.subtitle {
	font-size: 24px;
	font-weight: bolder;
	text-decoration: none;
}

h1.subtitle {
	margin: 0;
	font-family: inherit;
	line-height: inherit;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}


.caption {
	text-decoration: none;
}

.subtitle-unbold {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}

.article-caption {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.article-title {
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
}

.bodyHighlight {
	color: #FF0000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #170D5A;
}

.hr {
	max-width: 100%;
	width: 680px;
	height: 1px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* New  */

table {
	max-width: 100%;
	border-collapse: collapse;
}

.menu {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	margin-left: auto;
	margin-right: auto;
}

.hero-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 800px) {
	table,
	thead,
	tbody, th, td, tr {
		display: block;
	}

	span.article-title{
		display: block;
		margin-top: 1rem;
	}
}

@media (min-width: 372px) {
	.body  {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 800px) {
	.body {
		padding-right: 60px;
		padding-left: 60px;
	}

	.hr {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.menu {
		max-width: 500px;
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 50px;
}

.gallery-item {
	display:flex;
	flex-direction: column;
	gap:10px;
	flex: 1 1 150px; /* Flex-grow: 1, Flex-shrink: 1, Flex-basis: 150px */
    max-width: 150px;
}

@media screen and (max-width: 415px) {
	
    .gallery-item {
        flex: 1 1 100%; /* Flex-basis: 100% for full width */
        max-width: 100%; /* Ensure items take the full width */
    }

	.gallery-item img {
		width: 100%;
	}
}
