@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch&family=Noto+Sans+JP&family=Special+Elite&display=swap');

body {
	background-color: #050505;
	color: #a0a0a0;
	font-family: 'Helvetica Neue','Helvetica','Arial','sans-serif';
}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

#navbar {
	display: block;
	height: 50px;
	background-color: #111111;
	width: 100%;
}

#page-title {
	font-size: 16pt;
	font-weight: 600;
	margin-bottom: 16px;
	color: #ffffff;
	font-family: 'Cabin Sketch','Helvetica Neue';
	text-shadow: 0 0 6px red !important;
}

#content {
	margin-top: 20px;
}

.container {
	min-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.conforming {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

#navbar-links {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.flex-hor {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	flex-flow: flex-start;
}

#description {
	margin-top: 5px;
	margin-bottom: 5px;
}

.flex-hor > .link {
	position: relative;
	display: block;
	height: 100%;
	width: 120px;
	color: #9d9d9d;
	line-height: 50px;
	text-align: center;
}

.flex-hor > .link:hover {
	color: #ffffff;
}

#navbar .flex-hor {
	height: 100%;
}

.logo {
	color: #ffffff !important;
	text-shadow: 0 0 6px red !important;
	font-family: 'Special Elite', 'Helvetica Neue';
	text-align: left !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

h4 {
	font-weight: 700;
}

.sectionTitle {
	color: #ffffff;
	border-bottom: grey 1px solid;
	background-color: #0d0d0d;
	padding: 10px 15px;
	font-family: 'Cabin Sketch','Helvetica Neue';
	text-shadow: 0 0 6px red !important;
}

.hoverInfo {
	color: #ffffff;
	font-family: 'Cabin Sketch','Helvetica Neue';
	text-shadow: 0 0 6px red !important;
	cursor: help;
}

.moveRight {
	float: right;
}

.inline {
	display: inline-block;
}

.centerContent {
	text-align: center;
}

.searchOptions {
	border: rgb(128, 128, 128) 1px solid;
	margin-bottom: 10px;
	width: 958px;
	text-align: center;
}

.searchOptions .sectionTitle {
	text-align: left;
}

.searchOption {
	padding: 10px 15px;
	margin: 5px;
	border: 1px solid rgb(100, 100, 100);
	text-align: left;
}

.midContent {
	background-color: rgba(0,0,0,.65);
}

.proverb {
	font-family: 'Noto Sans JP', sans-serif;
}

.searchOptions .headerOption {
	float: right;
	border: 0;
	padding: 0px 2px;
	margin-left: 4px;
}