body {
	background-color: #000 !important;
}

#subhero {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 1),
		rgba(10, 0, 94, 1)
	);
}

@font-face {
	font-family: "SuiGeneris";
	src: url("sui-generis.otf") format("opentype");
}

nav {
	font-family: "SuiGeneris";
}

h1 {
	font-family: "SuiGeneris";
}

h3 {
	font-family: "SuiGeneris";
}

small {
	font-family: "SuiGeneris";
}

.form-control {
	background-color: #000 !important;
	color: #fff !important;
}

.input-group-text {
	background-color: rgba(10, 0, 94, 1) !important;
	color: #fff !important;
}
