html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}
article, header, section, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    background-color: #400000;
    color: #fffee0;
    font-family: Arial, sans-serif;
    font-size: 100%;
    line-height: 24px;
    margin: 0;
	padding: 0;
}

/*        */
/* Header */
/*        */

header {
    width: 100%;
    height: 10%;
    background-color: #200202;
    color: #fffee0;
    border-top: 4px solid #ffd700;
    border-bottom: 4px solid #ffd700;
}
.header-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-image {
    height: 100%;
}
.menu {
    list-style: none;
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 4;
}

.menu li a {
    color: #f7e275;
    text-decoration: none;
    padding: 0 15px;
    display: block;
    line-height: 60px;
    font-weight: bold;
}

.menu li a:hover {
    color: #f7e275;
    background-color: #600000;
}
.menu li a:visited {
    color: #f7e275;
}

.hamburger {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    margin-left: auto;
    margin-right: 4%;
    color: #f7e275;
}

#toggle-menu {
    display: none;
}
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    .hamburger:hover {
        color: goldenrod;
    }
    .menu {
        position: absolute;
        top: 7%;
        left: 0;
        right: 0;
        background-color: #200202;
        flex-direction: column;
        display: none;
        padding-left: 0;
        border-bottom: 4px solid gold;
    }
    .menu li a {
        line-height: 40px;
        padding: 10px 20px;
    }

    #toggle-menu:checked + .header-image + .hamburger + .menu{
        display: flex;
    }
}

/*        */
/* Footer */
/*        */

footer {
    background-color: #200202;
    color: #fffee0;
    border-top: 2px solid gold;
    font-size: 16px;
}
.footer-container {
    display: grid;
    margin: 2%;
    width: 50%;
}
.footer-container div {
    display: block;
}
.footer-container div > p {
    position: relative;
    width: 100%;
    text-align: left;
}
.footer-container a {
    color: #fffee0;
}
.footer-container a:hover {
    color: #dddcc0;
}
.footer-container a:visited {
    color: #fffee0;
}
.footer-copyrite {
    margin: 2%;
}
.icon-socials {
    font-size: 1em;
    width: 64px;
}
.footer-list {
    list-style: none;
    padding-left: 0;
}
.footer-list li {
    display: inline;
    padding-right: 1%;
}

a:visited {
    color: black;
}
.p-centered {
    text-align: center;
    position: absolute;
    width: 100%;
    align-content: center;
    bottom: 0px;
}

.divider-gold {
    border: solid gold;
    border-radius: 32%;
    width: 90%;
}

.grid-4 {
    grid-template-columns: auto auto auto auto;
}
.grid-3 {
    grid-template-columns: auto auto auto;
}
.grid-2 {
    grid-template-columns: auto auto;
}

/*             */
/* Poster Wall */
/*             */

.poster-wall {
    width: 100%;
}
.poster-wall-headline {
    width: 100%;
    margin: auto;
    background-color: #200202;
    align-content: center;
    padding: 1% 0;
}
.poster-wall-headline h2 {
    text-transform: uppercase;
    font-size: clamp(1.5rem, 2vw, 4rem);
    color: #fffee0;
    text-align: center;
    line-height: 1em;
    margin: auto 4%;
}
.poster-wall-container {
    display: grid;
    margin: auto;
    align-content: center;
}
.poster-wall-container div {
    border: 4px solid #ffd700;
    border-radius: 4%;
    display: block;
    padding: 4%;
    align-content: center;
    margin: 4%;
    background-color: #200202;
}
.poster-wall-container div > img {
    width: 100%;
    border-radius: 4%;
    margin: auto;
}
.poster-wall-container div > a > img {
    width: 100%;
    border-radius: 4%;
    margin: auto;
}
.poster-wall-container div > p {
    position: relative;
    width: 100%;
    align-content: center;
    text-align: center;
}

/*             */
/* About Plays */
/*             */

.about-plays {
    background:#400000;
    font-size: 100%;
    margin: 0px;
	padding: 0px;
}
.about-container {
    padding: 2% 8%;
}
.about-column {
    float: left;
}
.c35-left {
    width: 35%;
}
.c65-right {
    width: 65%;
}
.about-poster{
    padding: 4%;
    padding-top: 0%;
}
.about-poster-img{
    width: 100%;
    border-radius: 8%;
    border: solid #ffd700;
    border-width: 2px;
}
.about-description {
    padding: 4%;
    padding-top: 2%;
    margin-top: 0%;
    border: solid #ffd700;
    border-width: 2px;
    border-radius: 16px;
    background-color: #200202;
    color: #fffee0;
}
.about-content:after {
    content: "";
    display: table;
    clear: both;
}
.about-link {
    background-color: #ffd700;
    padding: 8px;
    border-radius: 8px;
    color: black;
    margin: 0% 4%;
}
.about-link:visited {
    color: black;
}
.about-link:hover {
    background-color: #daa520;
    color: black;
}

.prelative-centered {
    position: relative;
    width: 100%;
    text-align: center;
}

/*           */
/* Slideshow */
/*           */

.upcoming-shows {
    background-color: #200202;
}
.slideshow-container {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
    
}
a.slide-link {
    background-color: #ffd700;
    padding: 8px;
    border-radius: 8px;
    color: black;
    margin: 0% 4%;
    font-size: clamp(1rem, 2vw, 3rem);
}
a.slide-link:hover {
    background-color: #daa520;
}
.slide-text-full {
    display: block;
}
.slide-text-mobile {
    display: none;
}
.slideshow-background {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.slideshow-background img {
    width: 100%;
}
#slideshow {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slides {
    width: 400%;
    position: relative;
    -webkit-animation: slide 30.0s infinite;
    -moz-animation: slide 30.0s infinite;
    animation: slide 30.0s infinite;
}
.slide-container {
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slide {
    width: 100%;
}
.slide-image-mobile img {
    display: none;
}
.slide-image-full img {
    width: 100%;
    position: relative;
    left: 24%;
}

/*          */
/* Contents */
/*          */

.content {
    width: 24%;
    position: absolute;
    overflow: hidden;
    background-color: rgba(32,2,2,0.8);
    top: 0px;
    bottom: 0px;
}
.content-txt {
    width: 100%;
    position: relative;
    -webkit-animation: content-slide 7.5s infinite;
    -moz-animation: content-slide 7.5s infinite;
    animation: content-slide 7.5s infinite;
}
.content-txt h2 {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: clamp(1.5rem, 2vw, 4rem);
    color: #fffee0;
    text-align: left;
    padding-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 0;
    line-height: 1em;
}
.content-txt p {
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 3rem);
    line-height: clamp(1rem, 2vw, 3rem);
    color: #fffee0;
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 0;
}

/*                   */
/* Slideshow counter */
/*                   */

.slideshow-counter {
    width: 120px;
    height: 10px;
    left: 8px;
    top: 8px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 2;
}
.slideshow-counter > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.slideshow-counter > ul > li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    float: left;
    margin-right: 5px;
}
.slideshow-counter ul {
  overflow: hidden;
}
.bouncing-ball {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #daa520;
    position: relative;
    -webkit-animation: bouncing-ball 30.0s infinite;
    -moz-animation: bouncing-ball 30.0s infinite;
    animation: bouncing-ball 30.0s infinite;
}

/*                     */
/* Slideshow Animation */
/*                     */

@keyframes load {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes slide{
    0%,100% {
        margin-left: 0%;
    }
    20% {
        margin-left: 0%;
    }
    25% {
        margin-left: -100%;
    }
    45% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    70% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    95% {
        margin-left: -300%;
    }
}
@-moz-keyframes slide{
    0%,100% {
        margin-left: 0%;
    }
    20% {
        margin-left: 0%;
    }
    25% {
        margin-left: -100%;
    }
    45% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    70% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    95% {
        margin-left: -300%;
    }
}
@keyframes slide{
    0%,100% {
        margin-left: 0%;
    }
    20% {
        margin-left: 0%;
    }
    25% {
        margin-left: -100%;
    }
    45% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    70% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    95% {
        margin-left: -300%;
    }
}

@-webkit-keyframes content-slide{
    0% {
        left: -512px;
    }
    10% {
        left: 0px;
    }
    20% {
        left: 0px;
    }
    30% {
        left: 0px;
    }
    40% {
        left: 0px;
    }
    50% {
        left: 0px;
    }
    60% {
        left: 0px;
    }
    70% {
        left: 0px;
    }
    80% {
        left: -512px;
    }
    90% {
        left: -1024px;
    }
    100% {
        left: -1024px;
    }
}
@-moz-keyframes content-slide{
    0% {
        left: -512px;
    }
    10% {
        left: 0px;
    }
    20% {
        left: 0px;
    }
    30% {
        left: 0px;
    }
    40% {
        left: 0px;
    }
    50% {
        left: 0px;
    }
    60% {
        left: 0px;
    }
    70% {
        left: 0px;
    }
    80% {
        left: -1024px;
    }
    90% {
        left: -1024px;
    }
    100% {
        left: -1024px;
    }
}
@keyframes content-slide{
    0% {
        left: -512px;
    }
    10% {
        left: 0px;
    }
    20% {
        left: 0px;
    }
    30% {
        left: 0px;
    }
    40% {
        left: 0px;
    }
    50% {
        left: 0px;
    }
    60% {
        left: 0px;
    }
    70% {
        left: 0px;
    }
    80% {
        left: -1024px;
    }
    90% {
        left: -1024px;
    }
    100% {
        left: -1024px;
    }
}

@-webkit-keyframes bouncing-ball{
    0%,100% {
        margin-left: 0%;
    }
    20% {
        margin-left: 0%;
    }
    25% {
        margin-left: 15px;
    }
    45% {
        margin-left: 15px;
    }
    50% {
        margin-left: 30px;
    }
    70% {
        margin-left: 30px;
    }
    75% {
        margin-left: 45px;
    }
    95% {
        margin-left: 45px;
    }
}

@-moz-keyframes bouncing-ball{
    0%,100% {
        margin-left: 0%;
    }
    20% {
        margin-left: 0%;
    }
    25% {
        margin-left: 15px;
    }
    45% {
        margin-left: 15px;
    }
    50% {
        margin-left: 30px;
    }
    70% {
        margin-left: 30px;
    }
    75% {
        margin-left: 45px;
    }
    95% {
        margin-left: 45px;
    }
}

@keyframes bouncing-ball{
    0%,100% {
        margin-left: 0%;
    }
    20% {
        margin-left: 0%;
    }
    25% {
        margin-left: 15px;
    }
    45% {
        margin-left: 15px;
    }
    50% {
        margin-left: 30px;
    }
    70% {
        margin-left: 30px;
    }
    75% {
        margin-left: 45px;
    }
    95% {
        margin-left: 45px;
    }
}

@media (max-width: 960px) {
    .content {
        position: relative;
        background-color: #200202;
        padding: 0px;
        top: -4px;
        width: 100%;
        height: 50vh;
    }
    .content-txt {
        width: 100%;
        float: none;
    }
    .content-txt h2 {
        font-size: clamp(1.0rem, 5vw, 1.5rem);
        margin: 0px;
        margin-top: 2%;
        text-align: center;
    }
    .content-txt p {
        margin: 0px;
        margin-left: 8%;
        margin-right: 8%;
        line-height: clamp(1.0rem, -0.5rem + 5vw, 1.5rem);
    }
    .p-centered {
        position: absolute;
    }
    .slide-image-full img {
        left: 18%;
    }
/*
    .slide-image-mobile img {
        display: block;
        left: 0%;
        width: 100%;
    }
*/
    .slide-links-container {
        position: absolute;
        bottom: 0px;
    }
    .slide-text-full {
        display: block;
    }
    .slide-text-mobile {
        display: none;
    }
    .c35-left {
        width: auto;
    }
    .c65-right {
        width: auto;
    }
    
    /*             */
    /* Poster Wall */
    /*             */
    
    .poster-wall-container {
        display: block;
        width: 80%;
    }
    
    /*        */
    /* Footer */
    /*        */
    
    .footer-container {
        display: block;
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .slide-text-full {
        display: none;
    }
    .slide-text-mobile {
        display: block;
    }
}
