    html {
        max-width: 1024px;
        height:max-content;
    }

    h1 { text-align: center; color: wheat}
    h2 { text-align: center;  font-size: 1.3em; margin: 0; padding: 0; color: wheat}   
    p { font-size: 1em; text-align: center; color: wheat}
   
    #content {
        border: 1px brown solid;
        background-color: #393222;
    }

 @media screen and (min-width: 250px) and (max-width: 672px) {

main {
  background-color: #fff;
  border: 0 solid green;
  margin: 3px 0;
}
 nav#header-navigation ul {
  display: flex;
  justify-content: space-between;
  background-color: white;
  width: 100%;
  margin: auto; 
  padding: 1px 0;
 }

 ul#main-menu {
display: inline-flex; 
  justify-content: space-between;
  background-color: white;
  /* border-top: 0 #444 solid; */
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

 li.menu-item {
  /* display: inline; */
  background-color: #fff;
  /* background-color: aqua; */
  outline: 1px solid gray;
  height: 1.6rem;
  margin: auto;
  /* padding: 0 0.25rem; */
  text-align: center;
  align-items: center;
  width: 4.3rem;

}


li.menu-item a {
  align-self: start;
  display: block;
  color: #000;
  font-family: "Maison-Neue-Book", sans-serif;
  line-height: normal;
  font-size: 0.7rem;
  font-variant: small-caps;
  text-decoration: none;
}

    #Years-2017-2021, #Years-2022-2025 {
        background-color: #393222;
        padding: 0.5rem 0.2rem;
        display: flex;
        flex-direction: column;
    }

    /* ul.Honorees {

        
    } */
    .Honorees {
        background-color:  #c9a963;
        margin: 1rem 0.2rem;
        padding: 0.3rem;
        display: flex;
        flex-direction: row;
        justify-content: center; 
    }

    /* fonts */
     li {
        background-color: wheat;
        padding: 1rem;
        margin:  0.1rem 0.3rem;
    }
    li a { font-family:  'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 0.8em; 
            text-align: center;
            text-decoration: none; 
            color: black}
}
 @media screen and (min-width: 672px){

      #Years-2017-2021, #Years-2022-2025 {
               padding: 1rem;
          height: 20vh;
        /* width: 25%; */
        /* box-shadow: 3px 3px 10px rgba(168, 123, 123, 0.6); */
        background-color: #393222;
        padding: 0.5rem 0.2rem;
        display: flex;
        /* flex-shrink: 1; */
        flex-direction: row;
        justify-content: space-evenly;
    }

       ul.Honorees {
        /* height: 12vh; */
        padding: 0.5rem;
        box-shadow: 2px 2px 5px rgba(239, 233, 233, 0.6);
        border-radius: 5px;
        background-color: #c9a963;
        margin: 1rem 0.2rem;

 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; 
    }

        li a { font-family:  'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 0.8em;
            padding: 1rem;
            text-align: center;
            text-decoration: none; 
            color: black
        }

          li a:hover {
            color: rgb(214, 208, 196);
        }


        p {
            font-size: smaller;
            padding: 5px;
        }

    
 }