header {
  background-color: #000;
  color: #fff;
}

.navbar {
  height: 60px;
  background-color: black;
}

.navbar-toggler {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-dark-background {
  background: var(--bs-black);
}

.bg-orange {
  background-color: rgba(255,140,3,0.8);
  color: #fff;
}

.orange-repair-box {
  margin: 80px 10px;
  padding: 20px;
  border-radius: 20px;
}

.text-shadow-repairs {
  text-shadow: 3px 2px var(--bs-black);
}

.text-align-repairs {
  text-align: justify;
  color: var(--bs-black);
}

.repair-img-container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.bmc-green {
  background-color: rgb(12,199,12,0.6);
}

.bg-orange-60 {
  background: rgba(242,150,28,0.6);
}

.bmc-box {
  padding: 20px;
  color: var(--bs-light);
  border-radius: 25px;
  border-width: 0px;
}

.bmc-grey {
  background-color: rgb(94,99,103);
}

.bmc-grey08 {
  background-color: rgba(94,99,103,0.8);
}

