header:not(.fixed-header) .custom-header {
    background: transparent !important;
}

.fixed-header .custom-header {
    padding: 0 !important;
}

.custom-header {
    transition: all .3s ease-in-out ;
    -webkit-transition: all .3s ease-in-out 
}

html{scroll-behavior:smooth}

.playlist h3 {font-size:22px; font-weight:normal; }
.player span {font-size:15px; color:#ffffff;}
.player ul li {padding:0px;}
#audio-desc {font-size:18px; line-height:20px;}
#audio-controls.buttons i{color:#000000;}