.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 2.5rem;
	display: flex;
	flex-direction: column;
	/*align-items: flex-end;*/
	z-index: 100;
}

.fa {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

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

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

.fa:hover {
	/*padding-right: 3rem;*/
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

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

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

.fa-youtube-play {
	background: #E83028;
}

.fa-instagram {
	background: #BC2A8d;
}

.fa-rss {
	background: #FFA420;
}