hr.line {
	display: inline-flex;
	margin: 0px;
	height: 0px;
	width: 40px;
}

footer.social-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

footer.social-footer a {
	transition: transform 0.3s ease;
	display: inline-block;
}

footer.social-footer a:hover {
	transform: scale(1.3);
}

@media only screen and (max-width: 320px) {
	hr.line {
		display: none;
	}
}