@import url('gallery.css');
@import url('sitemap.css');
@import url('editorstyles.css');

html {
  background-color: #010103;
}
body {
  padding-top: 0px;
}
header {
  margin-bottom: 30px;
}
.jumbotron {
  margin-top: -30px;
}
/* For pages with minimal content, add a minimum height. */
@media (min-width: 768px) {
  .content { min-height: 300px; }
}
.content > article > h1:first-child,
.content > article > h2:first-child,
.content > article > h3:first-child {
  margin-top: 0;
}
.content img {
  max-width: 100%;
  }
.side-menu > h3:first-child  {
  margin-top: 0;
}
.side-menu .nav .nav {
  margin: 5px 0 10px 12px;
}
.side-menu .nav li.active > a {
  color: #428bca !important;
  font-weight: 700;
}
.side-menu .nav li a {
  padding: 2px 0;
  color: #8c8c8c;
}
.side-menu .nav li a:hover {
  color: #333 !important;
}
.side-menu .nav .nav .nav {
  font-size: 12px !important;
}
.side-menu .nav li a:hover {
  background: none !important;
}
.bd {background-color: #eee;
}

footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #010103;
}
footer a {
  color: #8c8c8c;
}
footer ul.nav li {
  float: right;
}
footer ul.nav > li > a  {
  padding: 0 15px;
}