body {
	background-image: url("../images/bg/index-bg-hd-blur.jpg");
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

.header {
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.95), rgb(0, 0, 0, 0.6));
	padding-bottom: 12px;
	padding-top: 12px;
	width: 100%;
}

.text--center {
	text-align: center;
}

.header__text--title {
	font-family: 'Anonymous Pro Bold';
	font-size: 2rem;
	margin: 0;
}

.header__text--subtitle {
	font-family: 'Anonymous Pro Bold';
	font-size: 1rem;
	margin: 0;
}

.content {
	align-items: center;
	display: flex;
	justify-content: center;

}

.content__bg {
	border: 3px solid rgba(0, 0, 0, 0.9);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
	border-radius: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 360px;
}

.content__btn {
	background-color: rgba(75, 75, 75, 0.2);
	border: 3px solid rgba(0, 0, 0, 0.9);
	border-radius: 8px;
	padding: 12px;
}

.content__btn:hover {
	background-color: rgba(100, 100, 100, 0.2);
	border: 3px solid rgba(0, 0, 0, 0.9);
	border-radius: 8px;
	padding: 16px;
}

.content__text--centered {
	width: 100%;
	text-align: center;
}

.content__text--title {
	color: white;
	font-family: 'Falling Sky';
	font-size: 2.5rem;
	margin: 0;
}

.content__text {
	color: white;
	font-family: 'Falling Sky';
	font-size: 1.5rem;
	margin: 0;
}

.content__text--muted {
	color: #888888;
	font-size: 0.75rem;
}

.nav--nodecoration {
	text-decoration: none;
}

.footer {
	width: 100%;
}

.footer__text {
	font-family: 'Anonymous Pro Bold';
	font-size: 1rem;
	margin: 0;
	text-align: center;
}

/* sauce: https://www.flagcolorcodes.com/bisexual */
.bicolor--pink { color: #D60270; }
.bicolor--purple { color: #9B4F96; }
.bicolor--blue { color: #0038A8; }
