/***********************************************************
 * Custom CSS for szaf.org sites
 *   expanding Bootstrap
 *
 * (c) 2016 Thomas Hochstein
 ***********************************************************/

/*  --------------------------------------------------------
 *  Overloading Bootstrap defaults
 */

/* navbar
   set dark blue color */
.navbar-inverse {
  background: #314e8c;
}
.hostname {
  color: #ddd;
}
.navbar-inverse a.navbar-brand:hover .hostname,
.navbar-inverse a.navbar-brand:focus .hostname {
  color: #fff !important;
}

/* jumbotron
   set light blue color */
.jumbotron {
  background: #bad1e1;
}

.jumbotron h1,
.jumbotron .h1 {
  color: #314e8c;
}

.jumbotron dl {
  font-size:21px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

h1, .h1, h2, .h2 {
  color: #314e8c;
}

h2 {
  padding-bottom: .2em;
  border-bottom: .1em dotted #999;
}

hr {
  border-color: #314e8c;
}

/*  --------------------------------------------------------
 *  Footer
 */

footer {
   background: #314e8c;
   color: #fff;
   padding-left: 0.5em;
}