/* Basic style
 * -------------------------------------------------------------------------- */

/* Header */

.docs-header {
  margin-bottom: 0;
}


/* Navbar */

.navbar-brand {
  color: #0074d9;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  border-color: #0074d9;
}

.navbar-toggle .icon-bar {
  background-color: #0074d9;
}

.navbar-nav > li > a {
  color: #0074d9;
  border: 1px solid transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: #fcfcfc;
  border-left-color: #0074d9;
}

@media (min-width: 768px) {
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    border-left-color: transparent;
    border-top-color: #0074d9;
  }
}


/* Button */

.btn-primary {
  border-color: #0066bf;  /* hsb(208, 100%, 75%) */
  background-color: #0074d9; /* hsb(208, 100%, 85%) */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #005299; /* hsb(208, 100%, 60%) */
  background-color: #005fb3; /* hsb(208, 100%, 70%) */
}


/* Jumbotron */

.docs-jumbotron {
  background-color: #0074d9;
  color: #fff;
}

.docs-jumbotron .version {
  font-size: 14px;
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}


/* Footer */

.docs-footer {
  overflow: hidden;
}

.hearts {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ddd;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.hearts:hover {
  color: #ff4136;
}

.hearts:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 0;
  border-top: 1px solid #eee;
  content: " ";
}

.hearts:after {
  position: relative;
  z-index: 1;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  content: "♥";
}


/* Google Code Prettify
 * -------------------------------------------------------------------------- */

.prettyprint {
  margin-bottom: 0;
  padding: 15px !important;
  border: 1px solid #ddd !important;
}
