/* B.B.T CUSTOM CSS
------------------------------------------------------------ */

body {
  background-color: #000;
  /*background: -webkit-linear-gradient(#1e1e1e, #000000); 
  background: -o-linear-gradient(#1e1e1e, #000000); 
  background: -moz-linear-gradient(#1e1e1e, #000000);
  background: linear-gradient(#1e1e1e, #000000); */
}

a, h1, h2, h3, p, .header h3.text-muted {
  color: #fff;
}

li {
  color: #666;
}

h2 {
  font-size: 20px;
}

.nav-pills > li.active > a, .btn-success, .btn-default {
  background-color: #be0d0d;
  border-color: #990808;
  color: white;
}

.nav-pills > li.active > a:hover, .btn-success:hover, .btn-default:hover {
  background-color: #990808;
  border-color: #990808;
}
.btn-default:hover {
  color: white;
}

.header .nav .logo {
  padding: 0 20px 10px 0;
}

.header .tiny {
  font-size: 10px;
  margin: 0 0 10px 0;
}

.navbar {
  margin-bottom: 20px;
}

.navbar .navbar-brand {
  background: url(../images/arrows.png) no-repeat;
  color: #fff;
  font-size: 1.8em;
  margin-top: 5px;
  padding: 9px 30px 5px 50px;
}

.jumbotron {
  background: #117fd6 url(../images/bbt-banner.jpg) no-repeat bottom right;
  padding: 30px 15px 15px 30px;
  margin: 60px 0 20px 0;
  min-height: 275px;
  text-align: left;
}

.jumbotron h1 {
  display: inline-block;
  padding: 8px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: white;
  background-color: #1e1e1e;
}

.jumbotron h2 {
  text-align: left;
  margin: 0;
  background-color: #1e1e1e;
  padding: 8px;
  line-height: 1.4em;
  width: 340px;
  font-size: 18px;
}

.jumbotron p{
  text-align: right;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 12px 20px;
  margin: 14px 0 0 0;
  float: left;
}

.footer {
  margin-top: 15px;
}

.footer a, a:hover {
  color: #990808;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.rounded {
  border-radius: 2px;
  margin: 0 5px 5px 0;
  display: block;
}

.footer-logo {
  padding: 0 3px;
  height: 81px;
}


@media screen and (min-width: 768px) {
  .container .jumbotron {
    padding-right: 20px ;
    padding-left: 30px;
  }
}

