/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

/* CSS to hide sidebar numbering (uncomment to enable) */
#sidebar ul.topics > li > a b { visibility: hidden; }

/* CSS to hide clipboard icon (uncomment to enable) */

/*
.copy-to-clipboard {
    display:none;
}
*/

/* Load of Font Awesome for use by Presentation Plugin */
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');*/
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);*/

/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Noto+Serif:400,400i,700);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Literata:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/* CSS to style Presentation Plugin slides */
.reveal .slides { text-align: left; }
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { text-transform: unset !important; }

/*Start My Overrides */

a:link, a:visited
{
	color: navy;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: gray;
	text-decoration: none;
}

a:link:active, a:visited:active
{
	text-decoration: none;
	color: silver;
}

h1,h2,h3
{
	font-family: "Noto Sans", Montserrat, Verdana, Arial, sans-serif;
	text-align: center;
	color: black;
}

h1
{
	font-size: 2rem;
	letter-spacing: -1px;
}

h1 title { color: red; }

h2
{
	font-size: 1.4rem;
	margin-top: 3rem;
}

h3 { font-size: 1.3rem; }

h4
{
	font-size: 1.2rem;
	font-family: "Noto Sans",sans-serif;
	/*color: maroon;*/
}

h5 {
    margin-left: 2.5rem;
	font-size: 1.1rem;
	font-family: "Noto Sans",sans-serif;
}

#sidebar h5 {
    font-size: 1.5em;
    font-family: Montserrat, "Noto Sans", Verdana, Arial, sans-serif;
    margin-bottom: 0;
}

p
{
	font-family: "Noto Serif","Times New Roman",Georgia,serif;
	color: black;
}

table, td, th {
  border: none; /* No borders by default */
}

blockquote
{
	border-left-style: none;
	margin-left: 1.4rem;
	margin-right: 1.4rem;
}

blockquote p
{
	font-size: 1em;
	color: #000;
	font-family: "Noto Serif","Times New Roman",Georgia,serif;
}

li
{
	font-family: "Noto Serif","Times New Roman",Georgia,serif;
	color: black;
}

ul
{
	text-decoration: none;
	list-style-type: none;
}

.bibliography ul {
    list-style-type: none;      /* Remove bullets */
    padding-left: 0;            /* Remove default padding */
}

.bibliography li {
    text-indent: -1.5em;        /* Pull first line left */
    padding-left: 1.5em;        /* Indent wrapped lines */
    margin-bottom: 0em;         /* Spacing between entries */
}

flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

table {
    border-collapse: collapse !important; /* Overrides all parent styles */
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noto Serif";
	font-size: 0.9rem;
}

td.long-text {
  width: 60ch;           /* Optimal line length */
  max-width: 60ch;       /* Hard limit */
  white-space: normal;   /* Wrap text */
}

td.number {
  width: auto;          /* Natural width */
  vertical-align: bottom;
  text-align: right;
}

td.text {padding-left: 2em;}

th {text-align: center;}

dt,dd { font-family: "Noto Serif","Times New Roman",Georgia,serif; }

dt
{
	font-weight: 500;
	font-style: italic;
	color: navy;
}

.hang { text-indent: -2em; }

.title
{
	font-family: "Noto Sans", Montserrat, sans-serif;
	font-size: 0.85em;
	color: navy;
}

.title-small
{
	font-family: Montserrat, "Noto Sans", sans-serif;
	font-size: 1em;
}

.large
{
	font-size: 1.2em;
}

img.resize40 {
  max-width: 40%;
  height: 
  ;-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/*
.info-g { color: green; }
.info-b { color: blue; }
.info-r { color: red; }
.info-g:hover { color: silver; }
.info-b:hover { color: silver; }
.info-r:hover { color: silver; }
*/

/* Shared base styles for ALL info-* classes (avoids repetition) */
[class^="info-"] {
  cursor: help;
  opacity: 0.8;
  transition: all 0.2s;
  font-size: 1.1em;
  position: relative;
  top: -0.1em;
}

/* Unique color and hover effects for each class */
.info-r { color: #ff0000; } /* Your existing red */
.info-b { color: #0000ff; } /* Your existing blue */
.info-d { color: #d46b08; } /* DeepSeek orange */
.info-g { color: green; }

/* Shared hover/focus effects (applies to all) */
[class^="info-"]:hover,
[class^="info-"]:focus {
  opacity: 1;
  text-shadow: 0 0 2px currentColor; /* Uses each class's color */
}

.note
{
	color: navy;
	font-family: "Noto Sans", Arial, sans-serif;
	font-size: 0.9rem;
}

.green { color: #063; }
.red { color: red; }
.maroon { color: maroon; }
.grey { color: darkgrey; }
.navy { color: navy; }
.small { font-size: 0.9em; }
.center { text-align: center; }
.bottom { border-bottom: thin solid gray; }
.smallcaps { font-variant: small-caps; }
.smallcaps2 {
  font-size: 0.85em; /* Slightly reduce size */
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
  line-height: 1;
}

.stage
{
	font-variant: small-caps;
	color: maroon;
}

.namecaps
{
	font-variant: small-caps;
	color: maroon;
	font-size: 1.1em;
}

.poem
{
	margin-right: 3em;
	margin-left: 6em;
	line-height: 1.45em;
	font-family: "Noto Serif","Times New Roman",Georgia,serif;
}

hr.short {width:30%;
margin: auto;}

ul.a { list-style-type: circle; }
ul.b { list-style-type: disc; }
ul.c { list-style-type: square; }
ol.d { list-style-type: armenian; }
ol.e { list-style-type: cjk-ideographic; }
ol.f { list-style-type: decimal; }
ol.g { list-style-type: decimal-leading-zero; }
ol.h { list-style-type: georgian; }
ol.i { list-style-type: hebrew; }
ol.j { list-style-type: hiragana; }
ol.k { list-style-type: hiragana-iroha; }
ol.l { list-style-type: katakana; }
ol.m { list-style-type: katakana-iroha; }
ol.n { list-style-type: lower-alpha; }
ol.o { list-style-type: lower-greek; }
ol.p { list-style-type: lower-latin; }
ol.q { list-style-type: lower-roman; }
ol.r { list-style-type: upper-alpha; }
ol.s { list-style-type: upper-latin; }
ol.t { list-style-type: upper-roman; }
ol.u { list-style-type: none; }
ol.v { list-style-type: inherit; }
ol p,ul p { margin-bottom: 0; }
/*End My Overrides*/
/*Start Tippy */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow
{
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow
{
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow
{
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow
{
	border-right: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.tippy-tooltip.light-theme
{
	color: #26323d;
	box-shadow: 0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
	background-color: #fff;
}

.tippy-tooltip.light-theme .tippy-backdrop { background-color: #fff; }
.tippy-tooltip.light-theme .tippy-roundarrow { fill: #fff; }
.tippy-tooltip.light-theme[data-animatefill] { background-color: transparent; }

/*End Tippy */
/* Start Plain Collapsible List */
.collapsibleList li > input + *
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.collapsibleList li > input:checked + *
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.collapsibleList li > input
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.collapsibleList label
{
	cursor: pointer;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.collapsibleList
{
	list-style-type: none;
	margin: 2em;
	padding: 0;
}

.collapsibleYear
{
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: navy;
	border: solid;
	border-width: 1px;
	background-color: #CCFFFE;
	font-family: "Noto Sans";
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}

/* End Plain Collapsible List */

/* Start Flex Container */
.flex-container
{
	display: flex;
	justify-content: center;
}

.flex-container > div
{
	background-colour: #fff;
	font-family: "Noto Serif", Cambria, serif;
	margin: 1rem;
	text-align: left;
	font-size: 1rem;
}

/* End Flex Container */


/* ================ */
/* 9. ANIMATIONS    */
/* ================ */
@keyframes highfade {
  0% { background-color: none; }
  20% { background-color: yellow; }
  100% { background-color: none; }
}

a:target, 
ol#footnotes li:target, 
ol#footnotes2 li:target, 
ol#footnotes3 li:target, 
sup a:target {
  animation: highfade 3s ease-in-out 1;
  border: 0;
  outline: 0;
}

/* End Animations */