/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Source Sans 3", Arial, sans-serif;
  color: #212529;
}

.section-title {
  font-weight: 600;
  margin-bottom: 1.25rem;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #0b8f7b;
  display: block;
  margin-top: 0.5rem;
}

.navbar-custom {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9) !important;
}

.navbar a.nav-link {
  font-weight: 600;
}

.navbar a.nav-link.active {
  color: #0b8f7b !important;
}

.footer {
  background: #111;
  color: #ced4da;
  padding: 2rem 0;
}

.footer a {
  color: #adb5bd;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.badge-accent {
  background: #0b8f7b;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

.btn-accent {
  background: #0b8f7b;
  color: #fff;
}

.btn-accent:hover {
  background: #097363;
  color: #fff;
}

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