html {
	font-size: 16px;
}

.social-bar {
	position: fixed;
	right: 0;
	top: 28%;
	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: #1d57e9bd;
	padding: 2rem;

}


.icon-instagram {
	background: #9b22aba0;
	padding: 2rem;
}


.icon-whatsapp {
	background: #0e8b34a9;
	padding: 2rem;
}


.icon-twitter {
	background: #339ec5a4;
	padding: 2rem;
}

.icon-youtube {
	background: #ce2017a2;
	padding: 2rem;
}


.icon-pinterest2 {
	background: #ff0000d1;
	padding: 2rem;
}

.icon-tumblr{
	background: #233664e3;
	padding: 2rem;
}





.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);
}
