html {
  height: 100%;
  position: relative;
  width: 100%;
}
body {
  background-color: #1a1a1a;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
  position: relative;
  width: 100%;
}
body #header {
  left: 0;
  margin: 0 auto;
  max-width: 1136px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #600;
  padding: 10px 0 0 0;
}
body #content {
  background-color: #fff;
  border-left: 2px solid #686868;
  border-right: 2px solid #686868;
  left: 0;
  margin: 0 auto;
  max-width: 1140px;
  min-height: 100%;
  padding: 12em 1em 0;
  position: absolute;
  right: 0;
  line-height: 1em;
}
body #content #outer-game {
  margin: 0 0 1em;
}
body hr {
  border-bottom: 1px solid #686868;
  border-top: 1px solid #686868;
  margin: 0 auto 1em;
  width: 100%;
}
header #advert {
  background-color: #600;
  height: 120px;
  width: 100%;
}
nav {
  background-color: #600;
  border-bottom: 2px solid #686868;
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
}
nav .navbar-brand {
  margin-left: 1rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
nav .nav-link {
  color: #000;
  background-color: #bbb;
  border: 2px solid #686868;
  border-bottom: 0;
  border-radius: 0.75em 0.75em 0 0;
  font-weight: 700;
  font-size: 90%;
  padding: 0.5em 2em !important;
  margin: 0 0.5em;
}
nav .nav-link:hover {
  background-color: #600;
  border-radius: 0.75em 0.75em 0 0;
  color: #fff !important;
  text-decoration: underline !important;
  cursor: pointer;
}
main {
  background-color: #fff;
  font-size: 80%;
}
main a#home-signup {
  display: block;
  height: 125px;
  left: 0;
  position: absolute;
  top: 0;
  width: 52.5%;
}
main a#home-login {
  display: block;
  height: 125px;
  right: 0;
  position: absolute;
  top: 0;
  width: 47.5%;
}
main #news-updates img {
  margin-bottom: 1em;
}
main #news-updates h2,
main #news-updates time {
  color: #600;
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 0;
}
form {
  margin-bottom: 1em;
  position: relative;
}
form button,
form input {
  background-color: #fff;
  border-top: 1px solid #686868;
  border-left: 1px solid #686868;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 85%;
  height: 2.1em;
  margin: 0 auto;
  padding: 0.2em 0.75em;
}
.signup-form {
  text-align: center;
}
.signup-form .form-group:nth-child(1) input {
  width: 50%;
}
.signup-form .form-group:nth-child(1) label {
  width: 24%;
}
aside#outer-game {
  background-color: #fff;
  font-size: 80%;
  padding-left: 3em;
}
aside#outer-game .container {
  background-color: #bbb;
  border: 2px solid #686868;
  border-radius: 0.75em;
  padding-bottom: 1em;
  padding-top: 1em;
}
aside#outer-game ul {
  list-style: none;
  padding-left: 1em;
}
aside#outer-game a {
  color: #000;
}
aside#outer-game h2,
aside#outer-game h3 {
  font-size: 100%;
}
footer {
  background-color: #fff;
  font-size: 80%;
  text-align: center;
  max-width: 1140px;
  padding: 0 1em 1em !important;
  width: 100%;
}
a,
a:hover {
  color: #600;
}
h1 {
  font-size: 250%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1em;
}
h2#logo {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.maroon {
  color: #600;
}
.row {
  margin-bottom: 1em;
}
.alert-warning {
  background-color: #fdffea;
  border-color: #9aa72a;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: #9aa72a;
  padding: 0.5em;
}
@media screen and (max-width: 992px) {
  .nav-link {
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}
.center {
    text-align: center;
}
.center > div {
    margin-left: auto;
    margin-right: auto;
}
#vortexBanner {
	width: 100%;
	height: 96px;
	max-width: 728px;
	background-image: url(https://static.pokemon-vortex.com/v4/images/misc/ads/vrtx-bannerad.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#vortexBanner:hover {
	background-image: url(https://static.pokemon-vortex.com/v4/images/misc/ads/vrtx-bannerad-hover.png);
}