.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.tech {
  color: white!important;
  letter-spacing: 0.1rem;
  font-weight: 100;
}

.tech-node {
  background-color: rgba(46, 171, 79, 0.5)!important;
}

.tech-sql {
  background-color: initial;
}

.tech-mysql {
  background-color: rgba(93, 181, 252, 0.5)!important;
}

.tech-ejs {
  background-color: rgba(145, 38, 75, 0.5)!important;
}

.tech-express {
  background: rgba(235, 198, 54, 0.5)!important;
}

.tech-websockets {
  background-color: rgba(144, 248, 255, 0.5)!important;
}

.tech-javascript {
  background-color: rgba(255, 253, 156, 0.5)!important;
}

.desc-text {
  opacity: 0.8;
}

#about-me-heading-col {
  border-bottom: grey 1px solid;
  z-index: 10;
}

