html {
	font-size: 16px;
}

.social{
	position: fixed;
	right: 0;
	top: 20%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100%;
}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.social .icon-facebook{background: #3b5998;} 
.social .icon-twitter{background: #00abf0;}
.social .icon-instagram{background: #E1306C;}
.social .icon-youtube{background: #c73413;}
.social .icon-mail{background: #666666;}
.social .icon-linkedin2{background: #072B9B;}
.social .icon-phone{background: #19D01E;}

.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 1rem;
}

.icon:hover {
	padding-right: 3rem;
	background: #000;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
	color:#FF9900;
}
