body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1c1c1c;
    color: #e0e0e0;
    line-height: 1.7;
    scroll-behavior: smooth;
}

header {
    text-align: center;
    padding: 80px 20px 45px;
    background: #222222;
    position: relative;
}

.contact-header {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 0.95em;
  color: #b0b0b0;
}

.contact-header a {
  color: #cfcfcf;
  text-decoration: none;
}

.contact-header a:hover {
  color: #ffd580;
}


.page-subtitle {
    font-weight: 400;
    color: #b0b0b0;
    margin: 5px 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1em;
}

header h1 {
    margin: 10px 0 6px;
    font-size: 2.5em;
    color: #ffffff;
    letter-spacing: 0.5px;
}

header h2 {
    font-weight: normal;
    font-size: 1.05em;
    color: #b0b0b0;
    margin: 0;
}

nav {
    margin-top: 35px;
}

nav a {
    display: inline-block;
    color: #f0b35a;
    margin: 0 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #ffd580;
}

.home-link {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #f0b35a;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

.home-link:hover {
    color: #ffd580;
}

main {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 25px 60px;
}

h2.section-title {
    color: #f0b35a;
    border-bottom: 1px solid #333;
    padding-bottom: 6px;
    margin-top: 60px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.7px;
}

.cv-section {
    margin-top: 25px;
}

.cv-entry {
    margin-bottom: 30px;
}

.cv-entry ul li + li {
    margin-top: 10px; /* increases vertical spacing between items */
}

.cv-entry h3 {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 1.1em;
}

.cv-entry span {
    display: block;
    color: #aaaaaa;
    font-size: 0.95em;
    margin-bottom: 6px;
}

.cv-entry ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 8px;
}

.cv-entry ul li {
    color: #d8d8d8; /* softer contrast for readability */
}

.cv-entry ul li::before {
    content: "• ";
    color: #f0b35a;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li::before {
    content: "• ";
    color: #f0b35a;
}

#skills ul li {
    margin-bottom: 12px; /* adds space between skill items */
}

#publications ul li + li {
    margin-top: 12px; /* adjust spacing between publication entries */
}

#awards ul li + li {
    margin-top: 12px;
}

footer {
    background: #1c1c1c;
    color: #888;
    text-align: center;
    padding: 25px 0;
    font-size: 0.9em;
}

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

footer a:hover {
    color: #ffd580;
}

.highlight {
    color: #f0b35a;
    font-weight: 600;
}

@media print {

  /* General page layout for print */
  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 11pt;
  }

  header {
    background: #ffffff !important;
    color: #000000 !important;
  }

	header {
		padding-bottom: 10px !important; /* tighten space under nav */
	}

	nav {
		margin-top: 10px !important; /* bring nav closer to intro */
	}

	main {
		margin-top: 20px !important; /* less space between nav and first section */
	}


  /* Keep nav visible, hide only things you don't need */
  .home-link, footer {
    display: none !important;
  }

  nav {
    margin-top: 20px !important;
    text-align: center !important;
  }

  nav a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin: 0 10px !important;
    font-size: 0.95em !important;
  }

  main {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* --- Force all text to black by default --- */
  * {
    color: #000000 !important;
    background: transparent !important;
  }

  /* --- Keep main headers slightly distinct --- */
  h1, h2.section-title {
    color: #111111 !important;   /* dark gray for subtle contrast */
  }

  /* Optional: make h1 more prominent */
  h1 {
    font-size: 2.0em !important;
    font-weight: 700 !important;
  }

  /* Links: black, no underlines */
  a, a:visited {
    color: #000000 !important;
    text-decoration: none !important;
  }

  /* --- Make links visible and meaningful in PDF --- */
	/*
  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
    color: #444;
  }
	*/

  a[href^="#"]:after {
    content: "";
  }

  /* Remove gold bullets */
  ul li::before {
    color: #000000 !important;
  }

  /* Remove any highlight color */
  .highlight {
    color: #000000 !important;
    font-weight: 600 !important;
  }

  /* Remove section dividers */
  h2.section-title {
    border-bottom: 1px solid #000 !important;
  }

	footer {
    display: block !important; 
    text-align: center !important;
    color: #000 !important;
    font-size: 10pt !important;
    margin-top: 40px !important;
    border-top: 0.5px solid #666 !important; 
    padding-top: 10px !important;
  }

}
