@import url('https://web.archive.org/web/20251215231825cs_/https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

html {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  overflow-y: auto;
}

.intro h1 span {
  display: block;
  line-height: 1.2;
}

.g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.projects-container {
  padding: 20px;
}

.project-card {
  position: relative;
  overflow: hidden;
  background: #111;
}

.square-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.3s ease;
}

.overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.project-card:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.project-card:hover .overlay-center {
  opacity: 1;
  pointer-events: auto;
}

.card-body {
  padding: 1rem;
}
.card-title {
  font-size: 1.2rem;
  font-weight: 700;
}
.card-text {
  font-size: 0.875rem;
}

.navbar-brand span {
  font-size: 1.125rem;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0.5rem;
  transition: color 0.2s, text-decoration 0.2s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffc107;
  text-decoration: underline;
}

@media (max-width: 991px) {
  /* increase space between each nav-item in mobile */
  .navbar-nav .nav-item {
    margin-top: 1rem;
  }
  .nav-mail {
    margin: 1rem;
  }

}


/*
     FILE ARCHIVED ON 23:18:25 Dec 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:42:37 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.821
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.074
  esindex: 0.013
  cdx.remote: 161.6
  LoadShardBlock: 402.201 (3)
  PetaboxLoader3.datanode: 420.515 (5)
  PetaboxLoader3.resolve: 400.449 (4)
  load_resource: 439.561 (2)
*/