* {
	box-sizing:border-box;
}
.main-nav {
	width:100%;
	background:rgba(255, 255, 255, 0.05);
	font-family: 'Russo One', sans-serif;
	font-size:24px;
	letter-spacing:0.5px;
}
.nav {
	width:100%;
	background-color:#000a;
	font-family: 'Russo One', sans-serif;
	font-size:16px;
	letter-spacing:0.5px;
}
.release-history {
	padding:0;
}
.release-history li{
	padding-right:20px;
	display: inline;
	font-size: 14px;
	color:#fffc;
}
.release-history li a {
	text-decoration: none;
	color:#fffc;
}
.release-history li a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
	color:#fff;
}
.nav-links {
	width:100%;
	text-align: center;
}
.nav-links .nav-item {
	display:inline-block;
}
.nav-item a {
	color:#fff8;
	text-decoration: none;
	padding: 20px;
	display: inline-block;
}
.nav-item a:hover {
	color:#fff;
	background-color: #0008;
}

.main-nav-links {
	width:100%;
}
.main-nav-links .main-nav-item {
	display:inline-block;
}
.main-nav-item a {
	color:#ffff;
	text-decoration: none;
	padding: 20px;
	display: inline-block;
}
.main-nav-item a:hover {
	color:#ffe;
	background-color: #0008;
}

.logo-container {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.img {
	width:100%;
}
.header{
	background: rgb(12,12,12);
	background: linear-gradient(135deg, rgba(12,12,12,1) 0%, rgba(0,0,0,1) 100%); 
	margin:0;
	padding-bottom: 40px;
}
.patch-info{
	width: 100%;
	max-width: 900px;
	color:white;
}
.patch-info a{
	color:#32C94C;
}
.patch-info h1{
	font-family: 'Russo One', sans-serif;
	font-size:32px;
}
.patch-info h2{
	font-family: 'Russo One', sans-serif;
	font-size:20px;
	margin:0;
}
.container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto; 
}
.update-section {
	color:#303030;
	margin-bottom: 30px;
}
.update-header {
	background-image: linear-gradient(to right, rgb(255, 132, 0), rgba(255, 181, 66, 0.50));
	color:white;
	font-size:30px;
	font-weight:600;
	text-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 30px #000;
	padding:12px 20px;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
}
.update-content {
	background-color: white;
	padding: 8px 8px 8px 8px;
	box-shadow:0px 0px 50px #000;
}
.update-content ul{
	margin-top:8px;
	margin-bottom:8px;
}
.update-content li{
	line-height:28px;
}

.chip-update{
	min-height: 0;
	display:flex;
	flex-direction: column;
	padding:0px 40px;
	margin-bottom:8px;
}
.chip-update-header{
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 12px;
}
.chip-update-image{
	width: 56px;
	height: 48px;
	image-rendering: pixelated;
	border-radius:12px;
}
.chip-update-header-desc{
	flex-grow: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	margin: 0px 0px 0px 12px;
	font-family: 'Russo One', sans-serif;
}
.chip-update-header-name{
	font-size: 24px;
}
.chip-update-header-new{
	color:#098336;
	font-size: 18px;
}
.chip-update-header-reworked{
	color:#D02F07;
	font-size: 18px;
}
.chip-update-content{
	
}

.navi-update{
	min-height: 0;
	display:flex;
	flex-direction: column;
	padding:0px 40px;
	margin-bottom:8px;
	border-bottom: 1px solid #E0E0E0
}
.navi-update-header{
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 12px;
}
.navi-update-image{
	width: 80px;
	height: 60px;
	image-rendering: pixelated;
	background-position: center;
	background-size:84px;
	border-radius: 12px;
	border: 2px solid #000;
}
.navi-update-header-name{
	font-size: 24px;
	margin-left: 12px;
	font-family: 'Russo One', sans-serif;
}
.navi-update-content{
	margin-bottom:8px;
}
.navi-change-heading{
	font-size: 20px;
	margin-top: 18px;
	margin-left: 12px;
	font-family: 'Russo One', sans-serif;
}
.collision-shape
{
	width: 32px;
	max-height: 24px;
}
body {
	background: green url("img/bg.png");
	font-family: 'Noto Sans', sans-serif;
	margin:0px;
}
.navi-select-entry{
	display:inline-block;
}
.navi-select-entry a{
	color:#ffe;
	text-decoration: none;
}
.navi-select-image{
	width: 130px;
	/* height: 90px; */
	height: 130px;
	image-rendering: pixelated;
	background-position: center;
	background-size:134px;
	border-radius: 12px;
	border: 2px solid #000;
	display:flex;
}
.navi-select-image:hover{
	border: 2px solid #fff;
}
.navi-select-name{
	font-family: 'Russo One', sans-serif;
	font-size:20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 120%); 
	margin-top: auto;
	width:inherit;
	text-align: center;
	text-shadow:
		-2px -2px 0 #000,
		2px -2px 0 #000,
		-2px 2px 0 #000,
		2px 2px 0 #000;
}
.navi-charge-preview
{
	width: 240px;
	height: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius:12px;
}
@media screen and (max-width: 900px) {
	.nav-links .nav-item {
		width:100%;
	}
	.nav-item a {
		width:100%;
	}
}