html {
  font-size: 16px;  
}

body {

  font-family: 'Lato', 'Arial', sans-serif;
  font-weight: 100;

  padding-left: 48px;
  padding-left: 3rem;
  
  background-color: black;
  color: #fff;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;  
}

h1 {
  float: left;
  
  font-size: 12px;
  
  margin: 0px;
  padding: 0px;
  
  padding-right: 48px;
  padding-right: 3rem;
  
  letter-spacing: 2px;
  
  color: #fff;
  font-weight: 300;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#menu {
  
  font-size: 12px;

  line-height: 80px;
  line-height: 5rem;

  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #000;
  color: #595959;

  padding-left: 16px;
  padding-left: 1rem;
  
  letter-spacing: 2px;  
}

#menu-entries {
  float: left;
}

#menu-entries li {
  background-color: black;
  float: left;
  font-weight: 300;
  
  padding-right: 48px;
  padding-right: 3rem;
}

.list {
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  
  font-size: 145px;
  font-size: 9.09rem;
  line-height: 145px;
  line-height: 9.09rem;
}

@media screen and (max-width:1085px) {
    html {
      font-size: 15px;
    }
}

@media screen and (max-width:1005px) {
    html {
      font-size: 14px;
    }
}

@media screen and (max-width:940px) {
    html {
      font-size: 13px;
    }
}

@media screen and (max-width:871px) {
    html {
      font-size: 12px;
    }
}

@media screen and (max-width:815px) {
    html {
      font-size: 11px;
    }
}

@media screen and (max-width:745px) {
    html {
      font-size: 10px;
    }
}

@media screen and (max-width:680px) {
    html {
      font-size: 9px;
    }
}

@media screen and (max-width:615px) {
    html {
      font-size: 8px;
    }
}

@media screen and (max-width:548px) {
    html {
      font-size: 7px;
    }
}

@media only screen and (max-width:480px) {
    html {
      font-size: 6px;
    }
    h1 {
      display: none;
    }
    #menu-entries li {
      font-weight: bold;
    }
}

@media screen and (max-width:418px) {
    html {
      font-size: 5px;
    }
}

@media screen and (max-width:320px) {
    html {
      font-size: 4px;
    }
    body {
      padding-left: 16px;
      padding-left: 1rem;
    }
    #menu {
      font-size: 11px;
    }
}