html, body {
  margin: 0;
  padding: 0;
  background: #08090d;
  color: #e9e3d0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#app {
  width: 1000px;
  margin: 0 auto;
  background: #10131b;
  min-height: 720px;
  border-left: 1px solid #2b2f3a;
  border-right: 1px solid #2b2f3a;
}

.topbar {
  height: 72px;
  background: #161a24;
  border-bottom: 1px solid #33394a;
  padding: 18px 24px 0 24px;
}

.logo {
  color: #ffd36a;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

.subtitle {
  color: #aaa;
  margin-top: 5px;
}

.hero {
  height: 210px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #33394a;
  background: #000;
}

.hero img {
  width: 1000px;
  height: 210px;
  display: block;
}

.heroText {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 420px;
  background: url('images/dark-bg.png');
  background: rgba(0,0,0,0.55);
  padding: 16px;
  border: 1px solid #5f4d25;
}

.heroText h1 {
  margin: 0 0 8px 0;
  color: #ffd36a;
  font-size: 25px;
}

.heroText p {
  margin: 0;
  color: #eee;
  line-height: 20px;
}

.layout {
  display: table;
  width: 100%;
}

.sidebar {
  display: table-cell;
  width: 260px;
  vertical-align: top;
  background: #0c0f16;
  border-right: 1px solid #33394a;
  padding: 14px;
}

.sidebar h3 {
  color: #ffd36a;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #33394a;
  padding-bottom: 10px;
}

.catBtn {
  display: block;
  width: 100%;
  text-align: left;
  color: #ddd;
  background: #171b25;
  border: 1px solid #2f3545;
  margin-bottom: 6px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 13px;
}

.catBtn:hover, .catBtn.active {
  background: #3a2c14;
  border-color: #d6a643;
  color: #ffd36a;
}

.content {
  display: table-cell;
  vertical-align: top;
  padding: 18px;
}

.featured {
  background: #171b25;
  border: 1px solid #33394a;
  padding: 10px;
  margin-bottom: 14px;
  color: #aaa;
}

.featured b {
  color: #ffd36a;
}

.page {
  background: #121722;
  border: 1px solid #33394a;
  padding: 20px;
  min-height: 380px;
}

.page h2 {
  color: #ffd36a;
  margin-top: 0;
  font-size: 26px;
}

.page p {
  color: #ddd;
  line-height: 22px;
}

.infoBox {
  background: #0c0f16;
  border: 1px solid #2f3545;
  padding: 12px;
  margin: 12px 0;
}

.infoBox h4 {
  margin: 0 0 8px 0;
  color: #eebd55;
}

ul {
  margin-top: 6px;
}

li {
  margin-bottom: 6px;
}
