body {
	font: 100.0% "Arial Rounded MT Bold", sans-serif;
	margin: 10px;
	color: #26398E;
	background: radial-gradient(circle, #FFFFFF, #C8CFF0);
/*	background: #C8CfF0; */
}
table {
/*	background: radial-gradient(circle, #FFFFFF, #C8CFF0); */
}
slideshow-container {
	position: relative;
	max-width: 500px;
	margin: auto;
}
.mySlides1 {
	display: none;
}
.mySlides2 {
	display: none;
}
.mySlides3 {
	display: none;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
.dots-container {
	text-align: center;
	padding: 20px;
}
.dot1 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.dot2 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.dot3 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
.image-container {
	position: relative;
	display: inline-block; /* Adjust as needed */
}
.image-container img {
	position: relative;
	display: block;
	width: auto;
	height: 700px;
}
.overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(38,57, 142, 0.75); /* Example with transparency */
	color: white;
	padding: 10px 20px;
	font-size: 20px;
	text-align: center;
}
