.limelight-regular {
        font-family: "Limelight", sans-serif;
        font-weight: 400;
        font-style: normal;
}

body {
        background-image: url('walltess.png');
        font-size: 18px;
        margin: 0;
        margin-bottom: 5em;
        background-repeat: repeat;
        background-size: 75px;
}

.header {
        font-family: "Limelight", sans-serif;
        width: 100%;
        height: 3em;
        background: oklch(0.3662 0.0629 162.91);
        color: oklch(0.8327 0.0053 145.53);
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: space-around; 
}

.indexpics {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

.indexpics img {
    object-fit: cover;
    object-position: center;
    width: 16.6vw;
    height: 16.6vw;
    min-width: 200px;
    min-height: 200px;
}

.indexpics div {
    width: 16.6vw;
    height: 16.6vw;
    min-width: 200px;
    min-height: 200px;
}


.twoday {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4em;
}

.twoday h1 {
    text-align: center;
    font-family: "Limelight", sans-serif;
    font-size: 2em;
    margin: 0.25em;
    background-color: oklch(0.781 0.1069 62);
    color: oklch(0.3662 0.0629 162.91);
    outline: 4px solid oklch(0.3662 0.0629 162.91);
}

.twoday p {
    line-height: 0.05em;
}

.day-grid {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    margin-top: 1em;
    background: oklch(0.8327 0.0053 145.53);
    min-width: 500px;
}

.day-grid > * {
    padding: 4px;
    outline: 1px solid #444;
}

.band-grid {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
    border-radius: 50%;
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
    background-color: oklch(0.8327 0.0053 145.53);
    min-width: 300px;
    padding: 2em;
    outline: 4px solid #194935;
}

.band-grid p {
    font-family: "Limelight", sans-serif;
    color: oklch(0.3662 0.0629 162.92);
    font-size: 1.5em;
}

.venue-grid {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
    margin: 1em;
    margin-left: 2em;
    row-gap: 20px;
    margin-right: 2em;
    color: oklch(0.3662 0.0629 162.91);
    font-size: 1.1em;
    width: 35vw;
}

.venue-grid img {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.venue-grid h2 {
    background-color: oklch(0.8327 0.0053 145.53);
}

.competitions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.competitions h1 {
    text-align: center;
    font-family: "Limelight", sans-serif;
    font-size: 1em;
    margin: 0.25em;
    color: oklch(0.3662 0.0629 162.91);
    background-color: oklch(0.781  0.1069  62);
    padding: 1em;
    border-radius: 50%;
    outline: 4px solid #194935;
    margin-top: 3em;
}

.competitions a {
    color: oklch(0.3662 0.0629 162.91);
    font-weight: bold;
}

.comp-grid {
    display: grid;
    grid-template-columns: auto;
    text-align: left;
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
    background-color: oklch(0.8327 0.0053 145.53);
    max-width: 75%;
    padding: 2em;
    font-size: 1.1em;
    outline: 4px solid #194935;
}

.comp-grid li {
    margin-bottom: 1.1em;
    margin-top: 1.1em;
}

.staff-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    gap: 10px 20px;
    text-align: center;
    align-items: center;
    color: oklch(0.3662 0.0629 162.91);
}

.staff-grid img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-grid a {
        color: oklch(0.3662 0.0629 162.91);
}

.staff-grid a:hover {
        color: #7a947e;
}

.staff-grid > *:nth-child(8n - 0) , 
.staff-grid > *:nth-child(8n - 1) , 
.staff-grid > *:nth-child(8n - 2) , 
.staff-grid > *:nth-child(8n - 3) {
    display: flex;
    background-color: oklch(0.781 0.1069 62);
    grid-template-rows: 3em;
    width: 100%;
    height: 2em;
    font-weight: bold;
    font-size: 1.3em;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    outline: 4px solid oklch(0.3662 0.0629 162.91);
}

img.staff {
        width: auto;  
        height: 15vw;
        align-items: center;
}

.class-schedule-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    border: 10px solid #ccc;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    gap: 10px 20px;
    text-align: center;
    align-items: center;
}
.dance-schedule-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    border: 10px solid #ccc;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    gap: 10px 20px;
    text-align: center;
    align-items: center;
}

.reg-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    text-align: center;
    margin: auto;
    max-width: 900;
    font-size: 1.2em;
    background-color: oklch(0.8327 0.0053 145.53);
}

.reg-grid > * {
    padding: 14px;
    outline: 1px solid #444;
    /*
    line-height: 50px;
    height: 50px;
    */
}

.weekend {
    grid-column: span 3;
}

.details {
    grid-column: span 4;
    text-align: left;
    line-height: unset;
    height: unset;
}

.details li {
    margin-top: 10px;
}

a.paybutton:hover {
    background-color:         oklch(0.981  0.1069  62);
    color:                    oklch(0.3662 0.0629 162.91);
}

a.paybutton {
    border-radius: 10px;
    border:       2px solid   oklch(0.681  0.1069  62);
    background-color:         oklch(0.881  0.1069  62);
    color: oklch(0.3662 0.0629 162.91);
    font-weight: normal;
    text-align: center;
    margin-left: 0.3em;
    padding: 2px 7px;
    display: inline;
    cursor: pointer;
    font-size: 120%;
}

h1.banner {
        margin-top: 1.5em;
        width: 100%;
        text-align: center; 
        color:      oklch(0.781  0.1069  62);
        background: oklch(0.3662 0.0629 162.91);
        line-height: 3;
}

h1.schedulebanner {
        margin-top: 1.5em;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        text-align: center; 
        color:      oklch(0.781  0.1069  62);
        background: oklch(0.3662 0.0629 162.91);
        line-height: 1;
        padding: 1em;
        outline: 4px solid oklch(0.781 0.1069 62);
}


.footer {
        width: 100%;
        height: 3em;
        display: flex;
        justify-content: space-between;
        background: oklch(0.3662 0.0629 162.91);
        color:      oklch(0.8327 0.0053 145.53);
        font-size: 25px;
        text-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
}

.footer img {
    object-fit: contain;
    max-height: 2.0em;
    margin-right: 10px;
}

.sponsor {
    border-radius: 50%;
    background-color: oklch(0.781 0.1069 62);
    font-size: 25px;
    color: oklch(0.3662 0.0629 162.91);
    padding: 10px;
    font-weight: bold;
}

.sponsor:hover {
    background-color: oklch(0.8897 0.0592 62);
    color: oklch(0.3662 0.0629 162.91);
}

.sponsorlinks {
    border-radius: 50%;
    background-color: oklch(0.781 0.1069 62);
    font-size: 25px;
    color: oklch(0.3662 0.0629 162.91);
    padding: 30px;
    font-weight: bold;
    text-align: center;
    outline: 4px solid oklch(0.3662 0.0629 162.91);
}

.sponsorlinks:hover {
    background-color: oklch(0.8897 0.0592 62);
    color: oklch(0.3662 0.0629 162.91);
}

.sponsor-grid {
    display: grid;
    grid-template-columns: auto;
    text-align: left;
    margin: 1em;
    margin-left: 2em;
    row-gap: 5px;
    margin-right: 2em;
    color: oklch(0.3662 0.0629 162.91);
    background-color: oklch(0.8327 0.0053 145.53);
    font-size: 1.1em;
    width: 35vw;
    padding: 1em;
    outline: 4px solid #194935;
}

.sponsor-grid a {
    color: oklch(0.3662 0.0629 162.91);
}

.header a {
    margin-left: 0.5em;
}

a {
        color: oklch(0.8327 0.0053 145.53);
        text-decoration: none;
}

a:hover {
        color: oklch(0.781 0.1069 62);
}

#bgpic {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3vw;
        max-height: 25vw;
}

#bio {
        margin-left: 25%;
        margin-right: 25%;
}

#bio .big {
        font-size: 120%;
        font-weight: bold;
}

#booking {
        text-align: center;
}
video {
        width: 50%;
        margin-left: 25%;
        margin-top: 2vw;
}
