/**
 * Solid amber Home button (navbar pattern for public + themed pages).
 * Loaded via admin-theme-dark @import, or link this file alone after Bootstrap.
 */
.btn.btn-home {
  background: #e69b35 !important;
  border: none !important;
  color: #141210 !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  filter: none !important;
}

.btn.btn-home:hover,
.btn.btn-home:focus {
  background: #f0a84a !important;
  color: #0d0c0b !important;
  filter: none !important;
}

.btn.btn-home i {
  color: inherit !important;
}
