header {
    background-color: #8F9C57B1; 
    
    height: 100px;
    padding: 30px;
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
  
    }

    header span {

        position:relative;
        top: -0.575rem;
        left: 0.50;
        width: 8rem;
        display: inline-block;
    }

h1 {
    font-size: 2.5rem;
    margin: 1rem 0 3rem 0;

}

main {
padding: 1rem;
  
}

body { font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0; 
    padding: 0
    
    ;
background-color: lch(80.89 25.5 123.26);}

a {text-decoration: none;}

nav {
    margin: 2rem auto;
   
}



nav ul li {
    display: inline;
    margin-left: 10px;
    justify-content: space-between;
    height: 44px;
    flex: 1;
    text-align: center;
    background-color: darkolivegreen;
    line-height: 3;
    width: 5px;
    }

    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 */
        
    }

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

img {

    max-width: 100%;
    height: auto;

}


#logo {

    width: 5rem;
    height:auto;
    
  
    
}

.title {

    padding-left: 15px;
    margin-top: 10px;
}

footer {
    background-color: #8F9C57; 
    border: 4px solid #000000; 
    height: 6.25rem;
    padding: 20px;
   display:flex;
   flex-direction: column;
   justify-content: center;
    

}

footer p {
    
    margin: auto;

}

main li {
    list-style-type: none;display: inline;
    margin-right: 290px;}



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

.wrapper {
    max-width: 60rem;  /* 960px */
    margin: 1rem auto;  /* 1rem space above/below, automatic
left/right margins centers the div */
    border: 1px solid #444;
    background-color: #D9EAAB; }

    .thumbnails {
        display: flex;
        
    }

    section.thumbnails {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-end;
        align-items: baseline;
        max-width: 50rem;
        /* border: 1px red solid; */
    }

    @media screen and (min-width: 1024px)

    h1 {
        font-size: 3.125rem;
}
    
    nav {
        margin: 0;
}
    .thumbnails {
         display: flex;
         max-width: 60rem;  
        margin: 3rem auto 3rem auto;
        background-color: gainsboro;    
        padding: 4rem 4rem 4rem 4rem;
        box-shadow: 1px 5px 13px #000000; 
    }