#info-bar-back {
	background-color: var(--purple-1);
}

#info-bar {
	display: flex;
	justify-content: space-around;
	padding: 6px;
}

#info-bar > a {
	display: flex;
	color: white;
	white-space: nowrap;
	margin-top: auto;
	margin-bottom: auto;
}

#info-bar > a > icon > svg {
	height: 1.1em;
	width: 1.1em;
	fill: var(--green-1);
}

#social > a > icon > svg {
	height: 1.2em;
	width: 1.2em;
}

#social {
	display: flex;
	margin-top: 3px;
	gap: 5px;
}

#info-bar a:hover > icon > svg {
	fill: yellow;
}

#info-bar > #social > a > icon > svg {
	fill: white;
}

#info-bar > #social > a:hover > icon > svg {
	fill: yellow;
	transition: 0.2s;
}

#info-bar a:hover > span {
	color: yellow;
}

@media screen and (max-width: 595px) {
	#info-bar {
		display: none;
	}
}
