html {
    overscroll-behavior: none;
    font-display: block;
}
body {
    overscroll-behavior: none;
    background-color: #c2fbe4;
    background-image: url('images/quilt.png');
    background-repeat: repeat;
    background-blend-mode: multiply;
    font-family: "Slabo 27px";
    height: 100%;
    font-size: 1.3em;
    color: #777;
    margin: 0;
    padding: 0;
}
#banner {
    background-color: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#banner p {
    margin: 10px 20px;
    color: #999;
}
#banner span {
    color: darkorange;
    text-decoration: none;
    padding: 0 5px;
}
#banner:hover {
    text-shadow: 0 0 10px orange, 0 0 40px;
}
#wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    padding: 60px 0;
}
h1,
h2 {
    font-family: "Amatic SC";
    margin-top: .4em;
    clear: both;
}
h2.right {
    text-align: right;
}
.italic { font-style: italic; }
.bold { font-weight: bold; }
.smaller { font-size: .85em; }
a {
    color: #2cd2bd;
}
#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: square;
}
i.menu,
i.play,
i.pause {
    position: absolute;
    top: 60px;
    right: 0;
    padding: 7px;
    z-index: 99;
    font-size: 2em;
    text-shadow: -4px 4px #888;
    color: #fff;
    cursor: pointer;
}
i.play,
i.pause {
    right: 2em;
    font-size: 2em;
    display: none;
    z-index: 0;
}
h2.sheets {
    cursor: pointer;
}
table.sheets {
    display: none;
}
table {
    width: 100%;
}
td.table-icon {
    width: 30px;
}
img {
    max-width: 100%;
}
#menu {
    display: none;
    position: absolute;
    top: 80px;
    right: 55px;
    background: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -6px 6px #bbb;
}
#content {
    background: rgba(255, 255, 255, .85);
    border-radius: 50px;
    padding: 20px 20px;
    border: 10px solid white;
    box-shadow: -6px 6px #bbb;
}
#logo {
    border: 5px solid #9c9c9c;
    border-radius: 200px;
    padding: 20px 20px 20px 5px;
    font-size: 4em;
    font-family: "Jacquarda Bastarda 9";
    width: 200px;
    height: 200px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-style: dashed;
    text-shadow: -5px 5px #aaa;
    margin-bottom: -165px;
    margin-left: 20px;
}
#logo a {
    text-decoration: none;
    color: white;
}
#social-links {
    padding-top: 20px;
}
#social-links i {
    padding: 5px;
    font-size: 1.5em;
}
#social-links p {
    margin: 10px;
    font-size: .8em;
}
img.small {
    max-width: 400px;
}
img.right {
    float: right;
    padding: 0 0 20px 20px;
}
img.left {
    float: left;
    padding: 0 20px 20px 0;
}
img.inline {
    display: inline;
    padding: 0px 10px 15px 10px;
}
img.center {
    display: block;
    margin: auto;
}
.image-x2 {
    max-width: 48%;
    padding: 0px 1%;
}
.image-caption {
    font-style: italic;
    color: #aaa;
    text-align: center;
    margin-bottom: 20px;
}
#performances i.fa-play-circle {
    margin-right: 5px;
}
.clear {clear: both;}
#lightboxModal {
    display: flex;
    z-index: 999;
}
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.lightbox-modal img {
    max-width: 100%;  /* Ensure image fits within modal width */
    max-height: 100%; /* Ensure image fits within modal height */
}
.lightbox-modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.lightbox {
    cursor: pointer;
}
#expand,
#collapse {
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: .9em;
}
#goRight {
    position: fixed;
    top: 0;
    right: 0;
    width: 10%;
    height: 100vh;
    cursor: url('images/splash/right arrow.png') 15 15, w-resize;
}
a.backToSplash {
    cursor: pointer;
}
#site {
    display: none;
    padding: 20px;
}
#splash {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    font-family: Milonga, serif;
    font-size: 1.1em;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
#splash img {
    height: 100%;
    width: 100%;
    display: block;
}
#splash.cross {
    cursor: url('images/splash/crosshair.png') 15 15, crosshair;
}
#splash.look {
    cursor: url('images/splash/zoom in.png') 15 15, zoom-in;
}
#splash.left {
    cursor: url('images/splash/left arrow.png') 15 15, w-resize;
}
#splash.forward {
    cursor: url('images/splash/forward arrow.png') 15 15, n-resize;
}
#splash #text {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0, .5);
    color: white;
    pointer-events: none;
    padding: 0 8px;
    line-height: 1.7em;
    margin: 0;
    z-index: 999;
}
#cursor {
  position: absolute;
  width: 25px;
  height: 25px;
  pointer-events: none;
  background-image: url('images/splash/crosshair.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  z-index: 99;
}
#splash.look #cursor {
  background-image: url('images/splash/zoom in.png');
}
#splash.left #cursor {
  background-image: url('images/splash/left arrow.png');
}
#splash.forward #cursor {
  background-image: url('images/splash/forward arrow.png');
}
@media (max-width: 600px) {
    #site {
        padding: 0;
        margin-top: 50px;
    }
    #wrapper {
        padding: 95px 0px 60px 0px;
    }
    #logo {
        font-size: 3.4em;
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    img.inline {
        padding: 5px 0px;
    }
    img, img.small {
        width: 100%;
    }
}
.hidden {
    display: none !important;
}
.no-scroll {
    overflow: hidden;
    height: 100%; /* Prevent the page from being scrollable */
}
