body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9fafa;
  color: #333;
}

header {
  background-color: #d8eefe;
  text-align: center;
  padding: 30px 20px;
  color: #2c3e50;
}

nav {
  background-color: #cde5d8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin: 0 10px;
}

nav ul li button {
  background-color: #ffffff;
  border: 2px solid #7dbf8f;
  color: #31735f;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

nav ul li button:hover {
  background-color: #e7f9f0;
  color: #246c50;
  border-color: #65b584;
}

main {
  padding: 40px 20px;
}

.content-section {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px auto;
  max-width: 900px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #e3effa;
  color: #4b4b4b;
  font-size: 14px;
}

.download-link {
  font-weight: bold;
  color: #2a7bc3;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
}

.headshot {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #b0c4d6;
  margin-bottom: 10px;
}

#visitor-counter {
  margin-top: 10px;
  font-size: 1rem;
  color: #555;
}

.hidden {
  display: none;
}

.two-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.two-columns ul {
  width: 50%;
  padding-left: 20px;
}


/* Enhanced CV Headings */
#cv h2 {
  font-size: 2.2em;
  color: #1a3e5d;
  border-bottom: 3px solid #c9e3ff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#cv h3 {
  font-size: 1.5em;
  margin-top: 30px;
  color: #3b597a;
  border-left: 5px solid #aad4ff;
  padding-left: 10px;
}

#cv h4 {
  font-size: 1.2em;
  margin-top: 20px;
  color: #527b99;
  font-weight: bold;
}

#cv strong {
  display: block;
  margin: 10px 0 5px;
  font-weight: 600;
  color: #374e63;
}

#cv ul {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
}

#cv .date {
  float: right;
  font-weight: normal;
  color: #777;
  font-size: 0.9em;
}


/* Final CV Enhancements */
#cv h3 {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #2a4e6c;
  border-left: none;
  text-align: center;
  border-bottom: 2px solid #b3d4fc;
  padding-bottom: 8px;
}

#cv strong {
  display: block;
  margin: 20px 0 8px;
  font-size: 1.1em;
  font-weight: 600;
  color: #374e63;
}


/* Amazon Theme Enhancements */
#cv h2 {
  font-size: 2.5em;
  text-align: center;
  color: #ff9900;
  margin-bottom: 30px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
}

/* Override primary UI colors with Amazon-inspired theme */
header {
  background-color: #f3f3f3;
  color: #232f3e;
}

nav {
  background-color: #ff9900;
}

nav ul li button {
  background-color: #ffffff;
  border: 2px solid #232f3e;
  color: #232f3e;
}

nav ul li button:hover {
  background-color: #ffe0b2;
  color: #111;
  border-color: #232f3e;
}

footer {
  background-color: #232f3e;
  color: #ffffff;
}

.architecture-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.centered {
  text-align: center;
  margin-bottom: 30px;
}

.company.amazon {
  color: #ff9900;
  font-weight: bold;
}


/* Enhanced About Me Styling */
#about h2 {
  font-size: 2.5em;
  text-align: center;
  color: #232f3e;
  margin-bottom: 30px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
}

#about h3 {
  font-size: 1.8em;
  color: #ff9900;
  margin-top: 40px;
  border-bottom: 2px solid #fcd5b5;
  padding-bottom: 8px;
}

#about h4 {
  font-size: 1.3em;
  color: #374e63;
  margin-top: 25px;
  margin-bottom: 10px;
}

#about ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

#about li {
  margin-bottom: 8px;
}

#about p {
  line-height: 1.6;
  margin-bottom: 15px;
}

#about {
  background-color: #fffdf5;
  border: 1px solid #ffe6c7;
}


/* Enhanced CV Styling */
#cv {
  background-color: #fffdf5;
  border: 1px solid #ffe6c7;
}

#cv h2 {
  font-size: 2.5em;
  text-align: center;
  color: #232f3e;
  margin-bottom: 30px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
}

#cv h3 {
  font-size: 1.8em;
  color: #ff9900;
  margin-top: 40px;
  border-bottom: 2px solid #fcd5b5;
  padding-bottom: 8px;
}

#cv h4 {
  font-size: 1.3em;
  color: #374e63;
  margin-top: 25px;
  margin-bottom: 10px;
}

#cv p, #cv li {
  line-height: 1.6;
}

#cv ul {
  padding-left: 20px;
  margin-bottom: 20px;
}


/* Enhanced Website Architecture Styling */
#architecture {
  background-color: #fffdf5;
  border: 1px solid #ffe6c7;
}

#architecture h2 {
  font-size: 2.5em;
  text-align: center;
  color: #232f3e;
  margin-bottom: 30px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
}

#architecture h3 {
  font-size: 1.8em;
  color: #ff9900;
  margin-top: 40px;
  border-bottom: 2px solid #fcd5b5;
  padding-bottom: 8px;
}

#architecture p, #architecture li {
  line-height: 1.6;
}

#architecture ul {
  padding-left: 20px;
  margin-bottom: 20px;
}


/* Photo Gallery Styling */
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  justify-content: center;
}

.photo-gallery img {
  max-width: 100%;
  height: auto;
  width: 200px;
  border-radius: 10px;
  border: 2px solid #ffe6c7;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.photo-gallery img:hover {
  transform: scale(1.05);
}
