#background {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    background-image: url(/images/geckoBG.jpg);
    background-repeat: repeat;
    background-size: 30%;
    background-blend-mode: luminosity;
    opacity:60%;
}

#menu {
    z-index:3;
    top: 30%;
    left: 50%;
    position: absolute;
    transform: translateX(-25%);
    width: 50%;
    height: 30%;
    text-align:center;
    
}

.sax img {
    width: 26vw;
    left: 6%;
    position: fixed;
    top: 21%;
}

.drums img {
    width: 55vw;
    left: -8%;
    position: fixed;
    top: 22%;
}

.guitar img {
   position: fixed;
    z-index: 2;
    left: 5%;
    width: 35vw;
    top: 21%;
}

.piano img {
    width: 52vw;
    left: -17%;
    position: fixed;
    top: 23%;
}

#menuTitle {
    width: 100%;
    position: relative;
    background: white;
    padding: 5%;
    font-family: share tech mono;
    font-size: 2vw;
    color: green;
    box-shadow: 3px 3px 7px 2px black;
}

.menuOption {
    position:relative;
    z-index:4;
    width: 43%;
    background-color: purple;
    text-align: center;
    color: white;
    /* margin-top: 10%; */
    line-height: 100%;
    box-shadow: 4px 3px 6px 3px black;
    display: table;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 2%;
    height:15vh;
}

.menuOption:hover  {
    background-color: #e266de;
    cursor:pointer;

}

.menuOpt {
    font-size:larger;
   padding: 2%;
    vertical-align: middle;
    font-family: 'Share Tech Mono';
    
}

#menuGroup {
    position:relative;
    z-index:3;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row;
    margin-top: 10%;
    font-family: 'Share Tech Mono';
}

.instru {
    vertical-align: middle;
    font-size: xxx-large;
    margin-left:20%;
}

#welcomeTitle {
    left: 44%;
    position: absolute;
    top: 31%;
}

.pageTitle {
     left: 50%;
     transform: translateX(-50%);
    position: absolute;
    top: 31%;
}

#siteTitleBar {
    left:0;
    position:fixed;
    width: 100%;
    height: 7vh;
    background-color: purple;
    display: block;
    top: 12%;
    z-index: 7;
    color: white;
    font-family: 'Share Tech Mono';
    font-size: x-large;
    text-transform: uppercase;
    box-shadow: 5px 3px 3px 3px black;
}

#logo {
    position:fixed;
    z-index:2;
    left:5%;
    width:35vw;
}

#logo img {
/*  width: 35vw; */
    
}


/* General Button */
/* -------------- */
.button {
 
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 2.8px;
  padding-bottom: 2.8px;
  background: #0d5287;
  background-color: #a0f900;
    font-family: 'Share Tech Mono';
    font-size: larger;
    position: fixed;
    top: 15.5vh;
    transform: translateY(-50%);
    left: 88%;
}
.button::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.button:hover {
  background: #0585e8;
}
/* Arrow Buttons */
/* ------------- */
.next::after,
.prev::after {
  border-style: solid;
}
/* Next Button */
/* ----------- */
.next::after {
  right: -22px;
  border-width: 11px;
  border-color: transparent transparent transparent #0d5287;
}
.next:hover::after {
  border-left-color: white;
}
/* Prev Button */
/* ----------- */
.prev::after {
     left: -38px;
    border-color: transparent #9ef900 transparent transparent;
    border-width: 20px;
}
.prev:hover::after {
  border-right-color: white;
  cursor:pointer;
}

.button {
    color: #800081;
    text-decoration: none;
}

.button:hover, a:hover {
    background-color:white;
    cursor:pointer;
}

.contentMenu {
    z-index: 3;
    top: 27%;
    left: 50%;
    position: absolute;
    transform: translateX(-25%);
    width: 61%;
    height: 50%;
    text-align: center;
}

.videoGroup {
    width: 100%;
    height: 100%;
    background-color: purple;
    position: absolute;
    top: 25%;
    box-shadow: 5px 6px 6px black;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.videoWrapper {
    width: 40%;
    background-color: white;
    height: 40%;
}
.videoWrapper img {
    width: 100%;
}
 .titleBox{
width: 100%;
    background-color: #a0f900;
    font-family: 'Share Tech Mono';
    position: relative;
    top: -107%;
    padding: 2% 0;
    z-index: 99;
    box-shadow: 0px 2px 8px 3px black;

}

#siteLogo img {
    position: fixed;
    width: 21vw;
    left: 50%;
    transform: translateX(-50%);
}

.playButton {
    top: -118%;
    position: relative;
    
}

.fa-circle-play {
    font-size: 90px;
    color: purple;
}

.fa-circle-play:hover {
    cursor:pointer;
    font-size: 90px;
    color: white;
}
.videoPlayerContainer {
    box-shadow: 4px 6px 20px 1000px #000000c4;
    position: absolute;
    z-index: 99;
    height: 90%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    background-color:purple;

}
.videoPlayerWindow {
 position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    /* top: 10%; */
    /* transform: translateY(-50%); */
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    overflow: hidden;
}

.closeBar {
        width: 100%;
    background-color: purple;
    height: 5%;
    text-align: right;
    color: #a0f900;
    font-size: 4vh;
}

.closeButton:hover {
    color:white;
    cursor:pointer;
}

@media only screen and (max-width: 600px)
 {
#welcomeTitle {
    top: 31%;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3vw;
}

#menu {
    left:55%;
    top: 22%;
}

#menuTitle {
    font-size: 2vw;
}

#menuGroup {
        flex-direction: column;
}

.menuOption {
    width:100%;
    margin: 2% 0;
}



#siteLogo img {
    width: 75vw;
    
}

.contentMenu {
        transform: translateX(-35%);
        top: 23%;

}

.videoGroup {
    top:10%;
display:list-item;
height: auto;
text-align: -webkit-center;
padding-top: 4%;
}

.playButton {
    display:block;
    top: -85%;
    z-index:999;
}

.titleBox {
    font-size:3vw;
    top: -75%;
}

.videoWrapper {
    margin-bottom: 4%;
    width: 95%;
    height:32vw;
    display:block;
}

.button {
    left: 5%;
    top: 14.5vh;

}
.videoPlayerContainer {
    position: absolute;
    z-index: 99;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    height: max-content;
    top: 25%;
    background-color:purple;
}
.videoPlayerWindow {
    height: 25vh;
    top: 37px;
    width: 100%;
}

.closeBar {
    height: 17%;
}

.sax img {
    width: 45vw;
    left: 3%;
    top: 22%;
}

.drums img {
    width: 59vw;
    left: -10%;
    position: fixed;
    top: 22%;
}

.piano img {
    width: 84vw;
    left: -43%;
}

.guitar img {
    position: fixed;
    z-index: 2;
    left: 1%;
    width: 50vw;
    top: 22%;
}

.fa-circle-play {
    font-size: 15vw;

}
}
 @media only screen and (max-width: 960px) and (orientation: landscape)
{
    .videoPlayerWindow {
    top: 5%;
}
.closeBar {
    height: 5%;
}
#siteLogo img {
    width: 18vw;
    
}
.pageTitle {
    top: 12%;
}

#welcomeTitle {
    left:0;
    top: 12%;
    width: 100%;
    text-align: center;
}

#menuTitle {
    padding: 3%;
    
}

#menuGroup {
    margin-top:5%;
}

.menuOption {
    height: 22vh;
}

.videoWrapper img {
    height: auto;
    width: 100%;
}

.fa-circle-play {
    font-size: 6vw;
}

.titleBox {
    font-size: 1vw;
    top:-145%;
}

.playButton {
    display:block;
    top: -137%;
    z-index:99;
}
.prev::after {
    left: -22px;
    border-color: transparent #9ef900 transparent transparent;
    border-width: 11px;
}

.button {
    font-size: 1.5vw;
    left: 10%;
    top:14vh;
}

}
