body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: black;
  color: #FFF;
}
#sidebar h1 {
  font-size: 42pt;
  margin-bottom: 0px;
  margin-top: 30px;
}
hr {
  border-1px: style solid white;
}
#logo {
  color: white;
  text-decoration: none;
}
#nav {
  list-style-type: none;
  padding: 0 0 0 0;
  margin-top: 100px;
  width: 150px;
  right: 0;
  float: right;
}
#nav li {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 12pt;
}
#nav li i {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
  width: 10px;
  display: box;
}
#nav li a:hover {
  opacity: 1.0;
}
#nav li.active {
  background-color: rgba(0,0,0,0.3);
  background-image: linear-gradient(180deg,rgba(20,20,20,0.5),rgba(0,0,0,0.5) 68.0%);
  border-radius: 5px;
  border: 1px solid black;
}
#nav li.active a {
  opacity: 1.0;
}
#nav a {
  text-decoration: none;
  color: white;
  opacity: 0.5;
  -moz-transition-duration: opacity;
  -webkit-transition-duration: opacity;
  -o-transition-duration: opacity;
  transition-duration: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#sidebar {
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 25%;
  background-color: rgba(0,0,0,0.8);
  display: block;
  color: white;
  padding: 20px;
  text-align: right;
  border: 1px solid black;
  min-width: 200px;
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.7);
}
#container {
  width: 74%;
  float: right;
  margin-left: 200px;
  padding-left: 80p;
}
section.biggap {
  margin-bottom: 125px;
}
section {
  margin-left: 60px;
  margin-right: 20px;
  margin-top: 30px;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  background-color: rgba(0,0,0,0.8);
  border: 1px solid black;
  border-radius: 5px;
  padding-bottom: 20px;
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.7);
}
section a {
  color: white;
}
section h1 {
  font-size: 30px;
  text-shadow: 2px 2px rgba(0,0,0,0.7);
}
section h2 {
  font-size: 30px;
  text-shadow: 2px 2px rgba(0,0,0,0.7);
}
section div.grab {
  margin-left: 8px;
  z-index: 99;
  display: inline-block;
  padding: 0 0 0 36px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background: #999;
  background: -webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#777777));
  background: -moz-linear-gradient(top,#cccccc,#777777);
  margin-bottom: 20px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  left: -45px;
}
section div.grab h2 {
  margin: 0 0 0 0;
  padding-right: 20px;
  text-shadow: none;
}
section div.grab .arrow {
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 6px solid transparent;
  border-top: 3px solid #111;
  top: 102%;
  left: 0;
  position: absolute;
}
.nobg {
  background-color: rgba(0,0,0,0);
  border: none;
  box-shadow: none;
}
.projectbox.fixheight .item {
  min-height: 100px;
}
.projectbox .item {
  border: 5px solid black;
  border-radius: 5px;
  margin: 5px;
  background-color: rgba(0,0,0,0.8);
  width: 210px;
  overflow: hidden;
  display: block;
}
.projectbox .item.shown.reveal-across {
  width: 440px;
}
.projectbox .item.shown.reveal-across img {
  margin-left: 10px;
  padding-bottom: 0px;
}
.projectbox .item.animate {
  transition-property: top, left;
  transition-duration: 0.5s;
}
.projectbox .item-white .title {
  color: black;
}
.projectbox .item-white {
  background-color: #ffffff;
  color: black;
}
.projectbox .item-white a {
  color: black;
}
.projectbox .item-white a:visited {
  color: black;
}
.projectbox .item img {
  cursor: pointer;
  float: right;
  padding-bottom: 20px;
}
.projectbox .item .xlabel {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 210px;
}
div.shown div.title {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  font-weight: bold;
  font-size: large;
}
div.shown.reveal-across div.title {
  margin-top: 10px;
}
div.shown div.xlabel {
  display: inherit;
}
div.xlabel div.sub {
  margin-right: 10px;
}
.thumb {
  border-radius: 5px;
  border: 5px solid black;
  background-color: white;
}
a.btn {
  background-color: #474949;
  border-radius: 5px;
  border: 1px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid black;
  color: white;
  text-decoration: none;
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.7);
}
a.btn :visited {
  color: white;
}
a.btn :hover {
  background-color: #3a3c3c;
}
