@font-face {
  font-family: PowerCores;
  src: url('fonts/font.otf');
}

@font-face {
  font-family: Twerp;
  src: url('fonts/Santana-BlackCondensed.ttf');
}

body {
	background-color: #222;
	font-family: sans-serif;
}

h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "PowerCores";
	font-size: 60pt;
	font-weight: normal;
}

h4 {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

a, a:link, a:active, a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #A80000;
}

a:hover img {
	filter: brightness(0) saturate(100%) invert(25%) sepia(66%) saturate(2874%) hue-rotate(353deg) brightness(69%) contrast(104%);
}

.latest {
	background: rgba(0,0,0,0.8);
	border-radius: 8px;
	margin-top: 2em;
	line-height: 3em;
	color: #FFFFFF;
	text-align: center;
	padding: 0 0 2em 0;
	width: 780px;
	text-transform: uppercase;
	font-weight: bold;
}

.latest img {
	width: 50px;
	height: 50px;
	border-radius: 24%;
	box-shadow: 0 1px 20px rgba(0,0,0,0.5);
	margin: 0 10px;
}

.season {
	clear: both;
}

.season hr {
	clear: both;
	border: 2px solid rgba(0,0,0,0.2);
	width: 60%;
}

.season h2 {
	color: #FFF;
	margin: 0;
	padding: 2em 0 0 0;
	clear: both;
}

.season h2 img {
	height: 28px;
	vertical-align: top;
}

.season h3 {
	color: #FFF;
	margin: 0;
	padding: 1em 0 0 0;
	clear: both;
	text-indent: 1em;
}

.season .item {
	padding: 20px;
	float: left;
	margin: 10px 5px;
}

.season .item ul {
	width: 8px;
	position: relative;
	top: -120px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	display: inline-list-item;
	left: 160px;
	font-weight: bold;
	text-shadow: 0 2px 4px #000;
}

.season .item .linechange {
	position: relative;
	display: inline-block;
	top: -130px;
	right: -20px;
	float: right;
	font-weight: bold;
	font-style: normal;
}

.season .item .linechange div {
	cursor: pointer;
}

.season .item .avatar {
	height: 150px;
	width: 150px;
	background-size: contain;
}

.season .item .avatar img {
	width: 150px;
	height: 150px;
	border-radius: 24%;
	border: 2px solid #000;
	box-shadow: 0 1px 20px rgba(0,0,0,0.5);
}

.season .item .title {
	width: 150px;
	height: 50px;
	padding-top: 1em;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 3px 2px #000;
}

.season .item .title img {
	height: 16px;
	vertical-align: top;
}

.sentai {
	font-style: italic;
}

#header {
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	position: sticky;
	top: 0;
	text-align: center;
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 0 40px rgba(0,0,0,1.0);
}

#header ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}

#header ul li {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 1em;
	display: inline;
}

#header ul li a {
	color: #FFF;
	text-decoration: none;
}