.structural {
	position: absolute;
	left: -9999px;
}
html{background:#710000;}
.wrapper {
    min-width: 30rem;
    max-width: 60rem;
    margin: 0 auto;
}
nav ul{
	list-style: none;
}
.center{
	max-width:100%;
	max-height:100%;
}
/*Menu*/
nav {
  margin-top: 15px;
}

ul#main-menu {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#main-menu a {
  margin: 0px;
  padding: 0px;
  font-family: 'Exo';
  font-size: 0.8rem;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#main-menu a:hover, a:active {
  color: #f2771d;
}

#main-menu li {
  float: left;
}