:root {
  --hbc-blue: #21aadd;
}

.text-hbc {
  color: var(--hbc-blue);
}

.form-text-hbc {
  font-size: 1.25em;
  font-weight: 200;
}


.main-navbar {
  height: 80px;
  background: white;
}