html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(0,229,200,0.25); /* core-teal focus */
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* Lead Discovery - source badges */
.source-linkedin { background-color: #0077b5 !important; color: #fff !important; }
.source-crunchbase { background-color: #f26e1f !important; color: #fff !important; }
.source-jobs { background-color: #2e7d32 !important; color: #fff !important; }
.badge-source { font-size: 0.7rem; }
