/* Add here all your CSS customizations */

.social-icons li a {
	position: relative;
}

.social-icons li a i {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fixedbutton 
{
    position: sticky;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}
