@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Roboto+Slab:wght@200;300;400;500;600;700;800;900&display=swap');
/* body{
  background-image: url(images/sparkly-background-Nov-22.jpeg);
  background-size: cover;
  background-repeat: no-repeat;

} */
.about-img{
    box-shadow: .8rem .8rem 1rem #333, 1rem 1rem 1rem #333;
    margin-top: 1rem;
background-color: none;
}
p {
    font-family: 'Merriweather', sans-serif;
}
h1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    margin-top:7rem;
    text-align: center;
 
   }
h2 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
   }
h6 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    }
    .btn-submit{
      background-color: transparent;
      color: white;
      padding: 10px 22px;
      letter-spacing: 2px;
      border: 3px solid;
  
      font-weight: 900;
    }
    .btn-submit:hover{
      background-color:rgba(0, 0, 255, 0.43);
     
      color: white;
    
    }
     .nav-link.active{
        color:yellow !important; 
     }
     .dropdown.active{
        color:yellow !important;  
     }
     
     .danny{
        font-size: .9rem;
        font-family:'Merriweather', sans-serif;
        font-weight: 400;
      }
      .danny-music{
        width:8rem;
        height:2rem; 
     
        border-radius: .3rem;
        font-size: 1rem;
        text-align: center;
        border: none;
  }

 .danny-originals{
   margin-top: 7rem;
}
.danny{
    font-weight: 600;
}
.card{
    margin-top: 4rem;
    margin-left: 2rem;
    margin-bottom: 3rem;
    box-shadow: -.1rem -.1rem 1rem #222, .1rem .1rem 2rem #222;
}
   .card-body{
    background-color:rgba(240, 248, 255, 0.855);
   }
.danny-heading{
    font-size:4rem;
    text-align: center;
    margin-top: 3rem;
}
.icon-link{
    font-size: 3rem;
 color: orange;
    display: flex;
    justify-content: center;
    padding: 2rem;
   }
 .count-basie{
    width:300rem;
 }
.recording-header{
  margin-top:100px;
font-size:4rem;
text-align: center;
}
.music-education-image{
  width:100%;
height:30rem;
object-fit: cover;
}
.btn-see-more:hover{
  color:#eee !important ;
}
.home.backround-image{
  filter:grayscale(70%);
  transition: all .4s;
}
.home:hover img{
  filter: grayscale(0%);
  transform: scale(1.1);
}  
.breaths-heading{
  font-size: 5rem;
  margin-top: 7rem;
  margin-bottom: -3rem;
}

.tricksters-videos{

  margin-top: -80px;
}


 
/* @media(max-width:567px){
  .danny-welsh{
    width:140%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
  }  
} */

 /* Resonsive */
