.nav-toc {
  margin: 30px 0;
  padding: 0;
}
.nav-toc li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-toc li a,
.nav-toc li span {
  display: block;
  padding: 12px;
  color: #d3dbd5;
  border-top: solid 1px #d3dbd5;
}
.nav-toc li a:active,
.nav-toc li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.nav-toc li span {
  background-color: #112717;
}
#title {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#title #title-matt {
  position: absolute;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.6);
}
#title #title-matt h1 {
  font-size: 120%;
  margin-bottom: 10px;
}
#title #title-matt h1 span {
  display: block;
  font-size: 80%;
}
#title #title-matt h2 {
  font-size: 100%;
  border-top: solid 1px #eee;
  margin-bottom: 0;
  padding-top: 5px;
}
#title #title-matt h2 small {
  font-size: 70%;
}
.text-box {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.4);
}
.text-box h4,
.text-box p {
  margin-bottom: 10px;
}
