body {
	font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	color: #666;
	background: #E6E6FA;
	/*font-size: clamp(12px, 1.5vw, 16px);  responsive font scaling */
	user-select: none;
	
}

.container {
  width: 100%;
  border: 1px solid purple;
  border-radius: 10px;
  background-color: #c8c2fa;
}

.container-outer {
  background-color: #E6E6FA;
  margin: 0 auto;
  border-radius: 10px;
}

.container-inner {
  background-color: transparent;
  margin: 0 auto;
}

/* Page titles */
h1, h2, h3 {
  font-size: clamp(16px, 2vw, 24px);
  margin: 0.5em 0;
}

/* General text containers */
p, li, a, span, div {
  font-size: clamp(12px, 1.5vw, 15px);
}

/* HEADER */
.headerBanner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerBanner img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* NAVIGATION */
.navigationTabs {
  width: 100%;
  background: transparent;
  margin-top: 10px;
}

.tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #c8c2fa;
}

.tabs li {
  margin: 3px;
}

.tabs li a {
  display: inline-block;
  padding: 0.65em 1.5em;
  min-width: 60px;
  text-align: center;
  color: #666;
  background-color: #c8c2fa;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: clamp(13px, 1.5vw, 16px);
  text-decoration: none;
}

.tabs li a:hover {
  background: #4e51ff;
  color: #fff;
}

#main_body_heading {
    width: 100%;
    height: auto;
    text-align: center;
    color: blue;
    font-size: 1.4em;
    font-weight: bold;
}

#ph2 {
    font-style: italic; 
    font-size: 1.3em; 
    color: darkgreen; 
    text-decoration: underline;
    font-weight: bold;
    margin-top: 20px;
	text-align: center;
	align-items:center;
}

#ph3 {
    font-style: italic;
    color: blue;
    font-weight: bold;
    margin: -10px;
	font-size: 1em;
	text-align: center;
	align-items:center;
}

#ph4, #ph4 a:link, #ph4 a:visited, #ph4 a:hover {
    text-decoration: none;
    color: blue;
    font-size: 1.1em;
    margin-top: 20px;
    font-weight: bold;
	text-align: center;
	align-items:center;
}

#ph4 a:hover { text-decoration: underline; }

#sh1 { background-color: #BEE484; }
#sh2 { background-color: #9CC5E7; }

#ph5 {font-size: clamp(12px, 1.6vw, 16px);}


.article_separator {
	height: 10px;
	background-color: #c8c2fa;
	margin-bottom: 10px;
}

#separator2 { margin-bottom: 40px;}


/* CALENDAR */
.calendar-title {border-bottom: 2px solid #c8c2fa; }

#calendar {
    display: inline-block;   /* allows text-align:center on parent to center it */
    margin: 0 auto;
}

/* LINKS */
a:link { color: #3d3fa5; text-decoration: none; }
a:visited { color: #78469c; text-decoration: none; }
a:hover { color: #3d3fa5; text-decoration: underline; }
a { padding: 4px; }

/* FOOTER */
.footer {
  width: 100%;
  border-top: 2px solid #c8c2fa;
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: clamp(10px, 1.6vw, 20px);
}

.footer p {
  color: #555;
}
