nav ul {
  list-style: none;
}

nav li {
  display: inline;
  margin-right: 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:x-large;
}

.hero-logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.hero-image {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}


.nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none; /* removes underline */
  color: inherit; /* uses parent element's color */
}

.agc-logo
{
    width: 100px;
    padding-left: 100px;
}

.image-gallery {
  display: flex;
  gap: 10px; /* space between images */
  flex-wrap: wrap; /* wraps to next line if needed */
  /* set a max width */
  margin: 0 auto;
  justify-content: center;
}

.image-gallery img {
  width: 380px;
  object-fit: cover;
  border-radius: 8px;
}

.ceo-message {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: large;

}

.body-text {
    max-width: 900px;      /* controls line length */
  margin: 0 auto;        /* centers the block horizontally */
  text-align: center;
  justify-content: center; /* horizontal */
  align-items: center;
   font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: large;
}

.footer {
    max-width: 900px;      /* controls line length */
  margin: 0 auto;        /* centers the block horizontally */
  text-align: center;
  justify-content: center; /* horizontal */
  align-items: center;
  font-family:'Courier New', Courier, monospace;
  font-size:medium;
}

.projects-text {
    max-width: 900px;      /* controls line length */
  margin: 0 auto;        /* centers the block horizontally */
  text-align: center;
  justify-content: center; /* horizontal */
  align-items: center;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size:x-large;
}

.projects-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: x-large;
}
