/* Additional styles for index2.html improvements */

/* Hide honeypot email from bots and users */
.email-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* Logo styling */
.navbar-brand img {
  max-height: 50px;
}

/* Work With Me section heading */
.work-contact-heading {
  color: #3fbfae;
}

/* About section headings */
.about-heading {
  color: #3fbfae;
}

/* Spacing utility classes to replace empty divs */
.space-10 {
  height: 10px;
}

.space-20 {
  height: 20px;
}

.space-30 {
  height: 30px;
}

.space-40 {
  height: 40px;
}

.space-50 {
  height: 50px;
}

/* Album introduction summary styling */
.album-intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.9;
}

