body, html {
  height: 100%;
}

#QText {
  visibility: visible;
  position: absolute;
  top: 50px;
  left: 100px;
  width: 600px;
  vertical-align: middle;
  font: 28pt/normal verdana;
}

#Logo {
  position: relative;
  top: 25px;
  left: 100px;
}

#Banner {
  position: relative;
  top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%
}

#Play {
  position: relative;
  top: 50px;
  left: 100px;
  font: 18pt/normal helvetica;
}

#Shop {
  position: relative;
  top: 50px;
  left: 100px;
  width: 600px;
  font: 12pt/normal verdana;
  line-height: 2;
}

#Terms {
  position: relative;
  top: 50px;
  left: 100px;
  width: 600px;
  font: 11pt/normal verdana;
}

#Headers {
  position: absolute;
  top: 200px;
  left: 100px;

}

.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  margin-top: 100px;
}

.column {
  float: left;
  width: 100%;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.leading {
  line-height: 1.5;
}

#Footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2F5597;
  padding: 15px;
  color: white;
  font: 9pt/normal verdana;
  text-align: center;
}

#copyright {
  position: relative;
  top: 75px;
  left: 130px;
  font: 10pt/normal helvetica;
}
