//@import "bootstrap/css/hero-unit.less";
//
// Hero unit
// --------------------------------------------------


.hero-unit {
  font-size: 1.25em;
  padding: @emLineHeight * 2 / 1.25;
  margin-bottom: @emLineHeight * 2 / 1.25;
  line-height: @emLineHeight;
  color: @heroUnitLeadColor;
  background-color: @heroUnitBackground;
  .border-radius(6px);
  h1 {
    color: @heroUnitHeadingColor;
    letter-spacing: -1px;
  }
  & >:last-child {margin-bottom: 0;}
}
