@charset "utf-8";
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  background-color: #006633;
  background-image: none;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.oneColFixCtrHdr #container {
  width: 48.75rem; /* using 1.25rem less than a full 50rem width allows for browser chrome and avoids a horizontal scroll bar */
  background: transparent;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  border: 0 none #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.oneColFixCtrHdr #header {
  background: #000000;
  padding: 1rem 0;
  border: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  width: 100%;
  position: relative;
}
.oneColFixCtrHdr #header h1 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0;
}
.oneColFixCtrHdr #mainContent {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
  border-top-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  background-color: #fff;
  background-image: url(../images/bkgpaper.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}
.oneColFixCtrHdr footer {
  padding: 0;
  background-color: #000000 !important;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin: 0;
}
.oneColFixCtrHdr #footer p {
  margin: 0;
  padding: 0;
}

.oneColFixCtrHdr footer p {
  margin: 0;
  padding: 0.25rem 0;
}

.oneColFixCtrHdr footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.oneColFixCtrHdr footer a {
  color: #ffffff;
  text-decoration: none;
}

.oneColFixCtrHdr footer a:hover {
  text-decoration: underline;
}

@media (max-width: 48rem) {
  .oneColFixCtrHdr footer {
    flex-direction: column;
    gap: 0.5rem;
  }

  .oneColFixCtrHdr footer p {
    font-size: 0.75rem;
  }

  .oneColFixCtrHdr footer p {
    font-size: 0.75rem;
  }

  /* Hide "All rights reserved" text on mobile */
  .oneColFixCtrHdr footer p {
    font-size: 0.75rem;
  }

  /* Hide "All rights reserved" text on mobile devices */
  .oneColFixCtrHdr footer p .copyright-text {
    display: none;
  }
}

/* Gallery Styles */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  padding: 1rem 0;
}

.gallery-item {
  text-align: center;
}

.gallery-item img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.oneColFixCtrHdr #header h1 img {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 6rem;
}
.oneColFixCtrHdr #header h1 a {
  text-decoration: none;
  color: #ffffff;
}
.oneColFixCtrHdr #header h1 a:hover {
  text-decoration: underline;
}
.oneColFixCtrHdr #mainContent h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  margin: 0.625rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #a40603;
  margin: 0.5rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #a40603;
  margin: 0.375rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #a40603;
  margin: 0.25rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent h5 {
  font-size: 0.875rem;
  font-weight: bold;
  color: #a40603;
  margin: 0.125rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent h6 {
  font-size: 0.75rem;
  font-weight: bold;
  color: #a40603;
  margin: 0.125rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent p {
  margin: 0.5rem 0;
  padding: 0;
  line-height: 1.5;
}
.oneColFixCtrHdr #mainContent ul,
.oneColFixCtrHdr #mainContent ol {
  margin: 0.5rem 0;
  padding: 0 0 0 1.5rem;
}
.oneColFixCtrHdr #mainContent li {
  margin: 0.25rem 0;
  padding: 0;
}
.oneColFixCtrHdr #mainContent a {
  color: #a40603;
  text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
  color: #006633;
  text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:visited {
  color: #666666;
}
.oneColFixCtrHdr #mainContent a:active {
  color: #ff0000;
}
.oneColFixCtrHdr #mainContent img {
  margin: 0.5rem 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
}
.oneColFixCtrHdr #mainContent table {
  margin: 0.5rem 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.oneColFixCtrHdr #mainContent th,
.oneColFixCtrHdr #mainContent td {
  padding: 0.25rem;
  border: 0.0625rem solid #cccccc;
  text-align: left;
}
.oneColFixCtrHdr #mainContent th {
  background-color: #f0f0f0;
  font-weight: bold;
}
.oneColFixCtrHdr #mainContent blockquote {
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-left: 0.25rem solid #a40603;
  background-color: #f9f9f9;
  font-style: italic;
}
.oneColFixCtrHdr #mainContent code {
  font-family: "Courier New", Courier, monospace;
  background-color: #f0f0f0;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.oneColFixCtrHdr #mainContent pre {
  font-family: "Courier New", Courier, monospace;
  background-color: #f0f0f0;
  padding: 0.5rem;
  border-radius: 0.25rem;
  overflow-x: auto;
  margin: 0.5rem 0;
}

/* Navigation Styles */
nav {
  padding: 0.5rem 0;
  text-align: center;
  border-bottom: 0.125rem solid #ffffff;
}

nav a {
  color: #000000;
  text-decoration: none;
  padding: 0.125rem 0.25rem;
  margin: 0 0.125rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease-in-out;
  font-weight: bold;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

nav a:hover {
  background-color: #006633 !important;
  color: #ffffff !important;
}

nav a.active {
  background-color: #006633 !important;
  color: #ffffff !important;
}

/* Counter Styles */
.counter {
  text-align: center;
  margin: 0.5rem 0.25rem 0;
  padding: 0.25rem;
  background-color: rgba(255, 255, 255, 0.95); /* almost white */
  border: 0.125rem solid #006633; /* green border matches background */
  border-radius: 0.25rem;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  min-width: 3rem;
  min-height: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.counter.counter-visible {
  display: block;
}

.counter-control {
  position: fixed;
  right: 0;
  top: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  z-index: 2000;
}

.counter-control:focus-visible {
  opacity: 1;
  outline: 0.125rem solid #006633;
  outline-offset: -0.25rem;
}

.counter-text {
  font-weight: bold;
  color: #222;
  font-size: 0.8rem;
  text-shadow: 0 0 6px #66ff99, 0 0 12px #006633;
  animation: counter-glow-green 1.2s ease-in-out infinite alternate,
    counter-scale 1.2s ease-in-out infinite alternate;
}

@keyframes counter-glow-green {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 12px #66ff99, 0 0 24px #006633;
  }
}

@keyframes counter-scale {
  0% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1.1);
  }
}

/* Gallery Grid Layout */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  justify-items: center;
}

.gallery-item {
  text-align: center;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: transform 0.2s ease-in-out;
}

.gallery-item:hover {
  transform: translateY(-0.125rem);
}

.gallery-item img {
  width: 300px !important;
  height: 200px !important;
  max-width: 300px !important;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

/* Credit image sizing */
img[src*="credit1.gif"] {
  max-width: none !important;
  height: 0.75rem !important;
  width: auto !important;
}

/* Audio Player Styles */
.audio-player {
  text-align: center;
  margin: 1rem auto 0 auto;
  padding: 0.5rem 0.5rem 0 0.5rem;
  background-color: transparent;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 25rem;
}

.audio-player audio {
  max-width: 100%;
  margin-bottom: 0.5rem;
  display: block !important;
  visibility: visible !important;
}

/* Copyright info positioning */
.audio-player + p,
.audio-player + div {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.4375rem;
  color: #666666;
}

/* Contact Section Styles */
.contact {
  text-align: center;
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}

.contact h2 {
  color: #a40603;
  margin-bottom: 0.5rem;
}

.contact p {
  margin: 0.25rem 0;
  color: #000000;
}

/* Contact information text color */
.oneColFixCtrHdr #mainContent p {
  color: #000000 !important;
}

/* Contact information in h3 tags */
.oneColFixCtrHdr #mainContent h3 {
  color: #000000 !important;
}

/* Contact links within h3 tags */
.oneColFixCtrHdr #mainContent h3 a {
  color: #000000 !important;
  text-decoration: underline;
}

.oneColFixCtrHdr #mainContent h3 a:hover {
  color: #006633 !important;
  text-decoration: none;
}

/* Contact links within article tags (bottom contact info) */
.oneColFixCtrHdr #mainContent article a {
  color: #000000 !important;
  text-decoration: underline;
}

.oneColFixCtrHdr #mainContent article a:hover {
  color: #006633 !important;
  text-decoration: none;
}

/* Sauce section spacing */
.oneColFixCtrHdr #mainContent section {
  margin-top: 1rem;
}

.oneColFixCtrHdr #mainContent section a:last-of-type {
  margin-bottom: 1rem;
  display: inline-block;
}

/* Add bottom margin to the last section in main content */
.oneColFixCtrHdr #mainContent section:last-child {
  margin-bottom: 2rem;
}

/* Responsive Design */
@media (max-width: 48rem) {
  .oneColFixCtrHdr #container {
    width: 100%;
    margin: 0;
  }

  .oneColFixCtrHdr #header h1 img {
    max-height: 4rem;
  }

  .oneColFixCtrHdr #mainContent h1 {
    font-size: 1.25rem;
  }

  .oneColFixCtrHdr #mainContent h2 {
    font-size: 1.125rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 0.5rem;
    justify-items: center;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
  }

  nav {
    padding: 0 0 0.25rem 0;
  }

  nav a {
    display: inline-block;
    margin: 0.0625rem 0;
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
  }

  .audio-player {
    max-width: 100%;
    padding: 0.5rem;
    background-color: transparent;
    margin: 1rem 0;
  }

  .audio-player audio {
    width: 100%;
    max-width: 100%;
    height: 3rem;
    display: block !important;
    visibility: visible !important;
  }

  .oneColFixCtrHdr footer {
    flex-direction: column;
    gap: 0.5rem;
  }

  .oneColFixCtrHdr footer .footer-content {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .oneColFixCtrHdr footer .footer-left,
  .oneColFixCtrHdr footer .footer-right {
    text-align: center;
  }

  .oneColFixCtrHdr footer p {
    font-size: 0.625rem;
  }

  /* Hide "All rights reserved" text on mobile devices */
  .oneColFixCtrHdr footer p .copyright-text {
    display: none;
  }
}

@media (max-width: 30rem) {
  .oneColFixCtrHdr #container {
    width: 100%;
    margin: 0;
  }

  .oneColFixCtrHdr #header {
    padding: 0.5rem 0;
    min-height: 6rem;
  }

  .oneColFixCtrHdr #header h1 img {
    max-height: 3rem;
  }

  .oneColFixCtrHdr #mainContent {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
  }

  .oneColFixCtrHdr #mainContent h1 {
    font-size: 1.125rem;
  }

  .oneColFixCtrHdr #mainContent h2 {
    font-size: 1rem;
  }

  .oneColFixCtrHdr #mainContent h3 {
    font-size: 0.875rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    justify-items: center;
  }

  nav {
    padding: 0 0 0.125rem 0;
  }

  nav a {
    padding: 0.25rem 0.125rem;
    font-size: 0.625rem;
    margin: 0.03125rem 0;
  }

  .audio-player {
    max-width: 100%;
    padding: 0.25rem;
    background-color: transparent;
    margin: 0.5rem 0;
  }

  .audio-player audio {
    width: 100%;
    max-width: 100%;
    height: 2.5rem;
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 20rem) {
  .oneColFixCtrHdr #header h1 img {
    max-height: 2.5rem;
  }

  .oneColFixCtrHdr #mainContent {
    font-size: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .oneColFixCtrHdr #mainContent h1 {
    font-size: 1rem;
  }

  .oneColFixCtrHdr #mainContent h2 {
    font-size: 0.875rem;
  }

  nav {
    padding: 0 0 0.0625rem 0;
  }

  nav a {
    padding: 0.125rem 0.0625rem;
    font-size: 0.5rem;
    margin: 0.03125rem 0;
  }

  .oneColFixCtrHdr footer p {
    font-size: 0.5rem;
  }

  /* Hide "All rights reserved" text on mobile devices */
  .oneColFixCtrHdr footer p .copyright-text {
    display: none;
  }
}

/* Inline style replacements */
.copyright-notice {
  text-align: center !important;
  font-size: 1.625rem;
  color: #666666;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Override the left alignment for copyright notice specifically */
.oneColFixCtrHdr #mainContent .copyright-notice {
  text-align: center !important;
}

/* Also override for p elements with copyright-notice class */
.oneColFixCtrHdr #mainContent p.copyright-notice {
  text-align: center !important;
}

/* Center contact information on main page */
.oneColFixCtrHdr #mainContent h3.centered-contact {
  text-align: center !important;
}

/* Center sauce section on main page */
.oneColFixCtrHdr #mainContent section.centered-sauce {
  text-align: center !important;
}

/* Center contact section on contact page */
.oneColFixCtrHdr #mainContent section.centered-contact {
  text-align: center !important;
}

/* Override the left alignment for contact section specifically */
.oneColFixCtrHdr #mainContent section.centered-contact h3 {
  text-align: center !important;
}

/* Footer layout with left and right alignment */
.oneColFixCtrHdr footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
}

.oneColFixCtrHdr footer .footer-left {
  text-align: left;
}

.oneColFixCtrHdr footer .footer-right {
  text-align: right;
}

.black-text {
  color: #000000 !important;
}

.centered-list {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.centered-text {
  text-align: center;
  margin: 20px 0;
}

.center-text {
  text-align: center;
}

.oneColFixCtrHdr #mainContent .download-button {
  font-size: 1.2em;
  padding: 10px 20px;
  background-color: #006633;
  color: white !important;
  text-decoration: none !important;
  border-radius: 5px;
}

.oneColFixCtrHdr #mainContent .download-button:hover {
  text-decoration: none !important;
  color: white !important;
}

.oneColFixCtrHdr #mainContent .download-button:visited {
  text-decoration: none !important;
  color: white !important;
}

.oneColFixCtrHdr #mainContent .download-button:active {
  text-decoration: none !important;
  color: white !important;
}

.no-border {
  border: 0;
}

.normal-font-style {
  font-style: normal;
}

.centered-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

/* Article spacing */
article {
  margin-bottom: 2rem;
}

/* Center all content on kids page */
.oneColFixCtrHdr #mainContent {
  text-align: center;
}

/* Center all paragraphs */
.oneColFixCtrHdr #mainContent p {
  text-align: center;
}

/* Left align h3 elements in articles */
.oneColFixCtrHdr #mainContent article h3 {
  text-align: left;
}

/* Left align paragraphs in articles */
.oneColFixCtrHdr #mainContent article p {
  text-align: left;
}

/* Consistent spacing for all articles */
.oneColFixCtrHdr #mainContent article {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: 0;
}

/* Add margin to the last article */
.oneColFixCtrHdr #mainContent article:last-child {
  margin-bottom: 2rem;
}

/* Left align specific h3 headings */
.oneColFixCtrHdr #mainContent section h3.black-text {
  text-align: left;
}

.left-normal {
  text-align: left;
  font-weight: normal;
}

/* Remove any centering and ensure left alignment for all text in main content */
.oneColFixCtrHdr #mainContent,
.oneColFixCtrHdr #mainContent p,
.oneColFixCtrHdr #mainContent ul,
.oneColFixCtrHdr #mainContent li,
.oneColFixCtrHdr #mainContent h1,
.oneColFixCtrHdr #mainContent h2,
.oneColFixCtrHdr #mainContent h3,
.oneColFixCtrHdr #mainContent h4,
.oneColFixCtrHdr #mainContent h5,
.oneColFixCtrHdr #mainContent h6 {
  text-align: left !important;
}

.left-align-section {
  text-align: left;
}

.left-align-section p {
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
}

.underline {
  text-decoration: underline;
}

.bottom-margin-2rem {
  display: inline-block;
  margin-bottom: 2rem;
}

.oneColFixCtrHdr #mainContent section.centered-contact,
.oneColFixCtrHdr #mainContent section.centered-contact p,
.oneColFixCtrHdr #mainContent section.centered-contact a {
  text-align: center !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.oneColFixCtrHdr #mainContent section.centered-contact p {
  text-align: center !important;
}
