body {
    font-family: 'roboto','Helvetica Neue',Helvetica,sans-serif ;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    background-color: rgb(255, 228, 196);
}

h1 {
    font-family: 'roboto','Helvetica Neue',Helvetica,sans-serif;
    font-weight: 900;
    font-style: normal;
    color: rgb(92 75 25);
}

footer p {text-align: center;}

#logo {
    width: 90px;
    height: auto;
}
header {
    background-color: rgb(95 75 25);
    padding: 30px;
    height: 100px;
    color: rgb(255 255 255);
    font-size: 50px;
    font-weight: 900px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    font-style: normal;
}

footer {
    background-color: rgb(92 75 25);
    padding: 30px;
    height: 100px;
    color: rgb(255,255,255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 120px;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin-left: 16px;
}

a {text-decoration: none;}

main {
    margin-left: 36px;
}

.thumbnails {
    display: flex;
}

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

header {
    padding: 50px;
}

.highres {
    display: flex;
}

