body {
  background-image: url(../media/bg.png);
  background-size: 100%;
  background-attachment: fixed;
	text-align: center;
  text-decoration: none;
	font-family: 'Roboto Mono',  monospace;
	margin: 0px;
  color: white;
}

.title {
	color: white;
	font-weight: normal;
	font-size: 30px;
	margin-top: 210px;
	width: 100%;
	padding: 35px 0px;
	background-color: rgba(0,0,0, 0.7);
}

.title > .first {
	font-weight: bold;
	color: #ff3333;
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ff3333;
    margin: 0;
    padding: 0;
}

.title > .second {
	font-weight: bold;
	font-size: 20px;
	color: #ff3333;
}

.buttons {
	list-style-type: none;
	padding: 0;
}

.buttons > li {
	text-align: center;
	margin: 40px 15px;
}

.btn {
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	background-color: #ff3333;
	border: 1px solid #ff3333;
	font-size: 20px;
}

.btn:hover {
	border: 1px solid white;
}



@media only screen and (min-width: 600px) {
.title {
	color: white;
	font-weight: normal;
	font-size: 40px;
	margin-top: 65px;
	width: 100%;
	padding: 35px 0px;
	background-color: rgba(0,0,0, 0.7);
}

.title > .first {
	font-weight: bold;
	color: #ff3333;
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ff3333;
    margin: 0;
    padding: 0;
}

.title > .second {
	font-weight: bold;
	font-size: 25px;
	color: #ff3333;
}

.buttons {
	list-style-type: none;
	padding: 0;
}

.buttons > li {
	display: inline-block;
	text-align: center;
	margin: 15px 15px;
}

.btn {
	text-decoration: none;
	background-color: #ff3333;
	border: 1px solid #ff3333;
	font-size: 20px;
}

.btn:hover {
	border: 1px solid white;
}
}



@media only screen and (min-width: 768px) {
.title {
	color: white;
	font-weight: normal;
	font-size: 70px;
	margin-top: 210px;
	width: 100%;
	padding: 35px 0px;
	background-color: rgba(0,0,0, 0.7);
}

.title > .first {
	font-weight: bold;
	color: #ff3333;
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ff3333;
    margin: 0;
    padding: 0;
}

.title > .second {
	font-weight: bold;
	font-size: 40px;
	color: #ff3333;
}

.buttons {
	list-style-type: none;
	padding: 0;
}

.buttons > li {
	display: inline-block;
	text-align: center;
	margin: 0px 15px;
}

.btn {
  padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	background-color: #ff3333;
	border: 2px solid #ff3333;
	font-size: 20px;
}

.btn:hover {
	border: 2px solid white;
}
}



#c {
  position: fixed;
  top: 7%;
  bottom: 7%;
  overflow-y: scroll;
}

#content {
  margin-top: 1%;
  margin-left: 12%;
  margin-right: 12%;
  color: white;
}

#content ol, li, p, a, td {
  text-align: justify;
  padding-left: 2%;
  color: white;
}

#content h2, h3 {
  text-align: left;
}

#content h3 {
  font-size: 16px;
}

#content-pane {
  float: left;
  width: 73% ;
  background-color: rgba(0,0,0, 0.7);
  
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
}

#sidebar {
  float: right;
  width: 23% ;
  background-color: rgba(0,0,0, 0.7);
}

#footer {
  position: fixed;
  bottom: 0px;
	color: white;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 0px;
	width: 100%;
	padding: 0px 0px;
	background-color: rgba(0,0,0, 0.7);
}

#footer a{
	background-color: transparent;
	color: white;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

#footer table, td{
  margin-left: 5%;
}

#einr {
  margin-left: 1%;
  text-align: justify;  
}

#serverstatus{
  text-align: center;
}

#serverstatus h2, h3{
  text-align: center;
}

#serverstatus h3{
  margin-top: -5%;
}

#border {
  margin: 5% 5% 5% 5%;
  border: 2px solid white;
}
