.jumbotron {
     color:#fff;
     background-color:#000;
     background:#000 url(../img/header4.jpg) 100% 50% no-repeat;
     padding-top:10px;
     padding-bottom:10px;
}


.jumbotron h1 {
     font-weight: 100;
     font-size: 40px;
}

.jumbotron h3 {
     font-size: 23px;
     font-weight: 100;
     font-style: italic;
}

.jumbotron .container > p {
  font-size: 16px;
}

#lastmodified {
     font-size: 10px;
     color:#ccc;
}
/**
 * Sidebar Navigation
 */
.sidebar.affix-bottom,
.sidebar.affix {
  /*width:263px;*/
  width: 100%;
}

.sidebar.affix {
  position:static;
  top:100px;
}

.bs-sidenav {
  width: 100%;
}

.bs-sidenav > li  {
  border-bottom:1px solid #E2E2E2;
}

.bs-sidenav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  /*background-color:#1c1c1c;*/
  border-bottom:1px solid #fff;
}

.bs-sidenav > li.active > a {
  text-decoration: none;
  background-color:#E2E2E2;
  color:#000;
  border-right: 1px solid #fff;
}

.bs-sidenav > li > a:hover,
.bs-sidenav > li > a:focus,
.bs-sidenav > li.active > a:hover,
.bs-sidenav > li.active > a:focus {
  text-decoration: none;
  background-color:#ccc;
  color:#fff;
  border-right: 1px solid #fff;
}

.footer {
     margin-left: 10%;
}
.footer ul {
     list-style: none;
}
