.banner	{
	width: 100%;
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.logo	{
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	border: solid 1px blue;
}
.divider	{
	width: 90%;
	border: none;
	border-top: 2px solid;
	margin: 10px auto;
	position: relative;
	top: -15px;
	color: red;
}
.nav-links	{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 5px;
}
.nav-links a	{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	transition: color 0.3s;
	color: red;
}
.nav-links a::after	{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0%;
	height: 2px;
	background: #1976d2;
	transition: width 0.3s;
}
.nav-links a:hover {
	color: blue;
	font-style: italic;
	}
.nav-links a:hover::after {
	width: 100%;
}
h1.heading	{
	color: blue;
	font-style: italic;
	font-family: Georgia;
	font-weight: 900;
}
.Page	{
	display: flex;
	position: relative;
	height: 100%;
	border: 2px solid blue; 
	top:10px;
	justify-content: center;
	align-items: center;
}
.wrapper		{
	position: relative;
	display: flex;
	width: 90%;
	min-height: 100vh;
	height:;
	margin: 0 auto;
	overflow: hidden;
	top: 10px;
	border: 2px solid red;
	border-radius: 50px 0 50px 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: end;
}
.sub-wrapper		{
	position: relative;
	display: flex;
	width: 60%;
	min-height:;
	height:;
	margin: 0 auto;
	overflow: hidden;
	top: 10px;
	border: 1px solid blue;
	border-radius: 20px;
	flex-direction:;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(255, 0, 0, 0.2);
	z-index:4;
	margin: 10px;
	margin-bottom: 20px;
	flex:;
}
.photo		{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.overlay-box	{
	border:;
	position: relative;
	display:;
	border-radius: 5px;
	background-color:;
	width: 45%;
	margin: 5px;
	padding: 5px;
	z-index: 5;
	opacity:;
	Flex: 0 1 auto;
	Flex-wrap:wrap;
	left:;
	overflow: hidden;
	font-size: clamp(14px, 2.5vw, 22px);
	line-height: 1;
	top:;
	border:;
	flex: 1 1 auto;
}
.overlay-box1	{
	border:;
	position: relative;
	border-radius: 5px;
	background-color:;
	width: 40%;
	height:;
	margin: 5px;
	padding:5px;
	z-index: 5;
	opacity:;
	Flex:1 1 auto;
	Flex-wrap:wrap;
	left: 50px;
}

.last-updated	{
	position: absolute;
	top: 8px;
	left: 50px;
	font-size: 0.8em;
	font-style: italic;
	color: black;
	background: rgba(255,2565,255,0.6);
	padding: 2px 6px;
	border-radius: 4px;
}
.vertical-images,	{
	position: absolute;
	display: flex;
	gap: 50px;
	z-index: 15;
	align-items: center;
	margin: 20px;
}
.vertical-images	{
	flex-direction: row;
	bottom: 2%;
	right: 5%;
}
.small-photo	{
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 1px solid blue;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	border-radius: 5px;
}
h1		{
		color: gold;
		font-style: italic;
		text-align: center;
		}
h2		{color: gold;
`		font-size: 1rem;
		margin-bottom: 0.3em;
		margin-top: 0.3em;
		}
h3		{color: gold;
		font-size: 1rem
		}
li		{color: white;
		font-size: 1rem;
		}
p 		{color: white;
		font-size: 1rem;
		font-style: italic;
		margin-top: 0;
		}
h5		{color:;
		font-size: 1rem;
		}
h4		{
		color: gold;
		font-style: italic;
		text-indent: 1.2rem;
		}
hr		{
		margin-bottom: 0.1em;	
		}
.footer	{
		width: 100%;
		height:10vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f2f2f23;
		color: #333;
		font-size: 0.9em;
		text-align: center;
		padding: 10px 0;
		}
.overlay-box a	{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	transition: color 0.3s;
	color: red;
}
.overlay-box a::after	{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0%;
	height: 2px;
	background: #1976d2;
	transition: width 0.3s;
}
.overlay-box a:hover {
	color: blue;
	font-style: italic;
	}
.overlay-box a:hover::after {
	width: 100%;
}
		
	



	




	


