.site-nav {
  background-color: rgb(255,160,100);
  padding-left: 1em;
}
.site-nav .dir {
  display: inline;
  color: black;
  text-decoration: none;
}
.site-nav .dir + .dir:before {
  color: white;
  content: " / ";
}
.site-nav .dir#current-dir {
  display: inline;
  color: white;
  text-decoration: none;
}
.sec-nav .sec {
  background-color: rgb(255,160,100);
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1px;
  display: block;
  color: black;
  text-decoration: none;
}
.sec-nav .sec#current-sec {
  color: white;
}
.sec-nav {
  border: 1px;
  float: left;
}
#next-sec {
  background-color: rgb(255,160,100);
  text-decoration: none;
  color: black;
}
#next-sec:after {
  content: " >>> ";
  background-color: rgb(255,160,100);
  text-decoration: none;
  color: white;
}
.icon {
  display: inline;
}
h1.title {
  background-color: rgb(255,160,100);
  display: inline;
}  


