@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Happy+Monkey&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chicle&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Smokum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

/* =======================================================
    main formatting
   ======================================================= */
html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(117, 131, 114); 
  color: rgb(255,215,0);                
  overflow-x: hidden;      
  overflow-y: auto !important; 
  scroll-behavior: smooth; 
  font-family: 'Comic Neue', sans-serif;
  text-align: center;
}

p, li, figure {
  margin: 0 0 15px 0;
}

h1, h2, h4, .storyhead { 
  font-family: 'Bangers', cursive; 
  letter-spacing: 0.05em; 
}

/* =======================================================
   DUAL-BAR NAVIGATION STYLING
   ======================================================= */
.main-site-nav,
.jump-links {
  position: fixed; 
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  font-family: 'Comic Neue', sans-serif;
  margin: 0 !important; 
}

/* TOP NAVIGATION BAR */
.main-site-nav {
  top: 0;
  z-index: 9999; 
  background-color: #1a1e19 !important;
  padding: 10px 20px;
  border-bottom: 3px solid rgb(97, 112, 94); 
}

.nav-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  background-color: transparent !important;
}

.nav-link {
  font-family: 'Bangers', cursive; 
  font-size: 18px;
  color: #ffffff !important; 
  text-decoration: none;
  padding: 6px 15px;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  background-color: transparent !important;
}

.nav-link:hover,
.nav-link.active {
  color: #f1c40f !important; 
}

.nav-link.active {
  border-bottom: 2px solid #f1c40f;
}

/* BOTTOM SECTION JUMP BAR */
.jump-links {
  top: 45px; 
  z-index: 9998; 
  background-color: rgb(97, 112, 94) !important; 
  padding: 10px 20px; 
  gap: 10px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
}

.jump-links span {
  font-weight: bold;
  color: #ffffff !important; 
  margin-right: 5px;
  font-size: 15px;
  background-color: transparent !important;
}

.jump-links a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgb(154, 173, 150) !important; 
  color: rgb(97, 112, 94) !important; 
  transition: background-color 0.2s ease, color 0.2s ease;
}

.jump-links a:hover {
  background-color: #ffffff !important;
  color: rgb(97, 112, 94) !important;
}

main {
  padding-top: 140px !important; 
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;               
}

#paddlerform, #gear, #sitting, #howto, #tips, #videostutorials, 
#teamstory, #teamleadership, #teamnews, #fanzone, #photo2023, #photo2024, #photo2025, #thisyear,
#friday, #saturday, #sunday, #monday {
  scroll-margin-top: 155px !important; 
}

/* =======================================================
   landing page
   ======================================================= */
#landingheader { 
  font-size: larger; 
  text-align: center;      
}

#landingheader img {
  display: block;          
  width: 250px; 
  height: auto;
  margin: 0 auto 20px auto; 
  max-width: 100%;         
}

#disclaimer { 
  font-size: x-small; 
}

#disclaimer { 
  font-size: x-small; 
}

#teamstory {
  border: 10px outset rgb(154, 173, 150);
  padding: 20px;
  margin-bottom: 0;
}

#firstteamphoto {
    width: 300px;
    margin: 0 auto; 
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

#firstteamphoto img {
    width: 100%; 
    height: auto;
}

.captains-bio-box { 
  background-color: rgb(97, 112, 94) !important; 
  border: 10px inset rgb(154, 173, 150) !important; 
  border-top: none !important; 
  padding: 20px; 
  margin-bottom: 50px; 
}

.captains-bio-box h1 { 
  background-color: rgb(97, 112, 94) !important; 
  margin-top: 0; 
  padding: 5px 0; 
} 

.captains-container { 
  display: flex; 
  flex-direction: column; 
  gap: 20px; 
  margin-top: 15px; 
  background-color: rgb(97, 112, 94) !important; 
} 

.cards-row {
  display: flex;
  gap: 20px;
  width: 100%;
  background-color: rgb(97, 112, 94) !important; 
}

.captain-card { 
  flex: 1; 
  text-align: center; 
  background-color: rgb(97, 112, 94) !important; 
  padding: 15px; 
} 

.captain-card img { 
  width: 150px; 
  height: 150px; 
  border-radius: 50%; 
  border: 2px solid #333333; 
  object-fit: cover; 
} 

.captain-card p { 
  background-color: rgb(97, 112, 94) !important; 
  margin: 0; 
  padding-top: 10px; 
} 

.captain-card h4 { 
  background-color: rgb(97, 112, 94) !important; 
  margin-bottom: 0; 
  font-family: 'Comic Neue', sans-serif; 
  font-weight: bold; 
}

.senior-link-text {
  text-align: center;
  margin: 15px 0 0 0;
  background-color: rgb(97, 112, 94) !important;
  font-weight: bold;
}

.senior-link-text a {
  color: #ffffff; 
}

.info-section h2 {
  font-family: 'Bangers', cursive;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid rgb(154, 173, 150); 
  padding-bottom: 5px;
}

.info-section {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 25px 0;
  margin-bottom: 40px;
}

.info-section h2 {
  background-color: transparent !important;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  text-align: center; 
}

.info-section p, 
.section-lead-text {
  background-color: transparent !important;
}

.news-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.news-column {
  flex: 1;
}
.news-column h3 {
  font-family: 'Comic Neue', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.news-alert-footer {
  text-align: center;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px dashed rgb(154, 173, 150);
  font-size: 20pt;
}

.news-alert-footer::before {
  content: "⚠️"; 
  font-family: sans-serif;
  margin-right: 8px;
  vertical-align: middle;
}

.news-alert-footer::after {
  content: "⚠️";
  font-family: sans-serif;
  margin-right: 8px;
  vertical-align: middle;
}

.paddler-section {
  border-left: 6px solid rgb(154, 173, 150); 
  border-right: 6px solid rgb(154, 173, 150);
  padding-left: 20px; 
  padding-right: 20px;
}

.paddler-section .section-lead-text strong {
  font-family: 'Comic Neue', sans-serif;
  font-size: 22px; 
  color: #f1c40f; 
  display: block;
  margin-bottom: 5px;
}

.paddler-section .text-link {
  display: inline-block;
  background-color: rgb(154, 173, 150) !important; 
  color: rgb(97, 112, 94) !important; 
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none; 
  font-weight: bold;
  transition: opacity 0.2s ease;
}

.paddler-section .text-link:hover {
  opacity: 0.9;
}

.bulleted-list {
  background-color: transparent !important;
  list-style-type: none; 
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
}

.bulleted-list li {
  background-color: transparent !important;
  font-family: 'Comic Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: center;
}

.bulleted-list li::before {
  content: "⚡ ";
  margin-right: 8px;
}

.info-section a, 
.text-link {
  background-color: transparent !important;
  color: #ffffff; 
  font-weight: bold;
  text-decoration: underline;
}

.bulleted-list li strong {
  text-decoration: underline;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bulleted-list li strong::before {
  content: "⚠️ ";
  font-family: Arial, sans-serif; 
  font-size: 1.1em;
  margin-right: 5px;
  vertical-align: middle;
}

.bulleted-list li strong::after {
  content: "⚠️ "; 
  font-family: Arial, sans-serif; 
  font-size: 1.1em;
  margin-right: 5px; 
  vertical-align: middle;
}

.text-link {
  color: rgb(97, 112, 94);
  font-weight: bold;
  text-decoration: underline;
}

.section-lead-text strong {
  font-size: 15pt;
}

.action-link-container {
  text-align: center;
  margin-bottom: 50px;
}

.btn-primary {
  display: inline-block;
  font-family: 'Comic Neue', sans-serif;
  font-weight: bold;
  font-size: 18px;
  background-color: rgb(97, 112, 94);
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 4px;
  box-shadow: 0 4px 0px #404a3e;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0px #404a3e;
}

.btn-secondary {
  display: block;
  text-align: center;
  font-family: 'Comic Neue', sans-serif;
  font-weight: bold;
  font-size: 16px;
  background-color: rgb(140, 183, 132);
  color: white !important;
  border: 2px solid rgb(97, 112, 94);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 0 auto 30px auto;
  max-width: 400px;
  transition: background-color 0.2s;
}

.btn-secondary:hover {
  background-color: rgba(97, 112, 94, 0.1);
}

.fan-zone-footer {
  background-color: rgb(97, 112, 94); 
  color: #ffffff;
  padding: 35px 25px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}

.welcome-notice p {
  font-family: 'Comic Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 15px auto;
  max-width: 700px;
}

.accent-callout {
  font-family: 'Bangers', cursive !important;
  font-size: 26px !important;
  letter-spacing: 0.05em;
  color: #f1c40f; 
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

/* =======================================================
   Photos and Videos
   ======================================================= */
.thankyou {
  font-size: 20pt;
  font-weight: bolder;
  font-family: "Satisfy", cursive;
}

/* =======================================================
   2023 PHOTOS SECTION
   ======================================================= */
.tabletop { 
  display: flex; 
  flex-direction: column; 
  width: 100%; 
  max-width: 850px; 
  height: auto; 
  background-color: rgb(40, 97, 162) !important; 
  border-radius: 12px; 
  box-shadow: inset 0 0 20px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.1); 
  overflow: visible !important; 
  margin: 0 auto 50px auto; 
  box-sizing: border-box;
}

.collage-header1 { 
  padding: 25px 20px 15px 20px; 
  text-align: center; 
  background-color: rgb(40, 97, 162) !important; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
} 

.collage-title1 { 
  margin: 0; 
  display: inline-block !important; 
  background-color: rgb(40, 97, 162) !important; 
  padding: 8px 18px !important; 
  border-radius: 6px !important; 
  font-family: 'Courier New', Courier, monospace; 
  font-size: 26px; 
  color: #222; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
} 

.photo-area {
    position: relative;
    flex: 1;
    width: 100%;
    background-color: rgb(40, 97, 162) !important;
    min-height: 1650px;
    box-sizing: border-box;
} 

.polaroid { 
  position: absolute; 
  width: 150px; 
  background: #ffffff !important; 
  padding: 12px 12px 24px 12px !important; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
  border-radius: 2px; 
  box-sizing: border-box !important; 
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.25s, z-index 0.1s; 
} 

.polaroid, .polaroid p, .polaroid span {
  color: #222222 !important;
}

.polaroid img, .polaroid video {
    display: block !important;
    width: 100% !important;
    height: 130px !important;
    object-fit: cover !important;
    border: 1px solid #f0f0f0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Column 1 (Left side) ~4% */
.p-1  { top: 20px;   left: 4%;   transform: rotate(-8deg);  z-index: 1; } 
.p-5  { top: 200px;  left: 3%;   transform: rotate(14deg);  z-index: 4; } 
.p-9  { top: 380px;  left: 5%;   transform: rotate(-9deg);  z-index: 1; } 
.p-13 { top: 560px;  left: 2%;   transform: rotate(12deg);  z-index: 6; } 
.p-17 { top: 750px;  left: 4%;   transform: rotate(9deg);   z-index: 3; } 
.p-21 { top: 930px;  left: 3%;   transform: rotate(13deg);  z-index: 2; } 
.p-25 { top: 1120px; left: 5%;   transform: rotate(5deg);   z-index: 6; } 

/* Column 2 ~28% */
.p-2  { top: 15px;   left: 28%;  transform: rotate(6deg);   z-index: 2; } 
.p-6  { top: 220px;  left: 26%;  transform: rotate(-5deg);  z-index: 5; } 
.p-10 { top: 395px;  left: 30%;  transform: rotate(11deg);  z-index: 4; } 
.p-14 { top: 580px;  left: 27%;  transform: rotate(-11deg); z-index: 5; } 
.p-18 { top: 735px;  left: 29%;  transform: rotate(-14deg); z-index: 4; } 
.p-22 { top: 920px;  left: 28%;  transform: rotate(-7deg);  z-index: 1; } 
.p-26 { top: 1105px; left: 30%;  transform: rotate(-9deg);  z-index: 5; } 

/* Column 3 ~52% */
.p-3  { top: 35px;   left: 52%;  transform: rotate(-12deg); z-index: 1; } 
.p-7  { top: 190px;  left: 50%;  transform: rotate(8deg);   z-index: 6; } 
.p-11 { top: 370px;  left: 53%;  transform: rotate(-3deg);  z-index: 2; } 
.p-15 { top: 555px;  left: 51%;  transform: rotate(6deg);   z-index: 1; } 
.p-19 { top: 765px;  left: 52%;  transform: rotate(4deg);   z-index: 5; } 
.p-23 { top: 945px;  left: 53%;  transform: rotate(10deg);  z-index: 4; } 
.p-27 { top: 1135px; left: 52%;  transform: rotate(11deg);  z-index: 1; } 

/* Column 4 (Right side, safely bounded) ~76% */
.p-4  { top: 10px;   left: 76%;  transform: rotate(10deg);  z-index: 3; } 
.p-8  { top: 205px;  left: 75%;  transform: rotate(-15deg); z-index: 2; } 
.p-12 { top: 390px;  left: 77%;  transform: rotate(7deg);   z-index: 3; } 
.p-16 { top: 570px;  left: 74%;  transform: rotate(-8deg);  z-index: 2; } 
.p-20 { top: 750px;  left: 76%;  transform: rotate(-6deg);  z-index: 6; } 
.p-24 { top: 935px;  left: 75%;  transform: rotate(-12deg); z-index: 3; }

.polaroid:hover {
  transform: scale(1.22) rotate(0deg) !important;
  z-index: 999 !important;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

/* =======================================================
   2024 PHOTOS SECTION
   ======================================================= */
.puttputt, #putthead { 
  text-align: center; 
  background-color: rgb(80, 149, 101); 
  color: black; 
  font-size: 26px; 
  font-family: "Chicle", serif; 
} 

.puttputt { 
  padding: 30px 15px; 
  margin-bottom: 50px; 
}

.picture-container {
  column-count: 3; 
  column-gap: 15px; 
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0 auto;
}

.masonry-item {
  display: block;
  margin: 0 0 15px 0; 
  background: white; 
  padding: 8px; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  break-inside: avoid; 
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .picture-container {
    column-count: 2;
    column-gap: 10px;
  }
  .masonry-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .picture-container {
    column-count: 1;
  }
}

/* =======================================================
   2025 PHOTOS SECTION
   ======================================================= */
.collage-container { 
    background-color: red; 
    position: relative; 
    width: 100%; 
    max-width: 800px; 
    min-height: 1250px; /* Slight bump to comfortably clear the final row */
    margin: 40px auto; 
    padding: 40px; 
    border-radius: 12px; 
    overflow: visible !important; 
    box-sizing: border-box; 
} 

.collage-header2 { 
    background-color: red; 
    text-align: center; 
    margin-bottom: 50px; 
    position: relative; 
    z-index: 10; 
} 

.collage-title2 { 
    background-color: red; 
    margin: 0; 
    display: inline-block; 
    font-family: "Happy Monkey", system-ui; 
    font-size: 26px; 
    color: #222; 
    letter-spacing: 2px; 
} 

.collage-item { 
    position: absolute; 
    width: 160px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); 
    background: #ffffff; 
    padding: 10px 10px 20px 10px; 
    box-sizing: border-box; 
    margin: 0; 
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s, z-index 0.1s; 
} 

.collage-item img, .collage-item iframe, .collage-item video { 
    width: 100%; 
    height: 130px; 
    object-fit: cover; 
    display: block; 
    border: 1px solid #e0e0e0; 
} 

/* Row 1 */
.pic-1 { top: 140px; left: 30px; transform: rotate(-8deg); z-index: 4; } 
.pic-2 { top: 130px; left: 215px; transform: rotate(10deg); z-index: 2; } 
.pic-3 { top: 150px; left: 400px; transform: rotate(-5deg); z-index: 5; } 
.video-4 { top: 125px; left: 585px; transform: rotate(7deg); z-index: 3; } 

/* Row 2 */
.pic-5 { top: 340px; left: 35px; transform: rotate(8deg); z-index: 2; } 
.pic-6 { top: 380px; left: 220px; transform: rotate(-12deg); z-index: 6; } 
.pic-7 { top: 350px; left: 410px; transform: rotate(6deg); z-index: 1; } 
.pic-8 { top: 400px; left: 590px; transform: rotate(-4deg); z-index: 4; } 

/* Row 3 */
.pic-9 { top: 580px; left: 30px; transform: rotate(-7deg); z-index: 5; } 
.pic-10 { top: 550px; left: 205px; transform: rotate(11deg); z-index: 2; } 
.pic-11 { top: 600px; left: 395px; transform: rotate(-9deg); z-index: 7; } 
.pic-12 { top: 560px; left: 580px; transform: rotate(13deg); z-index: 3; } 

/* Row 4 */
.pic-14 { top: 780px; left: 35px; transform: rotate(12deg); z-index: 1; } 
.pic-15 { top: 810px; left: 215px; transform: rotate(-6deg); z-index: 5; } 
.pic-16 { top: 760px; left: 405px; transform: rotate(14deg); z-index: 2; } 
.pic-17 { top: 800px; left: 590px; transform: rotate(-8deg); z-index: 6; } 

/* Row 5 */
.pic-18 { top: 980px; left: 120px; transform: rotate(-10deg); z-index: 5; } 
.pic-19 { top: 960px; left: 310px; transform: rotate(7deg); z-index: 2; } 
.pic-20 { top: 990px; left: 500px; transform: rotate(-5deg); z-index: 4; } 

.collage-item:hover { 
    transform: rotate(0deg) scale(1.2) !important; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45); 
    z-index: 999 !important; 
}

/* ============================================================================================
   2026 PHOTOS SECTION
   ============================================================================================ */
#thisyear {
  border: 10px inset black;
  background-color: seagreen;
  padding: 30px 15px;
  margin-bottom: 50px;
  text-align: center;
}

.currenthead {
  font-family: "Smokum", serif;
  background-color: seagreen;
  color: #000;
  font-size: 34px;
}

#thisyear img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 20px auto 0 auto;
  border: 4px solid black;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

/* ========================================================================================================
   New Paddlers Page 
   ======================================================================================================== */
.framed-header {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.framed-header h1 {
  font-family: 'Bangers', cursive;
  font-size: 38px;
  text-align: center;
  margin: 0;
  max-width: 600px;
  letter-spacing: 0.05em;
}

.header-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}

#gear, #sitting {
  background-color: rgb(97, 112, 94) !important; 
  border: 8px outset rgb(154, 173, 150) !important;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

#gear h4, #sitting h4, #howto h4 {
  color: #f1c40f !important; 
  font-size: 30px;
  border-bottom: 2px dashed rgb(154, 173, 150);
  padding-bottom: 10px;
  margin-top: 0;
}

#gear li, #gear em, #sitting li, #sitting p {
  color: #ffffff !important;
  text-align: left;
}

#gear li em, #sitting li em {
  color: #f1c40f !important;
  font-weight: bold;
}

#howto {
  background-color: rgba(154, 173, 150, 0.15) !important; 
  border-left: 8px solid rgb(97, 112, 94); 
  padding: 25px 30px;
  margin-bottom: 50px;
  border-radius: 0 8px 8px 0;
}

#howto li {
  text-align: left;
}

#gear .media-sidebar img, #sitting {
  border: 3px solid #ffffff; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#gear, #sitting {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 8px;
  background-color: rgba(0,0,0,0.15);
  border-radius: 4px;
}

#tips {
  background-color: rgb(97, 112, 94) !important; 
  border: 8px outset rgb(154, 173, 150) !important; 
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 50px; 
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
}

#tips h4 {
  color: #f1c40f !important; 
  font-size: 30px;
  font-family: 'Bangers', cursive;
  border-bottom: 2px dashed rgb(154, 173, 150); 
  padding-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0.03em;
}

#tips li {
  color: #ffffff !important;
  text-align: left;
  font-family: 'Comic Neue', sans-serif;
  line-height: 1.6;
  margin-bottom: 12px;
}

.video-grid-container {
  background-color: #1a1e19 !important; 
  border: 4px solid rgb(97, 112, 94);
  border-radius: 8px;
  padding: 40px 25px;
  margin-top: 60px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.6); 
}

.video-grid-container h2 {
  font-family: 'Bangers', cursive;
  color: #f1c40f !important;
  font-size: 36px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.video-card p {
  font-family: 'Comic Neue', sans-serif;
  color: #ffffff !important;
  font-size: 20px; 
  max-width: 850px;
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 1.5;
}

.video-card p strong {
  color: #f1c40f !important; 
}

.video-card p em {
  color: #ffffff !important; 
  font-style: italic;
}

.video-card {
  margin-bottom: 50px;
}

.video-card:last-child {
  margin-bottom: 0;
}

.media-sidebar img {
  width: 75px !important; 
  height: auto;
  border: 2px solid #ffffff; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

.captioned-frame {
  margin: 10px 0 0 0;
  padding: 12px;
  background-color: rgba(241, 196, 15, 0.1) !important; 
  border: 2px solid #f1c40f !important; 
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.captioned-frame figcaption {
  font-family: 'Comic Neue', sans-serif;
  font-size: 14px;
  color: #f1c40f !important;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.4;
}

.captioned-frame img {
  width: 90px !important;
  margin: 0 auto;
  display: block;
}

.callout-container {
  margin: 35px auto 55px auto;
  max-width: 900px;
  padding: 0 15px;
}

.form-promo-box {
  background-color: rgb(97, 112, 94) !important;
  border: 8px outset rgb(154, 173, 150) !important; 
  border-radius: 8px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.btn-signup {
  display: inline-block;
  font-family: 'Comic Neue', sans-serif;
  font-weight: 900;
  font-size: 22px; 
  letter-spacing: 0.02em;
  background-color: #f1c40f !important;
  color: rgb(97, 112, 94) !important;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 6px;
  box-shadow: 0 5px 0 #b7950b, 0 8px 15px rgba(0,0,0,0.2); 
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  margin-bottom: 20px;
}

.btn-signup:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #b7950b, 0 4px 8px rgba(0,0,0,0.2);
}

.btn-signup:active {
  transform: translateY(5px);
  box-shadow: 0 0px 0 #b7950b, 0 2px 4px rgba(0,0,0,0.1);
}

.form-promo-box p {
  font-family: 'Comic Neue', sans-serif;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.5;
  max-width: 650px;
  margin: 15px auto 0 auto;
}

.form-promo-box .welcome-text {
  font-family: 'Bangers', cursive;
  font-size: 32px;
  color: #f1c40f !important;
  letter-spacing: 0.06em;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

/* ========================================================================================================
  Festival Schedule 
   ======================================================================================================== */
.schedule-intro {
  text-align: center;
  margin-bottom: 40px;
}

.schedule-intro h1 {
  font-family: 'Bangers', cursive;
  font-size: 38px;
  color: rgb(255, 215, 0);
  margin-bottom: 10px;
}

.header-flex-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1050px;
  margin: 0 auto 25px auto;
  flex-wrap: wrap;
}

.header-text-group {
  flex: 1;
  min-width: 290px;
  text-align: left;
}

.header-text-group h1 {
  font-family: 'Bangers', cursive;
  font-size: 38px;
  color: rgb(255, 215, 0); 
  margin: 0 0 10px 0;
}

.header-text-group .intro-p {
  font-family: 'Comic Neue', sans-serif;
  font-size: 18px;
  margin: 0;
}

.schedule-banner-frame img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border: 4px solid rgb(154, 173, 150);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  display: block;
}

#saturdaydisclaimer {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-left: 4px solid #f1c40f;
  color: #ffffff !important;
  padding: 12px 15px;
  border-radius: 0 4px 4px 0;
  font-family: 'Comic Neue', sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  text-align: left; 
  max-width: 600px;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
}

.warning-caption {
  font-size: 16px;
  line-height: 1.5;
  max-width: 700px;
  margin: 15px auto 0 auto;
}

.schedule-card {
  background-color: rgb(97, 112, 94) !important; 
  border: 8px outset rgb(154, 173, 150) !important;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 50px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.schedule-card table caption {
  font-family: 'Bangers', cursive;
  font-size: 28px;
  color: #f1c40f !important; 
  letter-spacing: 0.04em;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.schedule-card table {
  width: 100%;
  border-collapse: collapse; 
  font-family: 'Comic Neue', sans-serif;
}

/* Format Table Headers */
.schedule-card th {
  background-color: #1a1e19 !important; 
  color: #f1c40f !important;
  font-family: 'Bangers', cursive;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  text-align: left;
  border-bottom: 3px solid rgb(154, 173, 150);
}

.schedule-card th.time-col {
  width: 25%; 
}

.schedule-card td {
  padding: 12px 15px;
  color: #ffffff !important; 
  font-size: 16px;
  border-bottom: 1px solid rgba(154, 173, 150, 0.3);
  text-align: left;
}

.schedule-card tbody tr:nth-child(even) {
  background-color: rgba(154, 173, 150, 0.15) !important;
}

.schedule-card tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.tbd-cell {
  color: #f1c40f !important;
  font-weight: bold;
}

#sundayddisclaimer {
  background-color: rgba(0,0,0,0.15) !important;
  border-left: 4px solid #f1c40f;
  color: #ffffff !important;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
  text-align: left;
}

.monday-card {
  border-color: #f1c40f !important;
}

#nextyear {
  font-family: 'Bangers', cursive;
  font-size: 22px;
  color: #f1c40f !important;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
