/* Helper */
.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

@media (max-width: 576px) {
	.u-m-text-center {
		text-align: center;
	}
}

.u-list-inline,
.u-list-inline li {
	list-style: none;
	padding-left: 0;
}

.u-list-inline li {
	display: inline-block;
}

.u-text-muted {
	color: var(--pico-muted-color);
}

/* FontAwesome: Custom Icons */
.fa-nostr {
	background-image: url(../icons/nostr-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: .9em;
	vertical-align: text-bottom;
	background-position: center;
	margin-bottom: .16rem;
}

#footer {
	margin-top: 2rem;
	background-color: var(--pico-primary);
	color: var(--pico-primary-inverse);
	font-size: 1rem;
	padding-top:1rem;
	padding-bottom:1rem;
}

#footer a {
	color: var(--pico-primary-inverse);
}

#footer a:hover {
	opacity:.9;
} 