                      svg {
                          height: 100%;
                          width: 100%;
                      }

body {
    padding: 30px;
    margin: 0px;
    background-color: #000000;
    color: #d4af37;
    font-family: allumi-std, sans-serif;
    font-size: 24px;
}

label {
    font-family: allumi-std, sans-serif;
    margin: 15px;
    color: #d4af37;
}

input,
option,
select,
textarea {
    font-family: allumi-std, sans-serif;
    margin: 15px;
    font-weight: bold;
    color: #d4af37;
    background-color: #000000;
    border: 2px solid #d4af37;
    padding: 10px;
    font-size: 24px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

select {
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #d4af37 50%), linear-gradient(135deg, #d4af37 50%, transparent 50%);
    background-position: calc(100% - 15px) center, calc(100% - 10px) center;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 30px;
}

select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #666;
    color: #666;
}

.border {
    padding: 30px;
    margin: 0px;
    background-color: #000000;
    color: #d4af37;
    font-family: allumi-std, sans-serif;
    border: 4px solid #d4af37;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.heading {
    align-content: center;
    max-width: 75%;
    padding: 0px;
    margin: -5px auto -5px;
    color: #d4af37;
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.gradient {
    height: 3px;
    width: 70%;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(212, 175, 55, 1) 10%,
            rgba(212, 175, 55, 1) 90%,
            rgba(0, 0, 0, 1) 100%
    );
    border: none;
}

.hanging {
    margin: 3px 30px;
    text-indent: -30px;
}

.time {
    padding-left: 15px;
    min-width: 30px;
    text-align: center;
}

.deck {
    padding-left: 15px;
    min-width: 50px;
    text-align: center;
}

.location {
    padding-left: 15px;
    min-width: 250px;
}

.crew {
    padding-left: 30px;
    min-width: 175px;
}

.heading2 {
    align-content: center;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #d4af37;
}

h2 {
    font-size: 36px;
    color: #d4af37;
    text-align: center;
    width: 100%;
}

table {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #d4af37;
}

li {
    list-style-type: square;
}

button,
input[type="button"],
input[type="submit"] {
    max-width: 100%;
    cursor: pointer;
    background-color: #000000;
    color: #d4af37;
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 10px 18px;
    font-family: allumi-std, sans-serif;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #d4af37;
    color: #000000;
    box-shadow: 0 0 14px rgba(212, 175, 55, 0.75);
}

fieldset {
    min-width: 0;
    border-color: #d4af37;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #d4af37;
}

* {
    box-sizing: border-box;
}

img {}
.rotated-image0 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotated-image1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotated-image2 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotated-image3 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

svg {
    max-width: 100%;
    height: auto;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.border {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    body {
        padding: 18px;
        font-size: 20px;
    }

    .border {
        padding: 22px;
        border-radius: 32px;
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .heading,
    .heading2 {
        max-width: 100%;
        font-size: 32px;
        line-height: 34px;
        word-break: normal;
        overflow-wrap: break-word;
    }

    h2 {
        font-size: 30px;
    }

    .gradient {
        width: 90%;
    }

    label,
    input,
    option,
    select {
        margin: 10px;
        padding: 12px;
        font-size: 22px;
    }

    input[type="checkbox"] {
        transform: scale(1.15);
    }

    button,
    input[type="button"],
    input[type="submit"] {
        width: 100%;
        max-width: 320px;
        min-height: 48px;
        margin: 10px auto;
        display: block;
        font-size: 18px;
    }

    table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }

    .time,
    .deck,
    .location,
    .crew {
        min-width: auto;
        padding-left: 8px;
    }

}

@media screen and (max-width: 480px) {
    body {
        padding: 10px;
        font-size: 18px;
    }

    .border {
        padding: 16px;
        border-width: 3px;
        border-radius: 24px;
        border-top-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .heading,
    .heading2 {
        font-size: 26px;
        line-height: 29px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        overflow-wrap: break-word;
    }

    .gradient {
        width: 100%;
    }

    label {
        display: inline-block;
        margin: 8px 4px;
    }

    input,
    option,
    select {
        margin: 8px 4px;
        padding: 12px;
        font-size: 24px;
        width: 70px;
        text-align: center;
        padding-right: 25px;
    }

    fieldset {
        padding: 10px;
    }
}
