body { font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;
    font-style: normal; 
margin: 0;
padding: 0;
}
    
    h1 { font-family: "Robot"'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900; 
        font-style: normal;
      
        font-size: 1.3rem;
        margin-top: -3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
      }
    
    footer p {text-align: center;
        
        height: 40px;
        padding: 20px;
        padding-top: 0.8125rem;
        
    }

    #logo {
        width: 2.5rem;
        height: auto;
          bottom: 0.8rem;
          position: relative;
      }

      header{ 
        background-color: #D6AF4D;
        height: 3.4375rem;
        padding: 1.25rem;
        font-size: 2rem;
        font-weight: 900;
        font-style: normal;
       }  
      
       

    

       nav ul {
        list-style-type: none;
        display: flex;
    justify-content: space-between;
        }

        nav ul li {
            display: inline;
            
              height: 44px; /* minimum tappable size */
              line-height: 44px; /* leading: vertically centers text (when one
              line) */
              flex: 1; /* allows list item to grow within the flexbox */
              
              
              text-align: center; /* center text in tappable area */
              
              
              
            
            }
            nav ul li a {
              display: block; /* accept height and width settings */
              height: 100%; /* fill li area's height */
              width: 100%; /* fill li area's width */
              
              }

            a {text-decoration: none;}
            a{ color: #D6AF4D;}

            main {
              
                padding: 1rem;
                }
            
                

                    header span {
                        position: relative;
                        top: -21px;
                        }
 header span {color: #ffffff;}
     
 

 body {
    background-image: url('../img/abstract-marble-black-gold-background_23-2150659035.avif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
  }
  img {
    max-width: 100%; 
    height: auto;
    }
  section img {
    border: 5px solid #483802;
  }
  figure img {
    border: 5px solid #483802;
  }
 
  body{
  background: rgb(28,25,25);
background: linear-gradient(90deg, rgba(28,25,25,1) 0%, rgba(78,71,71,1) 35%, rgba(28,25,25,1) 100%);
 }


footer{
  position: fixed;
  bottom: 0;
  width: 100vw;
  display: flex;
flex-direction: column;
justify-content: center;
left: 0;
}



header {background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

footer { background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

nav {
  margin: 2rem auto; /* shorthand for 2rem top/bottom and zero
  right/left (both pairs are the same) */
    
    width: 16rem;
    
  }

    

  .thumbnails figure {
    width: 100%;
    max-width: 260px;
    margin: 2rem auto 3rem auto;
    }
    
   .thumbnails  {
      margin-top: -32px;
    }




    /* ALWAYS PLACE THE MEDIA QUERY AT THE BOTTOM OF THE CSS FILE */
/* IF YOU HAVE SEVERAL QUERIES, GO FROM SMALL (FIRST) TO LARGE
VIEWPORT SIZES (LAST) */
@media screen and (min-width: 1024px) {
  /* Media Query: CSS for screens larger than 1024px wide ONLY goes
  here */
  
  
    .wrapper {
    max-width: 60rem; /* 960px */
    margin: 1rem auto; /* 1rem space above/below, automatic
    left/right margins centers the div */
    
    
    background-color: #ff000000;
    }

  h1 {
  font-size: 2.125rem;
  padding-top: 2rem;
  }
  
  
    
  header span {
  font-size: 2.5rem;
  position: relative;
  top: -1.2rem;
  }
  
  nav {
  margin: 0;
  }
  .thumbnails {
  display: flex; /* thumbnails only go side-by-side on bigger
  screens */
  max-width: 60rem; /* prevent it from stretching forever, keeps
  figures closer together than too spread apart */
  /* border: 1px solid red;
  }
  .thumbnails figure {
  max-width: calc(260px + 8rem); /* let the browser do the math:
  original size of jpeg + both sides padding */
  margin: 2rem auto 3rem auto;
  border: 1px solid #444;
  padding: 2rem 4rem 3rem 4rem;
  box-shadow: 1px 5px 13px #d1a93a;

  

  }
  } /* ======= Close the media query ======= */
  /* ALWAYS KEEP THE ABOVE COMMENT NEXT TO THE MEDIA QUERY CLOSING TAG, SO
  YOU KNOW WHERE THE QUERY ENDS: PREVENTS MANY MISTAKES */

      