
.slideshowCtn p {
	margin-bottom: 16px;
} 

.slideshowCtn h1 {
	padding-top: 10px;
}
  
.slideshow {
	/* width: 800px; */
	/* margin:0px -20px -0px -20px; */
	/* padding:0; */
	display: flex;
}
.slideshow img 
{
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    width: 800px;
    height: 400px;
}

.slideshowCtn {
	display: flex;
  flex-direction: column;
	padding: 10px;
	position:relative;
}

.videoCtn {
	display: flex;
  flex-direction: column;
  align-items: center;
	padding: 10px;
	position:relative;
  height: 700px;
}

.sliderFrame {
    display: block;
    position: inherit;
}

.arrow {
  display: block;
  font-size: xxx-large;
  padding: 25px;
}

.arrow:hover {
  display: block;
  font-size: xxx-large;
  cursor: pointer;
  color: rgba(2, 8, 126, 0.361);
}

.images {
  display: flex;
  width: 100%;
  height: 60vh;
  position: relative; 
  align-items: center;
  justify-content: center;
  background-color: black;
  border-style: inset;
  border-color: lightgray;
}

.slider {
  display: inline-flex;
  /* width: 100%; */
  /* height: 60vh; */
  /* position: relative; */
  align-items: center;
  justify-content: center;
  flex-direction: row;
  }

.slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slider img:first-child {
  z-index: 1;
}

.slider img:nth-child(2) {
  z-index: 0;
}

.sheetMusicContainer {
  display: flex;
  justify-content: center;
}

.navigationCtn {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px;
  width: 100%;
  max-width: 1098px;
}

.navigation-background {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px;
  width: 100%;
}

.navigation-background img {
  width: 50%;
}

.navigation-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10%;
  min-height: 123.16px;
  max-width: 1098px;
}

.dot {
  font-size: x-large;
  font-weight: 100;
  cursor: pointer;
  display: inline-block;
}

.dot:after {
  /* Default icon */
  content: "\f8cf"; /* Unicode for the default icon (fal fa-music-note) */
  font-family: 'Font Awesome 6 Pro'; /* Make sure to include the correct font family */
  height: 15px;
  width: 15px;
  display: inline-block;
}

.active:after {
  /* Icon for active/hover state */
  content: "\f8cf"; 
  font-weight: 600;
}

.dot:hover:after {
  /* Icon for active/hover state */
  content: "\f8cf"; /* Unicode f8cf */
  color: rgba(2, 8, 126, 0.361);
  font-weight: 600;
  /* Add any additional styles needed for the active/hover state */
}

.note0 {
  position: absolute;
  bottom: 23px;
  left: 330px;
}

.note1 {
  position: absolute;
  bottom: 38px;
  left: 360px;
}

.note2 {
  position: absolute;
  bottom: 53px;
  left: 390px;
}

.note3 {
  position: absolute;
  bottom: 69px;
  left: 420px;
}


.note4 {
  position: absolute;
  bottom: 53px;
  left: 450px;
}

.note5 {
  position: absolute;
  bottom: 38px;
  left: 480px;
}

.note6 {
  position: absolute;
  bottom: 23px;
  left: 510px;
}

.note7 {
  position: absolute;
  bottom: 38px;
  left: 540px;
}


.note8 {
  position: absolute;
  bottom: 53px;
  left: 570px;
}

.note9 {
  position: absolute;
  bottom: 69px;
  left: 600px;
}

.note10 {
  position: absolute;
  bottom: 53px;
  left: 630px;
}

.note11 {
  position: absolute;
  bottom: 38px;
  left: 660px;
}


.note12 {
  position: absolute;
  bottom: 23px;
  left: 690px;
}

.note13 {
  position: absolute;
  bottom: 38px;
  left: 720px;
}

.note14 {
  position: absolute;
  bottom: 53px;
  left: 750px;
}

.note15 {
  position: absolute;
  bottom: 69px;
  left: 780px;
}

.note16 {
  position: absolute;
  bottom: 53px;
  left: 795px;
}

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

.slideBtns {
  margin: 10px;
  text-align: center;
}

/* #play:disabled title {
  display: none;
}

.playBtn title {
  content: 'Play the Slideshow!';
  display: block;
  position: relative;
} */


#play title {
  position: relative;
}


  
  
  
  