#wrapper {
    position: absolute;
    width: 80%;
    margin: 0 10% auto;
    height: 100%;
    top: 0;
}

#header {
    position: relative;
    float: left;
    height: 9em;
    width: 100%;
    background-image: url(images/maximator-jet-header.jpg);
    margin-bottom: 0.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#content{
  margin: 0 auto;
}
#footer{
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
  margin-bottom: 30px;
  font-size: 1em;
  font-family:Verdana, Geneva, sans-serif;
  background-image: url(images/maximator-jet-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

ul.navigation {
    width: 80%;
    list-style-type: none;
    margin: auto;
    margin-top: 110px;
    margin-bottom: 1em;
    padding-left: auto;
    overflow: hidden;
    z-index: 2;
    padding-top: -20px;
    float: left;
}

li.navigation {
    float: left;
    margin-right: 1px;
    font-size: 1em;
    font-family:Verdana, Geneva, sans-serif;
}

a.navigation:link, a.navigation:visited {
    font-family: inherit;
    display: block;
    width: 120px;
    color: #FFFFFF;
    background-color: #8e9ba0;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

a.navigation:hover, a.navigation:active{
    background-color: #3d3d3d;
}

ul.navigation li.navigation:hover ul.subnavigation{
    display: block;
    position: absolute;
    list-style-type: none;
    z-index: 500;
}

div.logo{
  display: none;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: auto;
  height: 8em;
  width: 8em;
  background-image: url("https://pixabay.com/static/img/logo_square.png");
  background-size: 100%;
  z-index: 3;
}