@charset "utf-8";
/* CSS Document */
/* Cherokee Nights Page Specific Styles */
body.cherokee_nights {
    background-color: #090A0C;
    background-image: url("../images/cherokee_nights_background.jpg");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
    color: #F4F7FA;
}


/* Hide the default logo when the page uses its own branding */
body.cherokee_nights .logo {
    display: none;
}


/* Main page containers */
body.cherokee_nights .left-sidebar,
body.cherokee_nights .center-box,
body.cherokee_nights .sidebar {
    background-color: rgba(0, 0, 0, 0.94);

    /* Horizontal borders */
    border-top: 2px solid #F4F7FA;
    border-bottom: 2px solid #F4F7FA;

    /* Visible vertical accent lines */
    border-left: 2px solid rgba(39, 191, 255, 0.78);
    border-right: 2px solid rgba(39, 191, 255, 0.78);

    /* Existing glow retained and strengthened slightly */
    box-shadow:
        0 0 8px rgba(39, 191, 255, 0.30),
        0 0 16px rgba(39, 191, 255, 0.12),
        inset 0 0 12px rgba(255, 255, 255, 0.025);
}



/* Top bar */
body.cherokee_nights .topbar {
    background: #000000;
    border-top: 2px solid #F4F7FA;
    border-bottom: 2px solid #27BFFF;
    box-shadow: 0 0 10px rgba(39, 191, 255, 0.55);
}


/* Navigation links */
body.cherokee_nights nav a.nav-link {
    color: #F4F7FA;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    transition:
        color 0.2s ease,
        text-shadow 0.2s ease;
}

body.cherokee_nights nav a.nav-link:hover,
body.cherokee_nights nav a.nav-link:focus {
    color: #27BFFF;
    text-shadow:
        0 0 5px rgba(39, 191, 255, 0.8),
        0 0 12px rgba(39, 191, 255, 0.5);
}


/* GIF and media bar */
body.cherokee_nights .gifbar-inner {
    background-color: rgba(0, 0, 0, 0.9);
    border-top: 2px solid #F4F7FA;
    border-left: 2px solid #252A30;
    border-right: 2px solid #252A30;
    box-shadow: 0 0 8px rgba(39, 191, 255, 0.2);
}

body.cherokee_nights .gifbar-outer,
body.cherokee_nights .gradpurpleSmall {
    border-image: linear-gradient(
        to right,
        #F4F7FA 0%,
        #27BFFF 50%,
        #F4F7FA 100%
    ) 1;
}


/* Body text */
body.cherokee_nights p,
body.cherokee_nights li {
    color: #D6DBE1;
}


/* Headings */
body.cherokee_nights h1,
body.cherokee_nights h2,
body.cherokee_nights h3,
body.cherokee_nights h4,
body.cherokee_nights h5 {
    color: #F4F7FA;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.2),
        0 0 10px rgba(39, 191, 255, 0.25);
}


/* Accent headings and labels */
body.cherokee_nights .accent,
body.cherokee_nights .section-title {
    color: #27BFFF;
    text-shadow:
        0 0 5px rgba(39, 191, 255, 0.75),
        0 0 12px rgba(39, 191, 255, 0.45);
}


/* General links */
body.cherokee_nights a {
    color: #27BFFF;
    transition:
        color 0.2s ease,
        text-shadow 0.2s ease;
}

body.cherokee_nights a:hover,
body.cherokee_nights a:focus {
    color: #FFFFFF;
    text-shadow:
        0 0 5px rgba(39, 191, 255, 0.9),
        0 0 14px rgba(39, 191, 255, 0.65);
}


/* Rules and separators */
body.cherokee_nights hr {
    border: 0;
    border-top: 1px solid #F4F7FA;
    opacity: 0.65;
    box-shadow: 0 0 6px rgba(39, 191, 255, 0.45);
}


/* Buttons */
body.cherokee_nights .btn {
    background-color: #000000;
    color: #F4F7FA;
    border: 1px solid #F4F7FA;
    box-shadow: 0 0 6px rgba(39, 191, 255, 0.25);
}

body.cherokee_nights .btn:hover,
body.cherokee_nights .btn:focus {
    background-color: #27BFFF;
    color: #000000;
    border-color: #27BFFF;
    box-shadow:
        0 0 8px rgba(39, 191, 255, 0.85),
        0 0 18px rgba(39, 191, 255, 0.5);
}


/* Images and poster treatment */
body.cherokee_nights img {
    border-color: #252A30;
}

body.cherokee_nights .poster,
body.cherokee_nights .movie-poster {
    box-shadow:
        0 0 8px rgba(255, 255, 255, 0.18),
        0 0 18px rgba(39, 191, 255, 0.3);
}


/* Social icons */
body.cherokee_nights .social-icon {
    color: #F4F7FA;
}

body.cherokee_nights .social-icon:hover {
    color: #27BFFF;
    filter: drop-shadow(0 0 6px rgba(39, 191, 255, 0.9));
}

/* Cherokee Night credits modal */
body.cherokee_nights .credits-container {
    color: #F4F7FA;
    font-family: 'Chicago Plain', Arial, sans-serif;
}

body.cherokee_nights .credits-container p {
    color: #F4F7FA;
    font-family: 'Lucida Console', Monaco, monospace;
    font-size: 0.78rem;
    line-height: 1.55;
}

body.cherokee_nights .credits-container h2,
body.cherokee_nights .credits-container h3 {
    color: #F4F7FA;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.2),
        0 0 10px rgba(39, 191, 255, 0.35);
}

body.cherokee_nights .credits-container h2 {
    font-size: 1.8rem;
    text-transform: none;
}

body.cherokee_nights .credits-container h3 {
    font-size: 1.35rem;
    text-transform: uppercase;
}

body.cherokee_nights .credits-container strong {
    font-weight: 700;
    color: #F4F7FA;
}

body.cherokee_nights .credits-container hr {
    border: 0;
    border-top: 1px solid rgba(214, 244, 255, 0.85);
    opacity: 1;
    box-shadow: 0 0 6px rgba(39, 191, 255, 0.45);
}

body.cherokee_nights .credits-poster {
    display: block;
    width: 100%;
    height: auto;
    box-shadow:
        0 0 8px rgba(255, 255, 255, 0.18),
        0 0 18px rgba(39, 191, 255, 0.3);
}

body.cherokee_nights .credits-sections h3 {
    margin-top: 0;
}

body.cherokee_nights .special-thanks {
    padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
    body.cherokee_nights .credits-poster {
        max-width: 260px;
        margin: 0 auto;
    }

    body.cherokee_nights .credits-container h2 {
        margin-top: 0.5rem;
    }

    body.cherokee_nights .credits-container p {
        font-size: 0.72rem;
    }
	   body.cherokee_nights #creditsModal .modal-dialog {
        max-width: 96vw;
        margin: 0.5rem auto;
    }

    body.cherokee_nights #creditsModal .modal-body {
        padding: 0.75rem;
    }

    body.cherokee_nights #creditsModal .credits-poster {
        max-width: 260px;
        margin: 0 auto 1rem;
    }

    body.cherokee_nights #creditsModal .credits-container p {
        font-size: 0.72rem;
    }
}
/* =========================================================
   A Cherokee Night Credits Modal
   ========================================================= */

body.cherokee_nights #creditsModal .modal-dialog {
    max-width: 90vw;
}

body.cherokee_nights #creditsModal .modal-content {
    background: #000000;
    border: 1px solid rgba(39, 191, 255, 0.75);
    border-radius: 0;
    box-shadow:
        0 0 8px rgba(39, 191, 255, 0.35),
        0 0 22px rgba(39, 191, 255, 0.18);
}

body.cherokee_nights #creditsModal .modal-header {
    background: #000000;
    border-bottom: 1px solid rgba(214, 244, 255, 0.75);
    box-shadow: 0 0 6px rgba(39, 191, 255, 0.35);
}

body.cherokee_nights #creditsModal .modal-title {
    color: #F4F7FA;
    font-family: 'Chicago Plain', Arial, sans-serif;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.25),
        0 0 10px rgba(39, 191, 255, 0.35);
}

body.cherokee_nights #creditsModal .modal-body {
    background: #000000;
    color: #F4F7FA;
    box-shadow: none;
    padding: 1rem;
}

body.cherokee_nights #creditsModal .modal-footer {
    background: #000000;
    border-top: 1px solid rgba(214, 244, 255, 0.75);
}

body.cherokee_nights #creditsModal .btn-close {
    filter: invert(1);
}

body.cherokee_nights #creditsModal .credits-container {
    color: #F4F7FA;
    font-family: 'Chicago Plain', Arial, sans-serif;
}

/* Layout for the existing script-injected poster and credits */
body.cherokee_nights #creditsModal .credits-container > .row {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
}

/* Existing script-injected poster column */
body.cherokee_nights #creditsModal .credits-container > .row > .col-md-3 {
    flex: 0 0 27%;
    max-width: 27%;
    padding: 0 1.25rem 0 0.75rem;
}

/* Main credits content */
body.cherokee_nights #creditsModal #credits-content {
    flex: 0 0 73%;
    max-width: 73%;
    min-height: 570px;
    padding: 0 1.75rem 1rem 1.75rem;
}

body.cherokee_nights #creditsModal .credits-container p {
    color: #F4F7FA;
    font-family:
        'Lucida Console',
        Monaco,
        'Courier New',
        monospace;
    font-size: 0.78rem;
    line-height: 1.55;
}

body.cherokee_nights #creditsModal .credits-container h2,
body.cherokee_nights #creditsModal .credits-container h3 {
    color: #F4F7FA;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.2),
        0 0 10px rgba(39, 191, 255, 0.35);
}

body.cherokee_nights #creditsModal .credits-container h2 {
    font-size: 1.8rem;
    text-transform: none;
    margin-top: 0.15rem;
    margin-bottom: 1.25rem !important;
}

body.cherokee_nights #creditsModal .credits-container h3 {
    font-size: 1.35rem;
    text-transform: uppercase;
}

/* Picture subtitle */
body.cherokee_nights #creditsModal #credits-content > h3 {
    margin-bottom: 2.3rem !important;
    line-height: 1.25;
}

body.cherokee_nights #creditsModal .credits-container strong {
    color: #F4F7FA;
    font-weight: 700;
}

/* Main credits block */
body.cherokee_nights #creditsModal .credits-primary {
    margin-bottom: 1.25rem;
}

/* Dividers */
body.cherokee_nights #creditsModal .credits-container hr {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top: 1px solid rgba(214, 244, 255, 0.85);
    opacity: 1;
    box-shadow: 0 0 6px rgba(39, 191, 255, 0.45);
}

/* Production-credit grid */
body.cherokee_nights #creditsModal .credits-sections {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
}

/* Balanced two-column credit layout */
body.cherokee_nights #creditsModal .credits-sections > div {
    min-height: 120px;
    padding-left: 0;
    padding-right: 2rem;
}

body.cherokee_nights #creditsModal .credits-sections h3 {
    margin-top: 0;
    margin-bottom: 1.25rem !important;
}

/* Poster treatment */
body.cherokee_nights #creditsModal .credits-poster {
    display: block;
    width: 100%;
    height: auto;
    box-shadow:
        0 0 8px rgba(255, 255, 255, 0.18),
        0 0 18px rgba(39, 191, 255, 0.3);
}

/* Special thanks */
body.cherokee_nights #creditsModal .special-thanks {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
    body.cherokee_nights #creditsModal .modal-dialog {
        max-width: 96vw;
        margin: 0.5rem auto;
    }

    body.cherokee_nights #creditsModal .modal-body {
        padding: 0.75rem;
    }

    body.cherokee_nights #creditsModal
    .credits-container > .row > .col-md-3,
    body.cherokee_nights #creditsModal #credits-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.cherokee_nights #creditsModal
    .credits-container > .row > .col-md-3 {
        padding: 0 0 1.5rem;
    }

    body.cherokee_nights #creditsModal #credits-content {
        min-height: 0;
        padding: 0 0.75rem 1rem;
    }

    body.cherokee_nights #creditsModal .credits-poster {
        max-width: 260px;
        margin: 0 auto 1rem;
    }

    body.cherokee_nights #creditsModal #credits-content > h3 {
        margin-bottom: 1.5rem !important;
    }

    body.cherokee_nights #creditsModal
    .credits-sections > div {
        min-height: 0;
        padding-right: 0;
    }

    body.cherokee_nights #creditsModal .credits-container p {
        font-size: 0.72rem;
    }

    body.cherokee_nights #creditsModal .special-thanks {
        padding-bottom: 1rem;
    }
}
