body {
    font-family: Roboto, Arial, Helvetica;
    padding: 0px;
    margin: 0px;
}


ul {
    list-style-type: none;
    height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #473927;
}

ul li {
    float: left;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    height: inherit;
}

.menu img {
    height: 1em;
}

ul li a:hover {
    background-color: #111111;
}


h1 {
    height: inherit;
    color: #fdfdf5;
}