/* SOCIALS STYLES */

#socials{
	position:fixed;
	top:0px;
	bottom:0px;
	z-index: 15;
	display: flex;
	width: 0px;
}
	#socials_align{
		align-self: center;
	}
	#socials img{
		width: 30px;
	}
	
	#socialf{
		padding: 5px;
		background-color: #3b5998;
	}
		#socialf:hover{
			background-color: #2d4473;
		}
	#socialt{
		padding: 5px;
		background-color: #579441;
	}
		#socialt:hover{
			background-color: #467635;
		}
		
