html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background: url('endportalspawn.png') no-repeat center center fixed;
  background-size: cover;
  color: whitesmoke;
}

#nav {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

.nav-left {
  float: left;
}

.nav-right {
  float: right;
}

.nav-right a {
  color: whitesmoke;
  text-decoration: none;
  padding-left: 20px;
  display: inline-block;
  font-weight: 400;
  zoom: 1;
  *display: inline;
}

.nav-right a:first-child {
  padding-left: 0;
}

.nav-right a:hover {
  text-decoration: underline;
}

#content {
  width: 60%;
  margin: 50px auto; /* centers horizontally and adds vertical spacing */
  text-align: left;
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.title {
  font-size: xx-large;
}

#footer {
  width: 100%;
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 32px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: none;    /* rectangle background behind link */
  color: red;
  padding: 10px 20px;         /* space inside the rectangle */
  text-decoration: none;
  display: inline-block;      /* so padding applies properly */
  border-radius: 5px;         /* optional: rounded corners */
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
#footer a {
  color: red
}

#footer a:visited {
  color: green;         /* visited link color */
}

.pagetitle {
  color: red;
  font-size: 27px;
}