.inline-svg-icon-logo{
  display: block;
  /* filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.5)); */
  filter: drop-shadow(1px 3px 1px rgb(0 0 0 / 0.2));
}
.s-bar{
	transition: background-color .2s;
	transition: transform .3s ease-in-out;
}
.s-bar_scroll{
	background-color: rgba(0,0,0,.6);
}


