h1, .jumbotron h1 {font-size: 34px}
h2 { font-size: 26px; font-weight: 200; margin-bottom: 25px}
h3 { font-weight: 300}
.hero-gradient {background: linear-gradient(#ddd,#eee,#fff,#fff); margin: -10px 0 0; padding: 50px 0 30px;}
.hero-gradient .jumbotron {background: none; padding: 0; margin: 0;}

ul.stats {padding: 0; margin: 0; list-style: none; font-family: monospace;}
ul.stats li {line-height: 26px; padding: 0 0 2px; margin: 0; list-style: none; font-size: 12px; }
ul.stats .count {width: 80px; margin-right: 10px; text-align: right; font-weight: bold; display: inline-block}
ul.stats li:hover {background: #f0f0f0;}

.navbar {margin-bottom: 0}
.navbar .separator {height: 50px; margin: 0 10px; border-right: 1px solid #3c3c3c; border-left: 1px solid #272727;}

body {padding-top: 50px;}

@media (max-width: 767px) {
  body {padding-top: 0}
  .navbar {position: relative}
  .navbar-brand {float: none}
  .navbar .separator {display: none}
}
