@font-face {
  font-family: Heebo;
  font-weight: bold;
  src: url("../fonts/Heebo-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Heebo;
  font-weight: normal;
  src: url("../fonts/Heebo-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Heebo;
  font-weight: 200;
  src: url("../fonts/Heebo-Light.ttf");
  font-display: swap;
}
body {
  background-color: #F4F4F4;
  font-family: "Heebo", sans-serif;
}

.nav-link:hover {
  color: #2ab8eb !important;
}

.header-bg {
  background-color: #171717;
}

.welcome-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/barcoms-banner.jpg");
  background-size: cover;
  color: #fff;
}
.welcome-banner > div {
  height: 200px;
}

#main-content {
  background-color: #fff;
}

.heading-color {
  color: #2ab8eb;
}

.card-image {
  width: 100%;
  object-fit: contain;
}

footer {
  background-color: #001240;
  color: #fff;
}
footer #contact-us ul {
  list-style-type: none;
}
footer #contact-us a {
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
