  #header {
    width: 320px;
    position: fixed;
    top: 0;
    right: 6em;
    z-index: 20;
    padding: 7.5% 0;
  }
  
  #title {
    float:right;
    text-align: right;
  }
  h1 {
    font-size: 8em;
  }

  /*---- Navigation ----*/
  ul#nav {
    list-style: none;
    width: 75px;
    float: right;
    margin-top:4em;
  }
  ul#nav li {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: block;
    text-indent: 200px;
    overflow: hidden;
    margin-bottom:2em;
  }


