*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.logo ul
{
	list-style: none;
}
.logo ul li
{
	font-size: 15px;
	margin: 15px;
	padding: 15px;
}
.menu-bar
{
	background: #fd9002;
	text-align: center;
}
.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #fff;
}
.menu-bar ul li
{
	font-size: 20px;
	width: 200px;
	margin: 15px;
	padding: 15px;
}
.menu-bar ul li a
{
	text-decoration: none;
	color: #fff;
}
.active, .menu-bar ul li:hover
{
	background: #fd6602;
	border-radius: 5px;
}
.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;
}
.DiscordBot
{
	top: 10px;
	margin: 60px;
	text-align: center;
	position: relative;
}