/* ---------- RESET ---------- */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#e8e8e8;
    color:#222;
}

/* ---------- MAIN PAGE ---------- */

.page{
    width:95%;
    max-width:1000px;
    margin:0 auto;
    background:white;
    min-height:100vh;
    box-shadow:0 0 25px rgba(0,0,0,.15);
}

/* ---------- HEADER ---------- */

header{
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.site-header {
    width: 100%;
    background: #000;
    border-radius: 0px 0px 5px 5px;
}

.header-banner {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.header-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    border-radius: 0;   
}


.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 8px 8px 15px 12px;
    background: #000;
}

.main-nav a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

header{
    position:sticky;
    top: 0;

    background:#1f1f1f;

    display:flex;
    flex-direction:column;
    align-items:center;

    padding:20px;

    z-index:1000;
}

img{
    display:block;
    max-width:100%;
    height:auto;
    margin-bottom: 20px;
}


.logo{
    width:100%;
    display:flex;
    justify-content:center;
}

.logo img{
    width:100%;
    max-width:100px;
    height:auto;
    display:block;
}

nav{
    width:100%;
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:5px;
}

nav a{
    color:white;
    text-decoration:none;
    font-weight:bold;
    transition:.25s;
}

nav a:hover{
    color:#ff8800;
}

/* ---------- SECTIONS ---------- */

section{
    scroll-margin-top: 250px;
    padding:30px 25px;
}

h2 {
    font-family: "Rye", serif;
    font-size: 2.3rem;
    font-weight: 700;
    
    text-align: center;
    color: #2e2013;
    margin-bottom: 30px;
}

p{
    line-height:1.6;
}

img{
    border-radius: 15px;
}

#bio{
    max-width:800px;
    margin:0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
    line-height:1.8;
    text-align:left;
}

.bio-quote{
    font-size: 2rem;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    color: #d4af37;          /* Gold accent */
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.4;
    background-color: white;
    border-radius: 80px;
}

.quote-author{
    font-size:  2rem;
    text-align:center;
    margin-top:-25px;
    margin-bottom:0px;
    font-weight:bold;
    color:#888;
    padding-top: 5%;
}

.meet-me{
    display: flex;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 10px;
}

.meet-me img{
    width: 50%;
    max-width: 450px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

#follow .meet-me {
    margin-top: 30px;
}

#bio h2{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

#bio p{
    margin-bottom:25px;
}

.bio-intro{
    background-color: white;
    border-radius: 2%;
    padding: 5%;
}

.bio-intro h1 {
    text-align: center;
}

.flyer{
    display:block;
    width:100%;
    border-radius:15px;
    margin:25px auto;
    box-shadow:0 6px 18px rgba(0,0,0,.2);
}

.socials{
    display:flex;
    justify-content:center;
    gap:20px;
}

.social-logo{
    width:60px;
    height:auto;
    transition:.2s;
}

.social-logo:hover{
    transform:scale(1.1);
}

.western-divider{

    width:220px;
    height:4px;

    margin:45px auto;

    background:linear-gradient(
        to right,
        transparent,
        #b67a2d,
        #d4af37,
        #b67a2d,
        transparent
    );

    border-radius:50px;

    box-shadow:0 0 8px rgba(212,175,55,.35);

}



/* ---------- HERO ---------- */

.hero{
    text-align:center;
}

.hero p{
    margin:20px auto;
    max-width:500px;
}

.hero-image{
    display:block;
    width:100%;
    max-width:500px;
    height:auto;
    margin:30px auto;
    border-radius:15px;
}

.button{
    display:inline-block;
    margin-top:20px;
    background:#ff7a00;
    color:white;
    padding:15px 35px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
    transition:.25s;
}

.button:hover{
    background:#ff9500;
}

/* ---------- FLYERS ---------- */

.flyer{
    margin:30px auto;
}

.flyer img{
    width:100%;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

/* ---------- GALLERY ---------- */

.gallery-page{
    h1{
            font-family: "Rye", serif;
    font-size: 2.3rem;
    font-weight: 700;
    
    text-align: center;
    color: #2e2013;
    margin-bottom: 30px;
    }
}

.gallery-link{
    text-align:center;
    margin-top:35px;
}

.view-gallery-button{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:18px 42px;
    margin-bottom: 20px;

    font-family:"Rye", serif;
    font-size:1.4rem;

    color:#fff;
    text-decoration:none;

    background:linear-gradient(to bottom,#4b4b4b,#1d1d1d);

    border:3px solid #c8892f;
    border-radius:12px;

    box-shadow:
        0 6px 15px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.15);

    transition:all .25s ease;
}

.view-gallery-button:hover{

    color:#ffd76b;

    background:linear-gradient(to bottom,#616161,#2b2b2b);

    transform:translateY(-4px);

    box-shadow:
        0 12px 25px rgba(0,0,0,.45),
        0 0 18px rgba(200,137,47,.35);

}

.view-gallery-button span{

    transition:.25s ease;

}

.view-gallery-button:hover span{

    transform:translateX(8px);

}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 10px;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery-image:hover {
    transform: scale(1.03);
}

#lightbox{
    display:none;
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    justify-content:center;
    align-items:center;
    z-index:1000;
    padding:24px;
    box-sizing:border-box;
}

.lightbox-content{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
}

#lightbox-image{
    display:block;
    max-width:92vw;
    max-height:calc(100vh - 165px);
    width:auto;
    height:auto;
    object-fit:contain;
    border-radius:10px;
}

.close{
    position:absolute;
    top:14px;
    right:24px;
    color:white;
    font-size:44px;
    line-height:1;
    cursor:pointer;
    z-index:1002;
}

#lightbox-caption{
    width:min(92vw, 900px);
    margin:2px auto 0;
    color:white;
    text-align:center;
    font-size:1.1rem;
    line-height:1.4;
}

.lightbox-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:52px;
    min-height:48px;
}

.arrow{
    position:static;
    transform:none;
    color:white;
    font-size:42px;
    line-height:1;
    cursor:pointer;
    user-select:none;
    padding:4px 16px;
    z-index:1001;
}

.arrow:hover{
    color:#d4af37;
}

/* ---------- EVENTS PAGE ---------- */

.event-grid{
    display:grid;
    gap:30px;
}

#event-page h2{
    margin-bottom:20px;
}

.event-card{
    background:white;
    border-radius:15px;
    overflow:hidden;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

    transition:.25s;

    cursor:pointer;
}

.event-card:hover{
    transform:translateY(-5px);
}

.event-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
}

.event-info{
    padding:20px;
}

.event-info h3{

    margin-bottom:10px;

}

.event-link{

    text-decoration:none;
    color:inherit;
    display:block;

}

.event-description{

    margin-top:10px;
    color:#666;
    font-size:.95rem;
    line-height:1.5;

}

.event-gallery{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:25px;
}

.event-cover{
    margin-bottom:35px;
}

.event-cover img{
    width:100%;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.event-photo{
    width:100%;
    border-radius:12px;
    cursor:pointer;
    object-fit:cover;
    aspect-ratio:1/1;
}

.back-button{
    display:inline-block;
    margin-bottom:25px;
    color:#ff7a00;
    font-weight:bold;
    text-decoration:none;
    transition:.2s;
}

.back-button:hover{
    color:#d4af37;
    transform:translateX(-4px);
}

.event-header{
    background:#f7f7f7;
    border-radius:15px;
    padding:25px;
    margin-bottom:35px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.event-header h1{
    margin-bottom:20px;
    text-align:center;
}

.event-date,
.event-venue{
    font-weight:bold;
    margin-bottom:12px;
}

.event-description{
    margin-top:20px;
    line-height:1.7;
}

.gallery-heading{
    text-align:center;
    margin-bottom:25px;
}


/* ---------- FOLLOW ---------- */

#follow{
    text-align:center;
}

#follow a{
    display:block;
    margin:18px 0;
    font-size:1.2rem;
    text-decoration:none;
    color:#ff7a00;
    font-weight:bold;
}

/* ---------- CONTACT ---------- */

#contact {
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 25px 0;
}

.contact-booking {
    background-color: white;
    border-radius: 20%;

    width: fit-content;
    margin: 0 auto;
    padding: 20px 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;

    font-family: "Montserrat", sans-serif;
}

.contact-booking .phone {

    font-size: 2rem;
    font-weight: 700;

    color: #1f1f1f;

    text-decoration: none;

    transition: .25s;

}

.contact-booking .email {

    font-size: 1.3rem;

    color: #6b4b1f;

    text-decoration: none;

    transition: .25s;

}

.contact-booking a:hover{

    color:#c8892f;

}

/* ---------- FOOTER ---------- */

footer{
    background:#1f1f1f;
    color:white;
    text-align:center;
    padding:30px;
}

@media (min-width:701px){

    .logo img{
        max-width:300px;
    }

}

/* ------- ADMIN --------*/


.admin-dashboard{
    max-width:1000px;
    margin:40px auto;
    padding:20px;
}

.admin-event-title{
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    }

.add-event-btn{
    display:inline-block;
    margin-bottom:25px;
    padding:12px 22px;
    background:#2c7be5;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
}

.admin-event-card{
    display:flex;
    align-items:center;
    gap:20px;
    background:#2b2b2b;
    color:#fff;
    padding:15px;
    margin-bottom:20px;
    border-radius:10px;
}

.admin-event-card img{
    width:120px;
    height:80px;
    object-fit:cover;
    border-radius:8px;
}

.admin-event-info{
    flex:1;
}

.admin-event-info h2{
    margin:0 0 10px 0;
}

.admin-buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.admin-buttons a{
    text-decoration:none;
    color:#fff;
    background:#444;
    padding:8px 12px;
    border-radius:6px;
    text-align:center;
}

.admin-buttons a:hover{
    background:#666;
}

.admin-dashboard form{
    display:flex;
    flex-direction:column;
    gap:15px;
    max-width:600px;
    margin:30px auto;
}

.admin-dashboard input,
.admin-dashboard textarea{
    padding:12px;
    border-radius:6px;
    border:1px solid #ccc;
    font-size:1rem;
}

.admin-dashboard button{
    padding:14px;
    border:none;
    background:#2c7be5;
    color:white;
    font-size:1rem;
    border-radius:6px;
    cursor:pointer;
}

.admin-dashboard button:hover{
    background:#1f64bb;
}

/* ---------- LESSONS ---------- */

.lessons-page {
    width: 100%;
    padding: 25px 20px 40px;
    text-align: center;
    box-sizing: border-box;
}

.lessons-page h1 {
    font-family: "Rye", serif;
    font-size: 2.3rem;
    font-weight: 700;
    
    text-align: center;
    color: #2e2013;
    margin-bottom: 30px;
}

.lessons-list {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.lesson-item {
    width: 100%;
    margin-bottom: 30px;
}

.lesson-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.lessons-empty {
    padding: 40px 20px;
    text-align: center;
}

/* ---------- ADMIN LESSONS ---------- */

.lesson-upload-form {
    margin: 20px 0 30px;
}

.lesson-upload-form input {
    display: block;
    margin: 10px 0;
}

.admin-lessons-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.admin-lesson-card {
    padding: 15px;
    background: #2a2a2a;
    border-radius: 10px;
}

.admin-lesson-card img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 15px;
    border-radius: 8px;
}

.admin-lesson-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.admin-lesson-buttons button {
    cursor: pointer;
}

/* ---------- ADMIN HUB ---------- */

.admin-hub {
    padding: 30px 20px 50px;
}

.admin-hub > h1,
.admin-hub > p {
    text-align: center;
}

.admin-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 30px auto 0;
}

.admin-hub-card {
    display: block;
    padding: 35px 20px;
    background: #2a2a2a;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

.admin-hub-card:hover {
    transform: translateY(-3px);
}

.admin-hub-card h2 {
    margin-top: 0;
}

.admin-hub-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}



/* SCREEN FIT BREAKKPOINTS */




/* ---------- COMPACT: PHONE / TABLET / NARROW LAPTOP ---------- */
/* 850px intentionally includes narrow laptop browser viewports such as the 725px MacBook test. */

@media (max-width:850px){

    section{
    padding:10px 20px;
    }

    .page{
        width:100%;
        max-width:100%;
    }

    header{
        flex-direction:column;
        padding:8px;
    }

    .header-banner {
        width:100%;
        height:120px;
        overflow:hidden;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .header-banner img {
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
    }

    .main-nav {
        width:100%;
        gap:8px 16px;
        padding:6px 4px 10px;
        flex-wrap:wrap;
    }

    .main-nav a {
        font-size:0.82rem;
        white-space:nowrap;
    }

    h1{
    margin-bottom:25px;
    text-align:center;
    font-weight: bold;
    color: black;
    }

    h2{
    margin-bottom:25px;
    text-align:center;
    font-weight: bold;
    color: black;
    }

    .logo{
        width:100%;
        display:flex;
        justify-content:center;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .logo img{
        width:100%;
        max-width:100px;
        height:100%;
        display:block;
        padding: 0;
        margin-top: 0;
    }

    nav{
        flex-wrap:wrap;
        justify-content:center;
        margin-top: 0;
        padding: 0;
    }

    header h1{
        text-align:center;
    }

    /* Default image */
    img{
        display:block;
        max-width:100%;
        height:auto;
        border-radius: 15px;
    }

    .meet-me{
    display: flex;
    justify-content: center;
    margin: 30px 0;
    }

    .meet-me img{
    width: 70%;
    max-width: 350px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    /* -----------EVENT PHONE --------------*/

    .event-card img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
        border-radius: 8px 8px 0 0;
    }

    /* ---------- ADMIN PHONE ---------- */

    .admin-event-card{

        flex-direction:column;
        align-items:center;
        text-align:center;

        padding:20px;

    }

    .admin-event-card img{

        width:100%;
        max-width:300px;
        height:auto;

    }

    .admin-event-info{

        width:100%;

    }

    .admin-event-info h2{

    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;

    color:white;

    margin-bottom:10px;

    }

    .admin-buttons{

        width:100%;

        flex-direction:row;
        justify-content:center;
        flex-wrap:wrap;

        gap:10px;

    }

    .admin-buttons a{

        flex:1;
        min-width:100px;

    }

    .admin-event-title{

        font-size:2rem;

    }

    }

    .photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 25px;
    }

    .photo-card {
        background: white;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,.15);
        text-align: center;
    }

    .photo-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 8px;
    }

    /* ---------- LESSONS PHONE ---------- */

    .lessons-page {
        padding: 20px 12px 30px;
    }

    .lesson-item {
        margin-bottom: 18px;
    }

    .lesson-item img {
        border-radius: 6px;
    }

    /* ---------- ADMIN HUB ----------*/

    .admin-hub-grid {
        grid-template-columns: 1fr;
    }

/* ---------- HOME ADMIN ---------- */

.home-admin {
    padding: 30px 20px 50px;
}

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

.home-add-section {
    display: flex;
    gap: 10px;
    max-width: 650px;
    margin: 20px auto 30px;
}

.home-add-section input,
.home-title-form input {
    flex: 1;
    min-width: 0;
    padding: 10px;
}

.home-admin-sections {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-admin-section {
    background: #2a2a2a;
    color: white;
    padding: 18px;
    border-radius: 10px;
}

.home-admin-section-header,
.home-title-form,
.home-section-actions,
.home-image-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.home-title-form {
    flex: 1;
}

.section-source {
    margin: 14px 0 0;
    opacity: 0.8;
}

.home-image-upload {
    margin: 18px 0;
}

.home-admin-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.home-admin-image-card {
    background: #1c1c1c;
    padding: 10px;
    border-radius: 8px;
}

.home-admin-image-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.danger-button {
    background: #8b1e1e;
    color: white;
}

.home-manual-images img {
    margin-bottom: 25px;
}

@media (max-width: 850px) {
    .home-add-section,
    .home-title-form {
        flex-direction: column;
        align-items: stretch;
    }

    .home-admin-section-header {
        align-items: stretch;
    }

    .home-section-actions {
        justify-content: center;
    }

    .home-admin-images {
        grid-template-columns: 1fr;
    }
}


@media (max-width:850px){
    #lightbox{
        padding:16px 10px 12px;
    }

    #lightbox-image{
        max-width:96vw;
        max-height:calc(100vh - 145px);
    }

    #lightbox-caption{
        width:94vw;
        font-size:1rem;
    }

    .lightbox-nav{
        gap:38px;
    }

    .arrow{
        font-size:38px;
        padding:2px 14px;
    }

    .close{
        top:10px;
        right:16px;
        font-size:40px;
    }
}


/* ---------- LAPTOP / MEDIUM SCREEN ---------- */

@media (min-width: 851px) and (max-width: 1600px) {

    .page {
        width: 70%;
        max-width: 650px;
    }

    header {
        padding: 8px;
    }

    .header-banner {
        width: 100%;
        height: 120px;
        overflow: hidden;
    }

    .header-banner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        margin-bottom: 0;
    }

    .main-nav {
        gap: 20px;
        padding: 5px 8px 10px;
    }

    .main-nav a {
        font-size: 0.9rem;
    }
}

/* =========================================================
FINAL SCREEN-FIT OVERRIDES
Centered flyer-focused layout with dark brown gutters.
Placed last intentionally so these rules override earlier
.page / breakpoint width declarations.
   ========================================================= */

body{
    background-color:#1b100b;
    background-image:url("../images/branding/background-light.png");
    background-repeat:repeat;
    background-size: auto;
    background-position:center;
}

/* LARGE DESKTOP */
@media (min-width: 1601px) {

    .page {
        width: 95%;
        max-width: 1000px;
        margin: 0 auto;

        background-color: white;
        background-image: url("../images/branding/background-light.png");
        background-repeat: repeat;
        background-size: 300px auto;
        background-position: center;
    }

    body {
        background-image: url("../images/branding/background-dark.png");
        background-size: 520px auto;
    }
}

/* NORMAL DESKTOP / LARGE LAPTOP */
@media (min-width: 1301px) and (max-width: 1600px) {

    .page {
        width: 80%;
        max-width: 900px;
        margin: 0 auto;
        
        background-color: white;
        background-image: url("../images/branding/background-light.png");
        background-repeat: repeat;
        background-size: 300px auto;
        background-position: center;
    }

    body {
        background-image: url("../images/branding/background-dark.png");
        background-size: 520px auto;
    }
}


/* Medium laptop */
@media (max-width:1300px){
    .page{
        width:70%;
        max-width:700px;
        margin:0 auto;

        background-color: white;
        background-image: url("../images/branding/background-light.png");
        background-repeat: repeat;
        background-size: 300px auto;
        background-position: center;
    }

    body{
        background-image: url("../images/branding/background-dark.png");
        background-size: 520px auto;
    }
}

/* Narrow / scaled laptop — John's 1098px viewport lands here */
@media (max-width:1150px){
    .page{
        width:90%;
        max-width:400px;
        margin:0 auto;

        background-color: white;
        background-image: url("../images/branding/background-light.png");
        background-repeat: repeat;
        background-size: 300px auto;
        background-position: center;
    }

    .header-banner{
        height:80px;
        border-radius: 0;
        overflow: hidden;
        background:#0000;
    }

    .header-banner img{
        width:100%;
        height:105px;
        object-fit:contain;
        object-position:center;
        margin-bottom:0;
        border-radius: 0;
    }

    .bio-intro {
        font-size: small;
    }

    .bio-intro h1 {
        margin-bottom: 20px;
    }
}

/* Tablet / very narrow laptop */
@media (max-width:850px){
    .page{
        width:90%;
        max-width:550px;
        margin:0 auto;

        background-color: white;
        background-image: url("../images/branding/background-light.png");
        background-repeat: repeat;
        background-size: 300px auto;
        background-position: center;
    }
}

/* Phone — use nearly all available width */
@media (max-width: 850px) {

    .page {
        width: 100%;
        max-width: 100%;

        background-color: white;
        background-image: url("../images/branding/background-light.png");
        background-repeat: repeat;
        background-size: 300px auto;
        background-position: center;
    }

    section{
        background-color: transparent;
    }

    .bio-quote {
        background-color: white;
        border-radius: 10%;
    }

    .bio-intro{
        background-color: white;
        border-radius: 10%;
    }

    .bio-intro p {
        font-size: medium;
    }


}

/* ---------- EVENT ORDER CONTROLS ---------- */

.event-move-controls {
    display: flex;
    gap: 8px;
}

.admin-dashboard .event-move-controls form,
.admin-dashboard .event-delete-form {
    display: block;
    margin: 0;
    max-width: none;
}

.admin-dashboard .event-move-controls button {
    padding: 8px 10px;
    font-size: 0.85rem;
    white-space: nowrap;
}

.admin-dashboard .event-move-controls button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.admin-dashboard .event-delete-form button {
    width: 100%;
}

