html {
	font-size: 16px;
}

.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	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;
}

.icon-facebook {
	background: #2E406E;
}

.icon-twitter {
	background: #339DC5;
}

.icon-youtube {
	background: #E83028;
}

.icon-whatsapp{
	background: #28b93f;
}

.icon-instagram {
	background-image: linear-gradient(225deg, #e9ac40 0, #f0a340 6.25%, #f79940 12.5%, #fc8d42 18.75%, #ff8144 25%, #ff7248 31.25%, #ff624d 37.5%, #ff4f52 43.75%, #ff3858 50%, #fb145f 56.25%, #f50068 62.5%, #ef0073 68.75%, #e6007f 75%, #dc008c 81.25%, #cf009a 87.5%, #bf00a8 93.75%, #ad00b6 100%);
}

.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 1rem;
}

.icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
	color:#fff;
	text-decoration: none;
}
