:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #572700;
  --bs-secondary: #f3e5cb;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 87, 39, 0;
  --bs-secondary-rgb: 243, 229, 203;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(122, 110, 97, 0.5);
  --bs-tertiary-color-rgb: 122, 110, 97;
  --bs-tertiary-bg: #7a6e61;
  --bs-tertiary-bg-rgb: 122, 110, 97;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-secondary-header: #8f282b;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
html {
  height:100%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  margin-top: 76px; /* 76+37=113 */
}
main {
  flex: 1;
  background-color: var(--bs-secondary);
}
.container.header {
  background-color: var(--bs-primary);
}
.navbar {
    height: auto;
    min-height: 76px;
}
h2 {
  font-family: Rye, Georgia, serif;
}

.logo--desktop {
    display: none;
}

.logo--mobile {
    display: inline;
    width: 290px;
    height: auto;
}

.navbar-brand #ccc-logo {
  width: 290px;
  height: auto;
}
.nav-item .nav-link {
  /*text-transform: uppercase;*/
    font-family: Rye, Georgia;
    font-size: 1.1rem;
}
.nav-item .nav-link,
.nav-item .dropdown-item,
.nav-item .nav-link:focus-visible,
.nav-item .dropdown-item:focus-visible {
  outline: none;
  box-shadow: none;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
.bg-secondary {
    color: var(--bs-primary);
}
.bg-alt {
    background-color: #d7cab3;
    color: var(--bs-primary);
}
.container-fluid.bg-secondary h2 {
  color: var(--bs-primary) !important;
}
.container-fluid.bg-body-tertiary h2 {
    color: var(--bs-secondary);
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.social-light-icon {
  fill: #ebe5cd;
}
.social-dark-icon {
  fill: var(--bs-tertiary-bg);
}
.icon-26 {
  height:26px;
  width:26px;
}
.nav-link.social {
    display: flex;
    align-items: center; /* Align icons vertically in the middle */
    gap: 8px; /* Adjust the spacing between icons */
}
.nav-link.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px; /* Match the height of .icon-26 */
    width: 26px;
}
.card-text {
  font-size: .9rem;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
a.link-white-75,
a:visited.link-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
a:hover.link-white-75 {
  color: #ffffff;
}
a.link-dark-75,
a:visited.link-dark-75 {
  color: rgba(var(--bs-primary-rgb), .75);
}
a:hover.link-dark-75 {
  color: var(--bs-primary);
}
a:hover.link-light-75 {
  color: #ffffff;
}
.carousel-navigation-bottom {
  display: flex;
  justify-content: center;
}
#business-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-color:#444;
}
#business-carousel .carousel-control-next .carousel-control-next-icon {
  background-color:#444;
}
#business-carousel .carousel-control-next,
#business-carousel .carousel-control-prev {
  position: static;
  display: inline;
  width:auto;
}
ul.list-flush-left {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}
ul.list-flush-left li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.g-6, .gx-6 {
  --bs-gutter-x: 1.5rem;
}
.container-fluid.bg-body-tertiary figcaption {
  color: rgba(255, 255, 255, 0.75);
  background-color:var(--bs-primary);
  text-align: center;
}
.container-fluid.bg-secondary figcaption {
  color: rgba(255, 255, 255, 0.75);
  background-color:var(--bs-primary);
  text-align: center;
}
#member_card_list .card-footer {
  padding: 0 var(--bs-card-cap-padding-x) var(--bs-card-cap-padding-y);
  border-top:none;
  background-color: inherit;
}
#member_card_list .card-text p:first-of-type {
    margin-top: 0;
}
#member_card_list .card-text p:last-of-type {
    margin-bottom: 0;
}
#upcoming_events .event-year {
  width: 100%;
}
#upcoming_events .card-text p:first-of-type {
    margin-top: 0;
}
#upcoming_events .card-text p:last-of-type {
    margin-bottom: 0;
}
.dropdown-menu[data-bs-popper] {
  background-color: var(--bs-primary);
  left: auto;
  border:none;
}
#meeting-minutes .table {
  background-color: transparent;
  border-color: rgba(var(--bs-primary-rgb), .3);
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(var(--bs-primary-rgb), .3);
}
#about-columbia .col-lg-8 {
  padding-right:inherit;
}
#upcoming_events .event-year:first-of-type {
  margin-top: 0;
}
#upcoming_events .event-year h2.text-white-75 {
  margin: 0;
}
.google-map-container {
  position: relative;
  padding-bottom: 100%; /* Ratio for 16:9 */
  height: 0;
  overflow: hidden;
  background-color: #F8F9FA;
}
/* The responsive iframe */
.google-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#supporting-members ul {
  list-style-type: none;
}
.info-section {
  padding-top:1rem;
  border-bottom: 1px solid rgba(var(--bs-tertiary-bg-rgb), .5);
}
.info-section:last-of-type {
  border-bottom: none;
}
.info-section .title,
#directions .title,
#supporting-members .title,
#become-a-member .title,
#board-of-directors .title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--bs-primary);
}
#board-of-directors .card-text {
  font-size: .8rem;
  line-height: 1.3;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.info-section svg {
  fill: var(--bs-primary);
  padding-right: 5px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio for 16:9 videos */
  padding-top: 25px; /* Leave some space for the video title */
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#media .video-section {
  margin-bottom:40px;
}
.btn.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);;
}
.btn.btn-primary:hover {
  background-color: rgba(var(--bs-primary-rgb), .8);
}
.btn.btn-secondary {
    background-color: #d7cab3;
    border-color: #572800;
    color:#572800;
}
.btn.btn-secondary:hover {
    background-color: rgba(215, 202, 179, 0.8);
}
.two-columns,
.three-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}
#upcoming_events .card-body a {
  color: rgba(255,255,255,.75);
}
.business-image-container {
  aspect-ratio: 3 / 2;
  width: 100%;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-image-container {
  width: 100vw;
  height: calc(100vw / 1);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-padding-on-breakpoint {
  padding-top:20px;
}
#membership-application .form-label {
  font-weight: 600;
  color: var(--bs-gray-700);
  margin-bottom: .2rem;
}
#membership-application .input-group-text {
  background-color: var(--bs-gray-500);
}
#membership-application .form-text {
  font-size: .75rem;
  color: var(--bs-gray-900);
  line-height: 1rem;
}
#membership-application .business-fields:not(:first-child) {
  border-top: 1px solid #999;
  margin-top: 25px;
}
#photos figure {
}
#photos figcaption {
  padding:5px;
}
/* Homepage Hero Styling */
.homepage.hero-container {
    position: relative;
    width: 100%;
    height: 50vh; /* 65% viewport height */
    background-image: url('/theme/littlehousegoldcountry/img/strathearn-historical-park-4-square.jpg');
    background-repeat: no-repeat;
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: 40% 68%; /* Moves the image slightly down (adjust percentage or use px) */
    background-attachment: scroll; /* Change to 'fixed' if you want a parallax effect */
    color: #fff;
}
.homepage.hero-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20); /* Adjust opacity here (0.5 = 50% dark) */
    z-index: 1;
}
.homepage.hero-container .overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 95%;
}
.homepage.hero-container .overlay-image {
    max-width: 100%; /* Adjust for responsive size */
    height: auto;
}
.homepage.hero-container .logo {
    width:95%;
    height: auto;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.homepage.hero-container .date {
    font-family: Georgia, serif;
    font-size: 1.95rem;
    line-height: 1;
    font-weight: 800;
    margin-top: 6rem;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px  1px 0 black,
        1px  1px 0 black,
        1px 1px 1px black,
        2px 2px 1px black;
}
.homepage.hero-container .location {
    font-family: Raleway, sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 800;
    margin-top: .5rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1), 1px 1px 2px rgba(0, 0, 0, 1)
}
.homepage.hero-container .tickets {
    font-size: 1.15rem;
    padding: 0.5rem 0.75rem;
    margin-top: 1.5rem !important;
    /*outline: #4ca17b solid 2px;*/
}
/* Video Hero Styling */
.video.hero {
    position: relative;
    overflow: hidden;
    height: calc(90vh - 76px);
}
.video.hero .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video.hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    z-index: 1;
}
.video.hero .hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    /*top: calc(50% + 38px);*/
    transform: translateY(-50%);
}
.video.hero .hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.video.hero .hero-content .btn {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
}
.video.hero .hero-content h1,
.video.hero .hero-content .btn {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Black drop shadow */
}
.font-rye {
    font-family: Rye, Georgia;
}
.font-georgia {
    font-family: Georgia, serif;
}
.font-raleway {
    font-family: Raleway, sans-serif;
}
.font-archivo-narrow-bold {
     font-family: "Archivo Narrow", sans-serif;
     font-optical-sizing: auto;
     font-weight: 700;
     font-style: normal;
 }
.aspect-1x1 {
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.image-frame {
    border-radius: 10px;     /* Rounded corners */
    display: inline-block;
    background: #4c433a;     /* Light gray background */
}
.image-frame.caption {
    font-size: 1rem;
    font-weight: bold;
    color: #333;             /* Dark text */
}
#home,
#tickets {
  scroll-margin-top: 76px; /*113*/
}
#tickets h4.border-bottom,
#tickets h5.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #572700 !important;
}
#tickets li.list-group-item {
    color: var(--bs-primary-rgb);
    background-color: #d7cab3;
    border: var(--bs-list-group-border-width) solid #f3e5cb;
}
footer a {
    color: inherit;
    text-decoration: none;
}
footer a:hover {
    color: color-mix(in srgb, currentColor 50%, white 50%);
}
#lhotp-cast-members .card {
    color: #572700;
    background-color: #fff8ec; /*#fff6e4*/
    border-color: #572700;
    border-radius: 8px;
    border-width: 1px;
}
#lhotp-cast-members .card-body.p-1 {
    padding:.75rem 0 !important;
}
#lhotp-cast-members .card-title {
    font-size: clamp(.5rem, .85rem, 1rem) !important
}
#lhotp-mark {
    background-color: #f3e5cb;
}
#lhotp-mark.py-3 {
    padding: 15px !important;
}
#lhotp-mark .logo {
    width:750px;
}
.dropdown-item.active, .dropdown-item:active {
    color: inherit;
    background-color: inherit;
}
.event-info-overlay-text {
    font-family: Georgia, serif;
    font-size:2rem;
    font-weight: 800;
    line-height: 1.3;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px  1px 0 black,
        1px  1px 0 black,
        1px 1px 1px black,
        2px 2px 1px black;
    padding: 0 50px;
}
.event-info-overlay-subtext {
    font-family: Raleway, sans-serif;
    font-weight: 800;
    font-size:1.1rem;
    line-height: 1;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px  1px 0 black,
        1px  1px 0 black,
        1px 1px 1px black,
        2px 2px 1px black;
}
.lodging.card,
.schedule .card,
#volunteer .card {
    color: var(--bs-primary);
    background-color: #fff8ec;
    border-color: #572700;
    border-radius: 8px;
    border-width: 1px;
}
.schedule .card-header,
#volunteer .card-header {
    background-color: #d7cab3 !important;
    border-radius: 8px 8px 0px 0px !important;
}
.bg-alt .schedule .card-header {
    background-color: #7a6e61 !important;
    color: #f3e5cb;
}
.lodging.card .image-container {
    width: 100%;
    padding-top: 66.66%; /* Creates a 3:2 aspect ratio */
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.lodging .card-text,
.schedule .card-text,
#volunteer .card-text {
    font-size: inherit;
}
.lodging .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 102%;
    object-fit: cover; /* Crops the image while keeping it centered */
    transform: translate(-50%, -50%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#sort,
#type {
    width: 275px !important;
}
.cookie-banner {
    position: fixed;
    bottom: -100px; /* Start hidden below the viewport */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(87, 39, 0, 0.91);
    color: white;
    padding: 14px;
    text-align: center;
    font-size: 15px;
    z-index: 1000;
    border-radius: 8px;
    border: 1px solid #f3e5cb;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .5);
    line-height: 1.4;
    max-width: 650px;
    width: 90%;
    opacity: 0;
}
.cookie-text {
    margin: 5px 0;
    line-height: 1.15;
}
.cookie-btn {
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    margin: 5px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
}
.cookie-btn.accept {
    background: #198754;
    color: white;
}
.cookie-btn.reject {
    background: #f44336;
    color: white;
}
.cookie-text.small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.cookie-link {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}
.text-muted {
    color: inherit !important;
    opacity: 0.65 !important;
}
#event-info #lhotp-cast-members .card {
    color: #f3e5cb;
    background-color: #6a6159;
    border-color: #463c32;
}
.carousel-item .caption {
    font-size:.9rem;
    line-height: 1.3rem;
}
.price-breakout {
    font-size:.75rem;
}
.ticket-status {
    font-size: .85rem;
    font-weight: bold;
}
.ticket-status.sold-out {
    /*font-size:.75rem;*/
    color: #c70000 !important;
}
.ticket-status.selling-quickly {
    color: #1565C0 !important;
}
/* SCHEDULE ITEM STYLES */
.schedule-item {
    display: flex;
    align-items: center;         /* Vertically center time & description */
    border-bottom: 1px solid #ccc; /* Horizontal line between items */
    padding: 0.5rem 0;          /* Spacing above & below each row */
}
.schedule-item:last-child {
    border-bottom: none;        /* Remove the bottom border on the last item (optional) */
}
/* TIME COLUMN */
.schedule-time {
    /*font-family: Rye, Georgia, serif;*/
    font-weight: 700;
    font-size:1.1rem;
    min-width: 80px;           /* Ensures all descriptions align consistently */
    white-space: nowrap;        /* Prevent times like "10:00am - 5:00pm" from wrapping */
    margin-right: 1rem;         /* Space between time & description */
}
.schedule-time small {
    font-size: 70%;
    vertical-align: baseline;        /* Lower "am"/"pm" slightly */
}
.schedule .card-body .list-unstyled {
    margin-bottom:0;
}
.meet-and-greet-collage.photo-collage {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.meet-and-greet-collage.photo-collage + small {
    display: block;
    margin-top: 1rem;
    clear: both;
    z-index: 1;
    position: relative;
}
.meet-and-greet-collage .photo {
    width: 45%;
    max-width: 350px;
    border: 5px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.meet-and-greet-collage .photo:hover {
    transform: scale(1.05);
}
.meet-and-greet-collage .rotate-left {
    transform: rotate(-3deg);
}
.meet-and-greet-collage .rotate-right {
    transform: rotate(3deg);
}
.meet-and-greet-collage .rotate-left-more {
    transform: rotate(-6deg);
}
.meet-and-greet-collage .rotate-right-more {
    transform: rotate(6deg);
}
.photo-collage-vip {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.photo-collage-vip .photo {
    width: 100%;
    max-width: 90%;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: block;
}
.photo-collage-vip .photo:hover {
    transform: scale(1.05) !important;
}
.photo-collage-vip .photo:nth-child(1) {
    transform: rotate(2.5deg);
    z-index: 2;
    position: relative;
    max-width: 85%;
    margin-left: auto;   /* align right */
    margin-right: 0;
}
.photo-collage-vip .photo:nth-child(2) {
    transform: rotate(-2.5deg);
    z-index: 1;
    position: relative;
    max-width: 75%;
    margin-left: 0;       /* align left */
    margin-top: -40px;    /* tucked up under */
}
.photo-collage-wine-train {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.photo-collage-wine-train .photo {
    width: 100%;
    max-width: 90%;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: block;
}
.photo-collage-wine-train .photo:hover {
    transform: scale(1.05) !important;
}
.photo-collage-wine-train .photo:nth-child(1) {
    transform: rotate(-1deg);
    z-index: 2;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
}
.photo-collage-wine-train .photo:nth-child(2) {
    transform: rotate(2.5deg);
    z-index: 1;
    position: relative;
    max-width: 88%;
    margin-left: 40px;
    margin-top: -30px;
}
.photo-collage-wine-train .photo:nth-child(3) {
    transform: rotate(-1.75deg);
    z-index: 2;
    position: relative;
    max-width: 80%;
    margin-left: 0;
    margin-top: -30px;
}
.clearfix-both {
    clear: both;
}
small {
    line-height: 1.2rem;
}
.columbia-gallery .img-fluid {
    border: 3px solid #463c32; /*#463c32 #231F20*/
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio for 16:9 videos */
    padding-top: 25px; /* Leave some space for the video title */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fs-sm,
.fs-7 {
   font-size: .8rem;
    line-height: 1.3;
}
.train-icon svg {
    width: 1.8rem;
    height: auto;
    vertical-align: -.125em;
    display: inline-block;
}
.train-icon.me-2 {
    margin-right: .3rem !important;
}
#interest-group.is-invalid {
    border: 1px solid #dc3545;
    padding: 1rem;
    border-radius: .375rem;
    background-color: #fff0f0;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: inherit !important;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #0d6efd !important;
}
#interest-group.is-invalid .form-check-input[type="checkbox"] {
    box-shadow: 0 0 0 1px #dc3545 !important; /* Bootstrap's red invalid color */
    border: 1px solid #dc3545 !important;
    background-color: #fff;
}
.form-control,
.form-check-input {
    border-color:#7c6658 !important;
}
#volunteers-report {
    font-size:.85rem;
}
#volunteers-report,
#volunteers-report td {
    border-color: #bba988;
}
#volunteers-report th {
    background-color: #d7cab3;
}
#volunteers-report.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f3eee5;
}
#volunteers-report td.phone {
    width:100px;
}
#volunteers-report td.interests {
    width:150px;
}
#experience-group.is-invalid {
    border: 1px solid #dc3545;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #fff0f0;
}
#shift-group.is-invalid {
    border: 1px solid #dc3545;
    padding: 1rem;
    border-radius: .375rem;
    background-color: #fff0f0;
}
#volunteers-report_length,
#volunteers-report_filter {
    font-weight: bold;
}
#volunteers-report_length select,
#volunteers-report_filter input{
    background-color: #ffffff;
}
div.dataTables_wrapper .top .dataTables_info {
    text-align: center;
    width: 100%;
}
/* Prevent wrapping on length and filter sections */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* Ensure labels and controls are inline */
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 0 !important;
}
#sponsorship-tiers ul {
    padding-left: 0 !important;
}
tbody td hr {
    margin: .35rem 0;
}
#volunteers-report_wrapper .dt-button {
    padding: .3rem 1rem;
    margin-left: 1.5rem;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px;
    font-size: .8rem;
}
.sponsor .card-body {
    border-top: 1px solid rgba(87, 40, 0, 0.25);
}
.photo-styling {
    outline: 5px solid #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.text-tan,
a.text-tan {
    color: #f3e5cb;
}
i.bi-geo-alt-fill {
    color:#572700;
}
.subnav-bar {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    letter-spacing: 0.5px;
}
.subnav-bar a {
    color: #f3e5cb;
}
.subnav-bar a:hover {
    color: #ffffff;
}
/* Push subnav down below the main navbar */
#subnav {
    top: 76px; /* Adjust based on your main navbar height */
    z-index: 1030; /* Same as .navbar */
}
.accordion-button {
    background-color: #d7cab3 !important;
}
.accordion-item {
    border-color: #f3e5cb !important;
}
.accordion-button {
    font-family: 'Raleway', sans-serif;
    font-weight: 800 !important;
    color:#572800;
    font-size: 1.1rem;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color:inherit;
}
.gap-5 {
    gap: 2rem !important;
}
#tickets .day {
    font-size: 1.4rem;
    font-weight: 800;
    /*text-transform: uppercase;*/
    margin: 1.5rem 0 0;
    /*letter-spacing: .05rem;*/
}
#tickets .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#tickets .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#tickets .ticket-type-name {
    font-size:1.4rem;
    font-weight: 800;
    text-transform: uppercase;
}
.popover {
    font-size: 1rem;      /* keep your size */
    max-width: 85vw;      /* Bootstrap default is 276px; make it responsive; min(85vw, 320px);*/
    white-space: normal;  /* allow wrapping */
}
.popover-body {
    word-wrap: break-word;
    overflow-wrap: anywhere;         /* break long tokens like URLs/fees if needed */
}
.popover-body hr {
    margin: 5px 0;
}
.price.text-end {
    min-width: 120px;
}
.ticket-description {
    font-size: .85rem;
    line-height: 1.4;
}
#tickets .list-group-item {
    min-height: 65px;
}
i.fees {
    font-size: 1.2rem;
}
.activity-location {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
}
#sponsor-page a {
    text-decoration: noo;
}
img.visit-simi-valley {
    max-width:100%;
}
/* ***************
    MEDIA QUERIES
   *************** */
@media (max-width: 576px) {
    .navbar-brand .logo,
    .navbar-brand #ccc-logo,
     #navbarNav {
        margin-left: calc(var(--bs-gutter-x) * .5);
    }
    .navbar-toggler {
        margin-right: calc(var(--bs-gutter-x) * .5);
    }
}
@media (min-width: 768px)
{
    body {
        font-size:1rem;
    }

    .logo--desktop {
        display: inline;
        width: 325px;
        height: auto;
    }
    .logo--mobile {
        display: none;
    }

    .navbar-brand #ccc-logo {
        width: 325px;
        height: auto;
    }
    .nav-item .nav-link {
        font-size: 1.05rem;
    }
    .homepage.hero-container {
        background-image: url('/theme/littlehousegoldcountry/img/strathearn-historical-park-4.jpg');
        height: 645px;
        background-size:cover;
        background-position: center 50%; /* Moves the image slightly down (adjust percentage or use px) */
    }
    .homepage.hero-container::before {
        background-color: rgba(0, 0, 0, 0.15); /* Adjust opacity here (0.5 = 50% dark) */
    }
    .homepage.hero-container .overlay-image {
    }
    .homepage.hero-container .overlay-container {
        top: 50%;
    }
    .homepage.hero-container .logo {
        /*width:1000px;*/
        height: auto;
        /*filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 1)) drop-shadow(4px 4px 50px rgba(0, 0, 0, 0.7));*/
        filter:
            drop-shadow(-1px -1px 0px rgba(35, 31, 32, .7))
            drop-shadow(1px -1px 0px  rgba(35, 31, 32, .7))
            drop-shadow(-1px 1px 0px  rgba(35, 31, 32, .7))
            drop-shadow(1px 1px 0px   rgba(35, 31, 32, .7))
            drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1))
            drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1))
            drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1))
            drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1));
        /*filter:*/
        /*    drop-shadow(-1px 1px 0px  rgba(35, 31, 32, .7))*/
        /*    drop-shadow(1px 1px 0px   rgba(35, 31, 32, .7))*/
        /*    drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1))*/
        /*    drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1))*/
        /*    drop-shadow(0px 0px 4px   rgba(35, 31, 32, .1));*/

    }
    .circle-bg img {
        width: 60%; /* Adjust size of the SVG inside */
        height: auto;
    }
    .homepage.hero-container .date {
        font-size: 3.1rem;
        margin-top: 9.5rem;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            -1px  1px 0 black,
            1px  1px 0 black,
            2px 2px 0px rgba(0, 0, 0, 1),
            0px 0px 7px rgba(0, 0, 0, 1),
            0px 0px 150px rgba(255, 255, 255, 1),
            0px 0px 150px rgba(255, 255, 255, 1);
    }
    .homepage.hero-container .location {
        font-size: 1.75rem;
        margin-top: 1.0rem;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            -1px  1px 0 black,
            1px  1px 0 black,
            1px 1px 5px rgba(0, 0, 0, 1);
    }
    .homepage.hero-container .tickets {
        font-size: 1.25rem;
        padding: 0.75rem 1.5rem;
        margin-top: 2rem !important;
    }
  .top-padding-on-breakpoint {
    padding-top:0;
  }
  .slider-image-container {
    height: calc(100vw / 3.2);
  }
  .g-6, .gx-6 {
    --bs-gutter-x: 5rem;
  }
  #about-columbia .col-lg-8 {
    padding-right:80px;
  }
  #columbia-chamber-navbar > ul.navbar-nav {
    width:100%;
  }
  .two-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
    .lodging .card-text {
        font-size: .9rem;
    }
}
@media (min-width: 992px) {
    .homepage.hero-container .logo {
        width: 900px;
    }
    .homepage.hero-container .date {
        font-size: 3.2rem;
    }
    .homepage.hero-container .location {
        font-size:1.8rem;
    }
    .custom-col-lg-5 {
        flex: 0 0 auto;
        width: 20%; /* 100/5 */
    }
    .custom-col-lg-7 {
        flex: 0 0 auto;
        width: 14.2857%; /* 100/7 */
    }
    .photo-collage-vip .photo:nth-child(2) {
        transform: rotate(-2.5deg);
        z-index: 1;
        position: relative;
        max-width: 65%;
        margin-left: 0;       /* align left */
        margin-top: -32px;    /* tucked up under */
    }
    .photo-collage ~ small {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
    .w-lg-75 {
        width: 75% !important;
    }
}
/* Extra Large (xl) */
@media (min-width: 1200px) {
    body {
        margin-top: 76px;
    }
    #home,
    #tickets {
        scroll-margin-top: 76px; /*113*/
    }
    .custom-col-xl-5 {
        flex: 0 0 auto;
        width: 20%; /* 100/5 */
    }
    .custom-col-xl-7 {
        flex: 0 0 auto;
        width: 14.2857%; /* 100/7 */
    }
    img.visit-simi-valley {
        max-width:100%;
    }
}
@media (min-width: 1400px) {
    .nav-item .nav-link {
        font-size: 1.25rem;
    }
    .homepage.hero-container .logo {
        width: 1050px;
    }
    .homepage.hero-container .date {
        font-size: 3.5rem;
    }
    .homepage.hero-container .location {
        font-size:2.4rem;
    }
    header .nav-item {
        font-size: inherit;
    }
    .event-info-overlay-text {
        font-size:3rem;
    }
    .event-info-overlay-subtext {
        font-size:2rem;
    }
    #lhotp-cast-members .card-title {
        font-size: clamp(.5rem, 1rem, 1rem) !important
    }
    .custom-col-xxl-5 {
        flex: 0 0 auto;
        width: 20%; /* 100/5 */
    }
    .custom-col-xxl-7 {
        flex: 0 0 auto;
        width: 14.2857%; /* 100/7 */
    }
}
