*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
main
{
	width: 1000px;
	margin: auto;
}
.top-panel
{
	height: 280px;
	border-bottom: 1px solid gray;
}
.top-panel .login-panel
{
	width: 20%;
	height: 100%;
	padding: 5px;
	float: left;
}
.top-panel .login-panel .login-display
{
	width: 100%;
	height: 100%;
	background-color: antiquewhite;
	padding: 5px;
}
.login-button
{
	width: 100%;
}
.login-button input
{
	width: 100px;
	height: 30px;
	background-color: aqua;
	margin: auto;
	border: 0;
}
.login-label
{
	font-size: 20px;
	height: 200px;
}
.top-panel .login-panel .login-display .login-header
{
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
}
.top-panel .log-panel
{
	width:35%;
	height: 100%;
	padding: 5px;
	float: left;
}
.top-panel .log-panelB
{
	width:35%;
	height: 100%;
	padding: 5px;
	float: left;
}
.main_panel{
	height: 1600px;
}
.main_panel .main-Column{
	width: 650px;
	float: left;
}
.main_panel .main-Column .discord-join-panel{
	height: 20%;
	width: 100%;
}
.main_panel .main-Column .game-panel{
	height: 360px;
	width: 100%;
	padding: 5px;
	float: left;
}
.main_panel .main-Column .video-panel{
	height: 360px;
	width: 100%;
	padding: 5px;
	float: left;
}
.main_panel .news-panel{
	height: 100%;
	width: 350px;
	padding: 5px;
	border-left: 1px solid gray;
	float: left;
}
.logo ul
{
	list-style: none;
}
.logo ul li
{
	font-size: 15px;
	margin: 15px;
	padding: 15px;
}
.menu-bar
{
	background: #fd9002;
	text-align: center;
	margin-bottom: 10px;
}
.menu-bar ul
{
	width: 1000px;
	display: inline-flex;
	list-style: none;
	color: #fff;
}
.menu-bar ul li
{
	font-size: 14px;
	width: 60px;
	padding: 10px;
}
.menu-bar ul li a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #fd6602;
}
.body
{
	top: 30px;
	font-size: 30px;
	text-align: center;
	position: relative;
}
.list_wrap
{
	width: 1000px;
	margin: 0 auto;
	padding: 100px;
}
.list_wrap ul
{
	font-size: 0;
}
.list_wrap .item
{
	display: inline-block;
	width: 30%;
	margin-top: 40px;
	margin-left: 5%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.list_wrap .item:nth-child(-3n+2)
{
	margin-top: 0;
}
.list_wrap .item:nth-child(3n-2)
{
	margin-left: 0;
}
.list_wrap .item .image
{
	width: 100%;
	height: 240px;
	background-color: #ddd;
	background-repeat: 50% 50%;
	background-size: cover;
}

.list_wrap .item1 .image {background-image: url(img/G17.jpg);}
.list_wrap .item2 .image {background-image: url(img/coffee.png);}


.my-div ul li{
	text-align : center;
	font-size: 100px;
	padding : 100px 0;
}


.list_wrap .item .cont
{
	padding: 20px;
}
.list_wrap .item strong
{
	display: block;
	margin: 15px 0 10px 0;
	font-size: 16px;
	letter-spacing: -1px;
}
.list_wrap .item p
{
	font-size: 13px;
	letter-spacing: -1px;
}
.list_wrap .item .butt
{
	display: inline-block;
	margin-top: 10px;
	margin-left: 10%;
	padding: 5px 10px;
	background: #eee;
	font-size: 13px;
	letter-spacing: -1px;
	transform: all 1s ease;
}
.list_wrap .item .butt a
{
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10%;
	padding: 5px 10px;
	background: #eee;
	font-size: 13px;
	letter-spacing: -1px;
	transform: all 1s ease;
}
.list_wrap .item .butt a:hover
{
	text-decoration: none;
	background: #fd9002;
	color: #fff;
}
.list_wrap .item a
{
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background: #eee;
	font-size: 13px;
	letter-spacing: -1px;
	transform: all 1s ease;
}
.list_wrap .item a:hover
{
	text-decoration: none;
	background: #fd9002;
	color: #fff;
}
.discord-header
{
	text-align: center;
	position: relative;
	width: 650px;
    height: 600px;
	padding: 5px;
}
.DiscordBot
{
    height: 80%;
}
.input-area{
	height: 60px;
	margin: auto;
}
.input-area input{
	width: 100%;
}
.input-area label{
	font-size: 12px;
}