.site-header{
	position:fixed!important;
	width: 100%!important;
    z-index: 1!important;
}

.inside-header{
	padding: 0 1rem !important;

}


.floating{
	position:absolute!important;
	bottom:30%!important;
	right:1rem!important;
	display:flex!important;
	flex-direction:column!important;
}

.floating a{
	padding:1rem 0!important;
}
	

@media screen and (max-width:1082px){
	.site-header{
		height:80px!important;
		
	}
}