/* Responsive overrides for Salvaderi */

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img { max-height: 46px; }
  .carousel-caption h2.heading { font-size: 38px; }
}

/* Mobile */
@media (max-width: 767px) {
  body { padding-top: 0; }
  #navigation .navbar { min-height: 54px; }
  .navbar-brand img { max-height: 40px; }
  .navbar-collapse { background: rgba(20,8,0,.98); }
  .carousel-indicators { bottom: 12px; }
  .carousel-left, .carousel-right { display: none; }
  .skill-bar { margin-top: 30px; }
  .bgvid { width: 100%; }
}
