body {
  background-color: #000000;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0 auto;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.extra-link-info {
  font-size: 11px;
}

a {
  text-decoration: none;
}

a:hover {
  color: black;
}
#introduction{
  background-color: #EEE8DC;
  color: #2c2c2c; 
  padding: 60px 20px;
}

h1.text-center, h2.text-center {
  color: #1a1a1a; 
}

h1, h2 {
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.05);
}

.self-introduction {
  color: #5e5e5e;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

#front-photo {
  max-width: 250px;
  height: auto;
  margin-top: 20px;
}

.navbar-logo{
  max-width: 10%;
  margin-right: 0;
}

li {
  font-size: 23px;
  font-family: "Bodoni Moda";
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
  padding: 0;
  line-height: 0;
}

#front-photo {
  max-width: 300px;
  margin-bottom: 0;
  text-align: center;
}

.grid {
  display: grid;
  grid-gap: 64px;
}

.img-responsive {
  width: 100%;
  display: block;
}


.grid-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; /* aligns image and text vertically */
  gap: 2rem; /* optional: controls spacing between the two columns */
  background-color: #160906;
  color: white;
}

.container p {
  margin-top: 0;
}

#section-one-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;

  text-align: center;
  color: #B0B4B7;
  padding: 16px 32px;
  margin-top: 32px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background: white;
  gap: 10px;
  border-radius: 30px;
}

.mobile-project-description {
  font-size: 15px;
  line-height: 1.8;
  color: #2c2c2c; /* Adjust for dark/light background */
  max-width: 600px;
  margin: 0 auto;
  padding: 16px;
}

@media (max-width: 600px) {
  .mobile-project-description {
    font-size: 16px;
    padding: 20px 16px;
    line-height: 1.9;
  }
}


.footer-bio {
  color: #ccc;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #333;
  font-size: 14px;
  line-height: 1.6;
}

.footer-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-icons a {
  color: #ccc;
  margin: 0 10px;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-icons a:hover {
  color: #ffffff;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .footer-icons a {
    font-size: 24px;
    margin: 0 12px;
  }
}