#online {
	color: green;
	}
#offline{
	color: red;
	}
html, body{
	background-color: #f2f2f2;
	}
* {
	font-family: "Microsoft Jhenghei";
	}
@media screen and (max-width: 1450px){
 	.topbar ul {padding: 0 10% 0 10%;}
 	.head img {padding: 1.5% 0 1.5% 10%;}
 	.navbar ul {padding: 0 9% 0 9%;}
 	section {padding: 0 10% 0 10%;}
 	footer .copyright {padding: 0 9% 0 9%;}
	.foot {padding: 40px 11% 0 11%;}
	article{width:75%;}
 	aside{width:25%;padding-left:20px;}
 	.contact{float:right;}
 	.foottitle {float:left;}
 	.contact li{text-align:left;}
 	footer ul{text-align:left;}
 	.contact hr{width:230%;}
 	#mb{display:none;}
 	.col-bit {grid-template-columns: auto auto auto;grid-template-rows: auto;};
 	}
@media screen and (max-width: 1200px){
 	.topbar ul {padding: 0 5% 0 5%;}
 	.head img {padding: 1.5% 0 1.5% 5%;}
 	.navbar ul {padding: 0 4% 0 4%;}
 	section {padding: 0 5% 0 5%;}
 	footer .copyright {padding: 0 4% 0 4%;}
	.foot {padding: 40px 6% 0 6%;}
	article{width:75%;}
 	aside{width:25%;padding-left:20px;}
 	.contact{float:right;}
 	.foottitle {float:left;}
 	footer ul{text-align:left;}
 	.contact li{text-align:left;}
 	.contact hr{width:230%;}
 	#mb{display:none;}
 	.col-bit {grid-template-columns: auto auto auto;grid-template-rows: auto;};
 	}
@media screen and (min-width: 1450px){
 	.topbar ul {padding: 0 20% 0 20%;}
 	.head img {padding: 1.5% 0 1.5% 20.5%;}
 	.navbar ul {padding: 0 19.5% 0 19.5%;}
 	section {padding: 0 20% 0 20%;}
 	footer .copyright {padding: 0 18% 0 18%;}
	.foot {padding: 40px 20% 0 20%;}
	article{width:75%;}
 	aside{width:25%;padding-left:20px;}
 	.contact{float:right;}
 	.foottitle {float:left;}
 	footer ul{text-align:left;}
 	.contact li{text-align:left;}
 	.contact hr{width:230%;}
 	#mb{display:none;}
 	.col-bit {grid-template-columns: auto auto auto;grid-template-rows: auto;};
 	}
@media screen and (max-width: 768px){
 	.topbar ul, section, .foot{padding:0 10px 0 10px;} 
 	.head img{padding:30px 10px 0px 10px;}
 	.head div{text-align:center;}
 	.navbar ul{padding:0;}
 	.colleft {display:none;}
 	#pc, .topbar hr{display:none;}
 	article{width:100%;padding-left:0;}
 	.foot {padding: 5%;}
 	.link{display:none;}
 	.contact{float:none;}
 	#mb{display:block}
 	.contact li{text-align:center;}
 	.contact hr{width:40%;}
 	footer .copyright{font-size:90%;}
 	footer ul{bottom:0;text-align:center;padding-left:0}
 	.foottitle {float:none;}
 	aside{width:100%;padding-left:0;}
 	.sticky + body {padding-top: 60px;}
 	.sticky {
		position: fixed;
		 top: 5px;
		 width: 100%;
		 left:0;
		 right:0;
		 z-index: 5;
		 box-shadow: 0px 2px 7px;
		}
	.sticky li{margin:0 10px 0 10px}
	.navbar {background-color: none;}
	.navbar #mb {
		background-color: #404040;
		}
	#centerwhilemobile {text-align:center;}
	a[mb="true"] + a[mb="true"] {margin-top:5px}
	.col-bit {grid-template-columns: auto;}
 	}
.topbar ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}
.topbar li{
	float: left;
	color:#cccccc;
	padding: 10px 15px 10px 15px;
	
}
.topbar li:hover {
	background-color:#262626;
	}
.topbar a{
	color:#cccccc;
	float: right;	
	}
.topbar a:hover{
	color: white;
	font-weight: 500;
	text-decoration: none;	
	}
.topbar hr {
	float:left;
	height: 10px;
	border: 1px solid #cccccc;
	}
.head > div{
	width:100%;
	height:150px;
	}
.navbar{
	list-style-type: none;
    margin: 0;
    background-color: #404040;
    box-shadow: 0px 2px 7px;
	}
.navbar ul{
    list-style-type: none;
	 margin: -6px 0 -6px 0;
	width: 100%;
}
.navbar li {
	float: left;
	border-right: 1px outset #737373;
}

.navbar li a{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navbar li h5{
    display: inline-block;
    color: black;
	font-weight: 700;
    text-align: center;
	margin: 0;
	margin-left: 25px;
    text-decoration: none;
}
.dropdown-content hr{
	border: 1px solid #fff;
	margin:10px;
	}

.navbar li a:hover{
    background-color: #999999;
}

.navbar li.dropdown {
    display: inline-block;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #999999;
    min-width: 160px;
    color: black;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content-second {
	display: none;
    position: absolute;
    background-color: #404040;
    min-width: 160px;
    color: black;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.server:hover .dropdown-content-second{display:block}
.dropdown:hover .dropdown-content {
    display: block;
}
div.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

div.dropdown-content a:hover {background-color: #ffffff;color:black;}
section{
	margin-bottom: 30px;
	background-color: #f2f2f2;
}
article {
	float: left;
}
aside {
	float: left;
}
.colleft {
	display:none;
	}
.slinder{
	 padding-top: 20px;
	}
.mainheader{
	padding: 15px 15px 5px 15px;
	margin: -15px -15px 15px -15px;
	color:white;
	background-color: #666666;
	z-index: 0;
}
.info{
	padding: 15px 15px 5px 15px;
	margin: 0px 0px 15px 0px;
	color:white;
	background-color: #666666;
	z-index: 0;
}
.manmain {
	width: auto;
    height: auto;
	background-color: white;
	box-shadow: 0px 0px 3px 1px rgb(179, 179, 179);
}
.main {
	margin-top: 20px;
	padding: 15px;
	background-color: white;
	box-shadow: 0px 0px 3px 1px rgb(179, 179, 179);
}
hr.tableline {
	margin-top: 15px;
	margin-bottom: 0px;
	border: 0px dotted #e6e6e6;
	}
.main a {
	color:black;
	font-weight: 700;
	}
.main a:hover{
	color:black;
	text-shadow: 0px 0px 1px black;
}
.smallhr{
	border: 1px dotted;
	} 
.social{
    position: relative;
    overflow: hidden;
    padding: 0;
	margin-top: 20px;
    padding-top: 100%;
    width: auto;
    height: 400px;
    background-color:white;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 1px rgb(179, 179, 179);
}
.socialfb{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    height: auto;
    width: auto;
    background-color:white;
    box-shadow: 0px 0px 3px 1px rgb(179, 179, 179);
}
.ad{
    position: relative;
    padding: 0;
    height: auto;
    width: auto;
    background-color:white;
}
.adsidebar{
    position: relative;
    padding: 0;
    height: 200px;
    width: auto;
    background-color:white;
}
div + .ad{
	margin-top: 20px;
	box-shadow: 0px 0px 3px rgb(179, 179, 179);
	}
div + .adsidebar{
	margin-top: 20px;
	box-shadow: 0px 0px 3px rgb(179, 179, 179);
	}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
*, *::before, *::after{transition:all .3s ease-in-out;}
#mainav form *{transition:none !important;}
.footer {
  position: fixed;
}
footer {  
     position: relative;
     bottom: 0;
	 top: 40px;
     height: 300px;
     width: 100%;
	 text-align: center;
     clear: both;
     box-shadow: -2px 0px 7px;
     background-color: #404040;
}
footer ul{
     position: relative;
     bottom: 0;
	 top: 10%;
     height: 50px;
     width: 100%;
     background-color: black;
     clear: both;
     padding-top: 12px;
}
footer .copyright {
    color: white;
}
.link {
	float:left;
	color: #a6a6a6;
	text-align: center;
	min-width: 450px;
}
.aboutus {width: 20%;text-align: left;}
.media .fa{
	font-size: 200%;
}
.media {margin: 0;}
.media a{
	margin-right:20px;
	margin-top: 20px;
}
.media a:hover span{color: white;}
.media span {color:#a6a6a6;margin-top: 18px;}
.link p{text-align:left;margin-top: 18px;}

.link li{
	list-style-type: none;
	margin-top: 18px;
	}
.link hr{
	border: 1px double white;
	margin-top: 0;
	width: 400%;
	}
.link li a{
	display: inline;
    color: #a6a6a6;
    text-align: center;
	font-size: 18px;
    padding: 0;
    text-decoration: none;
}
.link li a:hover {
	color:white;
	text-decoration: none;
}
.contact p{margin-top: 18px;}
.contact {
	text-align:center;
	max-width: auto;
	}
.contact hr{
	border: 1px double white;
	margin-top: 0;
	margin-bottom: 30px;
	}
.contact li{
	list-style-type: none;
	margin-top: 7px;
	font-size: 100%;
	color: white;
	}
.contact li a{
	display: inline;
    color: #a6a6a6;
    text-align: center;
	font-size: 100%;
    padding: 0;
    text-decoration: none;
}
.contact li a:hover {
	color:white;
	text-decoration: none;
}
footer h3 {font-weight: 700;color:white;}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    margin-right: -250px;
    right: 0;
    list-style-type: none;
    text-align: right;
    background-color: #262626; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 10px 10px 10px 8px;
    text-decoration: none;
    font-size: 18px;
    border-top:1px solid #595959;
    color: #b3b3b3;
    display: block;
    transition: 0.3s;
}
div#mc-server{background-color:#333333;}
.sidenav li{color:white;}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover{
    color: white;
    text-decoration: none;
}

/* Position and style the close button (top right corner) */
#main {
    transition: margin .5s;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 16px;}
}
/* Style the links inside the sidenav */
#sap, #about-org, #network, #service, #minecraft, #mc-server{
	display:none;
	}
.sidenav > div a{
	padding: 8px 15px 8px 8px;
	font-size: 16px;
	border: 0;
	}
.main table {
	text-align: center;
	padding: 0;
	}
.bit{
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    margin-top: 15px;
}
.info-button{
    background-color: #d9d9d9;
    padding: 20px 20px;
    border: 1px solid #a6a6a6;
    text-align: center;
}
.info-button:hover{background-color:#cccccc;}
.bit i, .web i, .info-button i{padding-right: 15px;}
.col-bit{
    display: grid;
    align-content: left;
    grid-gap: 10px;
}
.col-info{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    overflow: auto;
    justify-content: center;
}
.col-info > div{margin:5px;height:auto;width:200px;}
h3 ~ .col-bit, h4 ~ .col-bit, h5 ~ .col-bit, h2 ~ .col-bit{padding-top: 20px;}
.bit:hover{
    background-color:#e6e6e6;
}
.clickable-server  h4{
    color:white;
    text-align: center;
    padding: 50px 20px;
    opacity: 0.5;
    font-weight: 700;
    text-shadow: 0px 0px 2px black;
}
a:hover .clickable-server h4{opacity: 1;}
a:hover .clickable-server{
    transform: scale(1.05);
}
.col-bit > a:hover{text-decoration:none;}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}
.commitee{
    padding: 15px 15px 5px 15px;
	margin: -15px -15px -15px -15px;
	color:white;
	background-color: #999999;
}
#comm{border-left: 3px solid black;border-radius:0px;}
.commitee h4 > a, .commitee h4 > a:hover{color:white;font-weight:700;text-decoration:none;text-shadow: 0px 0px 0px black;}