/* page divisions */

body {
  font-family: "godotfont", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: black;
  background-image: linear-gradient(#000 0%, #0f1929 95%);
  margin: auto;
  padding-bottom: 100px;
}

header {
  font-family: "godotfont", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 100px;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: white;
  text-align: center;
  font-size: 10px;
}

.content {
  width: 400px;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}


/* links */

table a {
  color: lightblue;
  background-color: transparent;
  text-decoration: none;
}


/* navbar */

.nav{
  top: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #478cbf;
  position: -webkit-sticky; /* Safari */
  position: sticky;
}

li{
  width: 110px;
  display: inline-block;
  text-align: center;
  background-color: #444;
  font-size: 25px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #444;
}

li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: #478cbf;
}


/* games listing table */

#gamestable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  background-color: #222;
  width: 90%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  font-size: 14px;
  border: 1px solid #478cbf;
  color: white;
}

#gamestable td, #gamestable th {
  padding: 15px;
}

#gamestable td:nth-child(1){font-size: 1.4em;}

#gamestable tr:nth-child(even){background-color: #222;}
#gamestable tr:nth-child(odd){background-color: #333;}
/* #gamestable tr:hover {background-color: #666;} */
#gamestable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

th, td {
  margin-left: auto;
  margin-right: auto;
}

th {
  cursor:pointer;
}


/* fontface */

@font-face {
	font-family: godotfont;
	font-style: normal;
	font-weight: 400;
	src: local("godotfont"), url(fonts/godotfont.woff2) format("woff2");
	font-display: auto;
}
