body {
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  background-color: black;
  color: darkslategrey;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 80px;
}

.h1 {
  font-size: 3rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color: black;
}

strong {
  font-weight: bolder;
  text-decoration: underline;
  color: black;
}

.h3 {
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
  font-size: 2rem;
}

.hero-body {
  background: url(./images/titlepage-bg.png) no-repeat center center;
  background-size: cover;
  min-height: 720px;
}

.about-me-body {
  background-color: lightblue;
}

.tech-journey-body {
  background-color: pink;
}

.education-body {
  /* background-image: image-set(url(./images/whitebg.jpg)); */
  background-color: lightblue;
}

.education-body .card {
  background-color: #f8f8fa;
}

.featured-work-body {
  background-color: pink;
}

.featured-work-body .card {
  background-color: #f8f8fa;
}

.featured-work-img-container {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .featured-work-img-container {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.navbar {
  background-color: black;
}

.navbar-brand {
  color: white;
}

.navbar.toggler {
  color: blue;
}

.navbar-brand:visited {
  color: white;
}

.navbar .nav-link {
  color: white; /* dark blue, for example */
}

.navbar .nav-link:hover {
  color: red; /* red on hover */
}

.navbar .nav-link.active {
  color: #e67e22; /* orange for the active section */
}

.hamburger-icon {
  height: 30px;
}

.min-vh-80 {
  min-height: 80vh;
}

.min-vh-70 {
  min-height: 70vh;
}

.hero-image {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}

.edna-img {
  max-width: 400px;
  width: 100%;
  object-fit: contain;
}

.custom-icon {
  height: 40px;
}

.education-img {
  max-height: 130px;
  object-fit: contain;
}

.journey-img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
