/*Nuts and Bolts*/

/* ID in HTML = #name specific to one element on a page*/
/* Class in HTML =.name specific to multiple elements */
body {
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #000), color-stop(100%, rgb(98, 0, 0)));
    /* background-color: black; */
    margin: 0;
    overflow: scroll;
    padding-left: 0.5em;
    padding-right: 0.5em;
    /* min-width: 505px; */
}
title {
    display: none;
}
#banner {
    max-width: 45%;
    min-height: 10%;
    min-width: 10%;
    display: block;
    margin: auto;
}
.bannerwrap {
    position: relative;
    width: 100%;
}
h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
    line-height: 1em;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
    line-height: 1em;
}
h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1em;
}
h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1em;
}
h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1em;
}
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1em;
}
p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
    line-height: 1.3em;
    text-indent: 1em;
}
main {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1em;
}
.WebFrameLeft {
    float: left;
    width: 60%;
    border-left: 5px inset #313131;
    background-color: none;
    background-image: none;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.WebFrameRight {
    float: right;
    width: 30%;
    border-right: 5px inset #000;
    background-color: none;
    background-image: none;
    text-align: center;
    padding-right: 0.5em;
}
.site-navigation {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 185%;
    font-weight: 300;
    position: relative;
    border-radius: 10%;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
}
.site-navigation ul {
    background: rgba(0, 0, 0, 0);
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}
.site-navigation li {
    color: #242424;
    list-style-type: none;
    float: left;
    margin: 0 0 0;
    padding: 5px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
}
.site-navigation li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-radius: 5px;
}
.site-navigation li a:hover {
    color: #fff7f7;
    background: rgb(0, 0, 0);
    padding: 5px;
    outline-style: double;
    outline-color: rgba(21, 21, 21, 0.84);
}
.site-navigation li:hover {
    background: #242424;
    cursor: pointer;
}
.calendar {
    border: solid #000000;
    border-radius: 10px;
    background-color: black;
}
.contact_wrapper {
    border: solid #000;
    border-radius: 10px;
    background-color: rgba(132, 65, 65, 0.47);
}
.link {
    color: #fff;
    line-height: 1.5em;
    background-color: black;
    padding: 0.4%;
    border-radius: 5px;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
}
.link:hover {
    color: #fff;
    padding: 0.4%;
    border-radius: 5px;
    background: #242424;
}
.teachers {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1.5em;
    text-indent: 1em;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-width: 160px;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
}
.instrument {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #242424;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1.5em;
    text-indent: 1em;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-width: 120px;
}

.instrument li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1.5em;
    text-indent: 1em;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
}
.past_performance_ul{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.1%;
    border-radius: 5px;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1.5em;
    text-indent: 1em;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
}
ul.performance li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    text-shadow: 200;
    line-height: 1.5em;
    text-indent: 1em;
    text-shadow:
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000,
        1px 1px 2px #000;
}
.youtube_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.youtube {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: thick;
    border-radius: 10px;
    mask: linear-gradient(90deg, #0000, #000 0% 100%, #0000);
}
/* There be dragons */
/* number of images*/
.gallery {
    --d: 75s;
    /* duration */
    display: grid;
    overflow: hidden;
    width: 100%;
    mask: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
    border-radius: 5%;
}
.gallery > img {
    grid-area: 1/1;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    animation: r var(--d) linear infinite;
    mask: linear-gradient(180deg, #0000, #000 0% 100%, #0000);
}
.gallery > img:nth-child(2) {
    animation-delay: calc(-0.2 * var(--d));
}
.gallery > img:nth-child(3) {
    animation-delay: calc(-0.4 * var(--d));
}
.gallery > img:nth-child(4) {
    animation-delay: calc(-0.6 * var(--d));
}
.gallery > img:nth-child(5) {
    animation-delay: calc(-0.8 * var(--d));
}
@keyframes r {
    80% {
        transform: translate(-400%);
    }
    80.001% {
        transform: translate(100%);
    }
}