html, body {
  padding-top: 25px;
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -100px;
  /* Pad bottom by footer height */
  padding: 0 0 100px;
}
.navbar-brand {
  padding-top:0px;
}
.link, .active, .section {
  font-weight: bold;
}
a.caret-before {
    padding-right:1px !important;
}
a.caret-after {
    padding-left:1px !important;
}
.jumbotron-light {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #222;
}
.jumbotron-light h1 {
  line-height: 1;
  color: #fff;
}
.jumbotron-light p {
  line-height: 1.4;
  color: #ddd;
}
.container .jumbotron-light {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron-light {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron-light {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron-light h1 {
    font-size: 63px;
  }
}
.hero {
  background-color:rgba(0,0,0,0.5);
  padding: 0 90px;
}
.panel-footer {
  height: 100px;
  background-color: #333;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}
.panel-footer a {
  color: #9d9d9d;
}
.panel-footer a:hover{
  color: #ffffff;
  text-decoration: none;    
}
.thumb {
  margin-bottom: 30px;
  margin-left: 30px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}