body {
  color: #080808;
  background: #A8A8A8;
  font-weight: 100;
  font-family: "Segoe UI", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 100;
  text-align: center;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  color: #FFF;
  letter-spacing: 0.075em;
  text-transform: capitalize;
}

nav {
  position: relative;
  top: 0.5em;
  margin: 0 auto;
}
nav ul {
  background: rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
nav ul li {
  width:100px;
  padding-top:30px;
  padding-bottom:30px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.6em;
  margin: 0 0;
  display: inline-block;
  list-style-type: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul li:hover {
  color: #FFF;
}
nav ul :nth-child(1) {
  color: #585858;
}
nav ul :nth-child(1):hover {
  background-color: #0066cc;
}
nav ul :nth-child(2) {
  color: #585858;
}
nav ul :nth-child(2):hover {
  background-color: #0066cc;
}
nav ul :nth-child(3) {
  color: #585858;
}
nav ul :nth-child(3):hover {
  background-color: #0066cc;
}
nav ul :nth-child(4) {
  color: #585858;
}
nav ul :nth-child(4):hover {
  background-color: #0066cc;
}
nav ul :nth-child(5) {
  color: #585858;
}
nav ul :nth-child(5):hover {
  background-color: #0066cc;
}
nav ul :nth-child(6) {
  color: #585858;
}
nav ul :nth-child(6):hover {
  background-color: #0066cc;
}
nav .indicator {
  pointer-events: none;
  position: fixed;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
