nav {
  position: fixed;
  width: 100% !important;
  height: 150px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, #555, #888);
  background: -moz-linear-gradient(top, #555, #888);
  background: -o-linear-gradient(top, #555, #888);
  background: -ms-linear-gradient(top, #555, #888);
  background: linear-gradient(to bottom, #555, #888);
  -webkit-box-shadow: inset 0 -2px 10px rgba(0,0,0,0.5);
  box-shadow: inset 0 -2px 10px rgba(0,0,0,0.5);
  z-index: 100 !important;
}
header {
  left: 5% !important;
  right: 5%;
  top: 54px;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
header > * {
  color: inherit !important;
  font-size: 42px;
  font-weight: 600;
}
header ~ * {
  margin-top: 0 !important;
}
aside {
  top: 150px !important;
}
footer {
  font-size: 80%;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#logo {
  position: absolute;
  right: 5px;
  top: 5px;
  height: auto !important;
  background: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  color: rgba(255,255,255,0.3);
}
#logo > * {
  color: inherit !important;
  font-size: 84px !important;
}
#stage {
  left: 0 !important;
  top: 150px !important;
}
