
html, body {
  clear: both;
  margin: 0;
  background: url(../images/description_background.jpg) no-repeat center center;
  background-size: 1420px 1045px;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 4em;
    color: #ffffff;
    margin-bottom: 0.6em;
    margin-top: 0;
    padding-top: 3.7em;
}

nav
{
  width: 100%;
  height: 50px;
  display: inline-block;
  text-decoration: none;
  background-color: red;
}

.tabs
{
  color: #CD853F !important;
}

nav a:hover
{
  text-decoration: underline !important;
  color: #8B4513;
}

.main_text
{
  margin-top: 5%;
  line-height: 1.5em;
  font-size: 1.5em;
  background-color: rgba(256,256,256,0.9);
}

.go_back
{
  color: red !important;
  font-size: 1.25em !important;
}

.go_back:hover{
  text-decoration: underline;
  color: #8B4513;
}

.play_game
{
  color: green !important;
  font-size: 1.25em !important;
}

.icon_pos
{
  width: 80%;
  height: 80%;
}

.float_right{
  float: right;
}