p {
  
  
  margin-bottom: 25px;
  margin: 5%;
  text-align: center;
  font-size: calc(.9em + 1vw);
}


    
   .wavy {
  
  
  mask: 
    radial-gradient(63.09px at 50% calc(100% - 85.5px),#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(63.09px at 50% calc(100% + 55.5px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px 100% repeat-x;

       padding-top: .5px;
       background-color: lightblue;

  margin-top: -40px;
       padding-bottom: 20px;
}





.rancho-regular {
  font-family: "Rancho", cursive;
  font-weight: 400;
  font-style: normal;
}

.h2-pages {
  font-size: 14vw;
  text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-family: rancho, cursive;
    line-height: 12svw;
    z-index: 99;
     animation: drop 1s ease-out;
  
}




@keyframes drop {
  0% { opacity: 0; transform: translateY(-200px); }
  
  100% { opacity: 1; transform: translateY(); }
}



h3
{
    text-align: center;
}
a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.7;
  }

a:hover {
  
  opacity: 1;
    transition: .3s;
    font-size: 1em;
}
.font-special {
    text-align: end;
    font-size: 7vw;
    font-family: "Knewave", system-ui;
    line-height: 0px;
    margin: none;
}

.banner {
    border-style: solid;
    text-align: center;
    background-color: darkorange;
    top:0;
    position: sticky;
    
    
}

.div-header {
    
    max-height: 200px;
    max-width: 900px;
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
    
}

.div-header img   {
    width: 100%;
    max-height: 200px;
}

.container-special {
    max-width: 900px;
    margin: auto;
    display: grid;
    
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;

    
   
    margin-top: 5vw;
}

.item-1 {
    
    grid-column: 1/7;
    
    
   
    border-color: aqua;
    z-index: 1
}

.item-2 {
    
    
    grid-column: 7 / 13;
  
    max-width: 100%;
  
}

.item-2 img {
    max-width: 100%;
  
  
  
  

}

.item-3 {
    max-width: 100%;
    grid-column: 13
}

.item-3 img {
    max-width: 100%;
}

.teachers {
  border-style: solid;
    display: block;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 45px;
    box-shadow: 5px 5px 5px black;
}

.image-container {
  display: flex;       /* Aligns items in a row */
  gap: 10px;           /* Adds space between images */
  margin-left: 6%;
  margin-right: 6%;
}

.image-container img {
  width: 40%;         /* Makes images responsive */
  height: 500px;       /* Sets a uniform height */
  object-fit: cover;   /* Crops image to fit without stretching */
  border-style: solid;
  margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 45px;
    box-shadow: 5px 5px 5px black;
  
}

/* nav bar */

.div-menu {
  text-align: end;
  max-width: 900px;
}


html { font-size: 18px; }

body {
  margin: 0px;
    padding: 0px;
  font-size: 1.2em;
  line-height: 1.6;
  
  overflow-x: hidden;
}

.div-2grid {
  display: grid;
  grid-template-columns: 50%;
}
.item-A{
  grid: 1fr;
  max-width: 100%;
}

.item-B{
  grid: 1fr;
  max-width: 100%;
  text-align: end;
}

.centered {
    
    box-shadow: 4px 4px 10px black;
    width: max-content;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 25px;
    }

.centered-no-box-shadow {
    
    
    width: max-content;
    margin: auto;
    margin-bottom: 15px;
    }

.logo-fit {
    max-width: 65%;
    
    float: right;
    
}

.button {
  background-color: #007196;
  color: white;
  font-family: sans-serif;
  font-size: 1em;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-radius: 5px;
    line-height: 2;
  text-shadow: 2px 2px 5px black;
    
  
}
/* expanding content css */
 input[type="checkbox"] {
            display: none;
        }
 
        #expandedContent {
            display: none;
        }
 
        input[type="checkbox"]:checked~#expandedContent {
            display: block;
        }

footer {
    text-align: center;
    border-top: solid;
    border-width: 1px;
    
    
}

li { color: darkslategray;
    
    list-style-type: none;
    text-align: center;
    
}

.img-fit {
    border-style: solid;
    display: block;
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 45px;
    box-shadow: 5px 5px 5px black;
    
}

.form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form input,
.form select,
.form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.form button {
  padding: 14px;
  border: none;
  background: black;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

.piano-divider {
  display: flex;
  position: relative;
  height: 15vw; /* Adjust thickness */
  width: 100%;
  background-color: #000;
  padding: 2px;
  box-sizing: border-box;
    margin-bottom: calc(20px - 1.5vw);
}

.white-key {
  flex: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 2px;
  border-radius: 0 0 5px 5px;
  z-index: 1;
    
}

.black-key {
  position: relative;
  width: 4%; /* Proportionate black key width */
  height: 50%; /* Black keys are shorter */
  background-color: #1a1a1a;
  margin-left: -2%; /* Overlay black keys between white */
  margin-right: -2%;
  border-radius: 0 0 3px 3px;
  z-index: 2;
}



.img-border {
  position: relative;
  width: 100%;
  margin-bottom: calc(20px - 10%);
  z-index: 2;
}

#Img2 {position:relative;  border:1px; margin-left: 8px; margin-top: -40%; z-index: 2}


@keyframes tip1 {
  0% {
    margin-left: -100px;
    
  }
  
  100% {
    transform: matrix(100deg)
  
  }
}

@keyframes tip {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}