/* AutoParts Demo customization layer on top of Start Bootstrap Agency. */

:root {
  --autoparts-navy: #111827;
  --autoparts-yellow: #ffc800;
  --autoparts-steel: #64748b;
}

#mainNav .navbar-brand {
  color: var(--autoparts-yellow);
  font-weight: 700;
  letter-spacing: 0.06em;
}

header.masthead {
  background-image: linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.72)), url("https://startbootstrap.github.io/startbootstrap-agency/assets/img/header-bg.jpg");
}

.btn-outline-light {
  border-width: 2px;
}

.team-photo {
  max-width: 240px;
  border: 0.5rem solid rgba(0, 0, 0, 0.08);
}

.card {
  border-radius: 1rem;
}
