html {
	font-size: 13px;
	text-decoration: none;
}

.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-color: #2E406E;
	text-decoration: none;
}

.icon-linkedin2 {
	background-color: #0275b4;
	text-decoration: none;
}

.icon-youtube {
	background-color: #E83028;
	text-decoration: none;
}

.icon-instagram {
	background-color: #fe019a;
	text-decoration: none;
}

.icon-twitter{
	background-color:#00aced;
	text-decoration: none;
}

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

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

.icon:hover, .icon:visited{
	color: white;
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}
