
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

/* Change the docs' brand */
body > .navbar .brand {
  line-height: 50px;
  padding-right: 30px;
  padding-left: 0;
  margin-left: 20px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}
