

.sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}


body{scroll-behavior: smooth;}

/*HEADER*/

.bde-loop{width:100%}
.breakdance .bde-social-icons .bde-social-icons__icon-custom{padding:0 !important;}
.bde-social-icons__icon-wrapper svg{height:50px !important; width:50px !important;}


body header:before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    right: 0;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 0 0 20px 32px;
    box-shadow: -3px -20px 20px 19px rgb(57 46 51 / 58%); height:100%; transition:top .4s ease-in-out;
}

body.sticky-header header:before {

    top: 0;
   
}

body.sticky-header .logo{width:100px !important;}

@media (min-width:992px){
	h1{visibility: hidden;}
	h1.animated { visibility: visible;}
}