#primary #navigation { float: left; }
#primary #navigation #projects { float: left; }
#primary #navigation #information { float: left; }
#primary #navigation #projects { width: 300px; }
#primary #navigation #information { width: 220px; }
#primary #navigation ul li {
  font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 23px;
  width: 240px;
}
#primary #navigation ul li.section-title { color: #bbbec5; }
#primary #navigation ul li a { color: black; }
#primary #navigation ul li a:visited { color: black; }
#primary #navigation ul li a:hover { color: #979ca6; }
#tabs {
  z-index: 400;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 870px;
  height: 40px;
}
#tabs div { float: left; }
#tabs ul li {
  float: right;
  padding-top: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  background-color: white;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 60px;
}
#tabs ul li.menu {
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 2px 0px 4px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  padding-top: 5px;
}
#tabs ul li.menu a {
  font-size: 33px;
  color: #fe7b3a;
  font-weight: 600;
}
#tabs ul li.menu { letter-spacing: 0; }
#tabs ul li {
  font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", sans-serif;
  font-size: 27px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  font-style: italic;
}
#tabs ul li a {
  font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", sans-serif;
  font-size: 27px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  font-style: italic;
}
#about {
  float: left;
  width: 270px;
  padding-top: 24px;
}
