body {
    font-family: "Roboto", 'Helvetica', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #BEA97D;
    margin: auto;
    padding: 0;
    
}


h1 {
    font-family: fantasy;
    font-weight: 900;
    font-size: 1.6rem;
    color: #5e4c00;
    margin: 1rem;
    text-align: center; 
}

main {
    padding: 1rem;
}

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



#logo{
    width: 70px;
    height: auto;
    bottom: auto ;
}

header {
    background-color: #5e4c00;
    border: 1px;  
    height: 45px; 
    margin: auto;
    margin-bottom: 30px;
    padding: 1.875rem;
    color: white;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: normal;
    justify-content: normal;
    align-items: normal;
    text-align:left;
}
header span{
    position: relative;
    top: -38px;
    color: #fff;
    margin: auto;

}

footer {
    border: 1px;
    margin: auto;
    padding: 1.875rem;
    color: #fff;
    background-color: #5e4c00;
    bottom:0;
    height:60px;
    display: flex;
     flex-direction: column;
    justify-content: center;

}

footer p {
  text-align: center;
font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

nav {
    
    width: auto;
}

    nav ul {  
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }    
    
    nav ul li {
        list-style: none;
        height: auto;
        line-height: normal;
        flex: auto;
        text-align: center;

    }
    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:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
  }

  
  a:link {
    color: #5e4c00;
    text-decoration: none;
  }
  a {
    color: #5e4c00;
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  
  img {
    max-width: 100%; /* responsive images */
    height: auto;
    display: inline-block;
    }

    @media screen and (min-width: 900px) {

        h1 {
            font-size: 3.125rem ;
        }
        
        header span {
            font-size: medium;
            position: relative;
            top: -0.5rem;
        }
        
        nav {
            margin: 0;
        }
        
        .thumbnails { 
            display: flex;
            max-width: 80rem;
        }
        
        .thumbnails figure {
    
          max-width: calc(260px+8rem);
          margin: 1rem 1rem 1rem 1rem;
          padding: 1rem 1rem 1rem 1rem;
        }
        
        body {

        .wrapper {
            max-width: 60rem;
            margin: 1rem auto;
            background-color: #BEA97D;
            border: 1px solid #444;
        }
     }

    }
    

    
    

    
    
    
    
    
    
    
    
    
