body{
  background: url('ark.jpg') no-repeat center center/cover fixed white;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  margin: 0px;
  min-width: 500px;
  padding-bottom: 100px;
}
.container{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow-x:hidden;
}
#information{
    margin: 70px 450;
    width: 600px;
    order: 2;
    flex-wrap: wrap;
    position: absolute;
    align-self: auto;
    right: 0px;
}
#info_child{
    margin: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.serverlist{
    width: 370px;
    margin: 0 10px;
    top: 0px;
    left: 0px;
    order: 1;
    width: 800px;
    display: inline-flex;
    flex-wrap: wrap;
}
.infovalue{
  padding-left: 10px;
}

@media only screen and (max-width: 1818px) {
	#information {
		margin: 70px 400px;
	}
	.serverlist {
	//width: 600px;
	width 100%
	}
}
@media only screen and (max-width: 1495px) {
	#information{
		margin: 0px auto;
    		order: 1;
   		width: 100%;
   		position: initial;
	}
	.query{
		order: 2;
	}
	.serverlist{
  		width: 100%;
  		display: inline-flex;
  		justify-content: center;
  		flex-wrap: wrap;
	}
}


.servers{
  background: rgba(0, 0, 0, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border: 10px solid transparent;
  border-radius: 10px;
  padding: 10px;
  width: 500px;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 20px;
  order: 2;
  justify-content: center;
}
.servers tbody tr:nth-of-type(1), tr:nth-of-type(4), tr:nth-of-type(5), tr:nth-of-type(6), tr:nth-of-type(9), tr:nth-of-type(10), tr:nth-of-type(11), tr:nth-of-type(12), tr:nth-of-type(13), tr:nth-of-type(14), tr:nth-of-type(15), tr:nth-of-type(17), tr:nth-of-type(18), tr:nth-of-type(19) {
  display:none;
}
table{
   border-spacing: 0;
}
table th, tr:first-child td{
  border-top: 0;
}
table tr td:first-child{
  border-left: 0;
}
table tr:last-child td{
  border-bottom: 0;
}
table tr td:last-child{
  border-right: 0;
}
th, td{
   border-top: 1px solid white;
}

.connect{
  text-decoration: none;
  color: white!important;
  border-color: white;
  font-size: 1em;
  background-color: rgba(170, 170, 170, 0.5);
  border: 1px solid transparent;
  border-radius: 7px 7px 7px 7px;
  padding: 6px 10px;
  transition: 0.35s;
}
.connect:hover{
  text-decoration: none;
  color: green!important;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1x solid rgba(255, 255, 255, 0.5);
  border-radius: 7px 7px 7px 7px;
  padding: 6px 10px;
  transition: 0.35s;
}


h1{
  text-shadow: 0 0 5px black;
  text-align: center;
}

#welcome{
  text-align: center;
  font-size: 20px;
}

#links{
  height: 50px;
  text-align: center;
}

#links a{
  text-decoration: none;
  font-weight: 700;
  color: white;
  background: gray;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 40px;
  margin: 0 5px;
}

#links a:nth-of-type(1){background: #7289da;}
#links a:nth-of-type(2){background: #662666;}
#links a:nth-of-type(3){background: #cc2626;}
#links a:nth-of-type(4){background: #268826;}

.purple_boxes{
  background: rgba(50, 0, 50, .7);
  box-shadow: 0 0 10px rgba(50, 0, 50, .3);
  border: 10px solid transparent;
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
  max-width: 1000px;
  font-size: 12px;
  flex: 3;
}
.boxes{
  background: rgba(0, 0, 0, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border: 10px solid transparent;
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
  max-width: 1000px;
  font-size: 12px;
  flex: 3;
}

.boxes h3{
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid rgba(255, 255, 255, .5);
}

/*footer */
.footer{
    position: absolute;
	/*	bottom: 0;*/
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    font-size: 17px;
}
#footer-title{
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 0 15px 10px 15px;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid rgba(255, 255, 255, .5);
}
.button{
  text-decoration: none;
  color: white!important;
  border-color: white;
  font-size: 1em;
  background-color: rgba(70, 70, 70, 0.5);
  border: 1px solid transparent;
  border-radius: 7px 7px 7px 7px;
  padding: 6px 10px;
  transition: 0.35s;
}
.button:hover{
  text-decoration: none;
  color: green!important;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1x solid rgba(255, 255, 255, 0.5);
  border-radius: 7px 7px 7px 7px;
  padding: 6px 10px;
  transition: 0.35s;
}

#footer-links{
  padding-top:10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#footer-left{
  margin:auto;
}
#footer-right{
  margin:auto;
}
