body {
  background-color: white;
  margin-left: 15px; 
  margin-right: 15px;
  font-size: 20px;
}

header {
	data-height : 90;
	background-color : #333;
	color:white;
}


h1 {
	text-align:center;
	font-size :28px;
}

h2 {
	text-align:center;
	font-size :24px;
}
.mainlogo {
	width : 96px ;
	height:  96px;
}

.formh1 
 {
	text-align:center;
	font-size :24px;
}

.et_pb_contact {
}

.ContactButton {
		text-align:center;
	font-size :20px;
	background-color:#ff8866;

}

.oneAct {

  background-color: #000044;
  margin-left: 10px; 
  margin-right: 10px;
  font-size: 18px;
  float : none;
  color : white ;
}

.social {
  background-color: white;
  margin-left: 10px; 
  margin-right: 10px;
  font-size: 18px;
  float : none;
  color : black ;
}

blackonwhite {
	text-align:center;
	font-size :24px;
	background-color:white;
}



p {
	text-align:justify;
	font-size: 20px;
}

.defText {
	font-size: 22px;
	text-align:justify;
}

form {
    display:table;/* shrinks to fit content */
    margin:auto;
}
input {
	font-size:20px;
}
p.ex1 {
  font-size: 22px;
}
.container {
            column-count: 2;
            column-gap: 10px;
			background-color: white;
			padding: 10px;
}

.leftcol {
  float : left;  
  background-color:#333;
}

.leftcontact {
	float : left;  
	break-after:column;
}
.rightcontact {
	float : right;  
	break-before:column;
}
.rightcol {
  float : right ;
  
}
.column {
            padding: 10px;
        }
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
 
}

li {
  float: left;
   
}

li.n {
  float: none;
}
ul.ubd
 {
	 list-style-type: disc;
	  background-color: powderblue;
	  margin-left: 90px; 
	  padding: 1px;
	  overflow: visible;
	  float:none;
 }
ul.ubd2
 {
	 list-style-type: square;
	  background-color: powderblue;
	  margin-left: 90px; 
	  padding: 1px;
	  overflow: visible;
	  float:none;
 }
 
  ul.ubd3
 {
	 list-style-type: square;
	  background-color: powderblue;
	  margin-left: 90px; 
	  padding: 1px;
	  overflow: visible;
	  float:none;
 }
 
 
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size : 24px;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
.active {
  background-color: #04AA6D;
}
.imagecenter {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	display : block;
  max-width : 80%;
  position: relative;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  margin-top:10px;
}

/* Caption text */
.slidetext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.galleryslidetext {
  color: black;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  bottom:16px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slidetext {font-size: 11px;text-align@center;}
}

/* Container holding the image and the text */
.imagecontainer {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.top-centered {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size:24px;
  color:white;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:18px;
  color:white;
}

/* calendar styles */
.calendar {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.calendar-header button {
  background-color: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}
#month-year {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-weekdays, .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-weekdays div, .calendar-dates div {
  text-align: center;
  padding: 10px;
}
.calendar-weekdays {
  background-color: #eaeef3;
}
.calendar-weekdays div {
  font-weight: bold;
}
.calendar-dates div {
  border-bottom: 1px solid #eaeef3;
  cursor: pointer;
}
.calendar-dates div:hover {
  background-color: #f1f1f1;
}

.current-date {
  background-color: #66aaff;
  color: #fff;
  border-radius: 50%;
}

@media (max-width: 400px) {
  .calendar {
    width: 100%;
    margin: 0 10px;
  }
}


/* tooltips */
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}