/* Global Styles */
 p { font-size: 20px; line-height: 1.8; margin-bottom: 15px;  }
        .author { font-style: italic; margin-top: 20px;}
body {
  background-color: #990000;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
}
nav a:hover {
  background-color: #555;
}
h2 {text-align: center;
font-size: 26;
}
#poem-container {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border: 1px solid white;
}
.author {
  font-style: italic;
  margin-top: 20px;
}
#slideshow-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slideshow {
  width: 100%;
  max-width: 640px;
  max-height: 80vh;
  position: relative;
}
.slides {
  display: none;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
footer {
  background-color: #333;
  color: white;
  padding: 15px;
  font-size: 14px;
}
/* Header */
header {
  text-align: center;
  padding: 20px;
  background: #220103;
  color: white;
}

.content {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
/* Make Navigation Responsive */
@media (max-width: 768px) {
  nav {
    flex-direction: column; /* Stack links vertically */
    align-items: center;
  }
}
/* Adjust Content on Small Screens */
@media (max-width : 768px) {
  .content {
    font-size: 16px;
    padding: 20px;
  }
}
td {
  font: 11px Arial, Helvetica, sans-serif;
  color: #FFFF00;
  font-size: 14px;
}
a {
  color: #FF080E;
}
a:hover {
  color: #FF9900;
}
/* ID Styles */
#navigation td {
  border-bottom: 1px solid #FF9900
}
#navigation a {
  color: #FF9900;
  line-height: 16px;
  letter-spacing: .1em;
  text-decoration: none;
  display: block;
  padding: 8px 6px 8px 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#navigation a:hover {
  color: #FFFFCC;
  font-weight: bold;
  background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
}
#navheader {
  font: 24px georgia;
  color: #1F2669;
  letter-spacing: .4em;
  padding: 10px;
  line-height: 30px;
}
#logo {
  font: 14px Arial, Helvetica, sans-serif;
  color: #FF9900;
  letter-spacing: .5em;
  line-height: 30px;
}
#tagline {
  font: 11px Arial, Helvetica, sans-serif;
  color: #FF9900;
  letter-spacing: .2em;
  line-height: 14px;
}
#monthformat td {
  border-bottom: 1px solid #FFFFCC;
}
#dateformat {
  font: 11px Arial, Helvetica, sans-serif;
  color: #FFFF00;
  letter-spacing: .4em;
}
#dateformat a {
  font: 11px Arial, Helvetica, sans-serif;
  color: #FFFF00;
  letter-spacing: .1em;
  text-decoration: none;
}
#dateformat a:hover {
  color: #FFFFCC;
}
/* Class Styles */
.bodyText {
  font: 14px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 0px;
  letter-spacing: 0.1em;
}
.pageName {
  font: 18px Arial, Helvetica, sans-serif;
  color: #FFFF00;
  line-height: 24px;
  letter-spacing: .3em;
}
.columnHeader {
  font: 11px Arial, Helvetica, sans-serif;
  color: #FFFFCC;
  line-height: 18px;
  letter-spacing: .05em;
}
.subHeader {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #FFFFCC;
  line-height: 18px;
  letter-spacing: .1em;
}
.smallText {
  font: 10px Arial, Helvetica, sans-serif;
  color: #333333;
}

.style5 {
  font-size: 14px
      
}.tan-text {
  font-size: 18px;
      color: #ff9900;
    align-content: flex-end       
}

.body-container {
  align-content:
      flex-end;
}
.navText {
  font: 11px Georgia, Times New Roman, Times, serif;
  color: #1F2669;
  line-height: 16px;
  letter-spacing: .1em;
  text-decoration: none;
}
.inlinelink {
  color: #00FF00;
  line-height: normal;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: inherit;
  font-weight: bold;
}
.arabic {
  color: #FFFF00;
  line-height: 24px;
  letter-spacing: normal;
  font-size: 18px;
  border-bottom-width: thick;
}
/* Poem Styling */
.poem-container {
  background: #990000;
  color: #F08A25;
  /* border-radius: 10px;*/
  font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.poem-line {
  font-size: 16px;
  line-height: 1.2;
    align-content: flex-end;
}
.copyright {
    font-size: 12px;
    text-align:left;
    color:#F08A25;
}