.header{
width: 100%;
}

.box {
display: block;
height: 10px;
background-color: white;
}

ul.navbar {
list-style-type: none;
padding: 0;
overflow: hidden;
background-color:rgba(159,123,96,1);
text-align:center;
font-size: 24px;
width:100%;
}

ul.navbar li {
display:inline;
}

ul.navbar li a {
display:inline-block;
color: white;
padding: 10px 16px;
text-decoration: none;
}

ul.navbar li a:hover:not(.active) {
font-weight: bold;
text-decoration: underline rgba(233,122,51,1) 3px;
}

ul.navbarhead {
list-style-type: none;
padding: 0;
overflow: hidden;
background-color:rgba(236,161,107,1);
text-align:center;
font-size: 100px;
width:100%;
}

ul.navbarhead li {
display:inline;
}

ul.navbarhead li a {
display:inline-block;
color: white;
padding: 10px 16px;
text-decoration: none;
font-family: goudy;
}

ul.navbarhead li a:hover:not(.active) {
background-color: none;
}

.navid {
height: 180px;
margin-top: -90px;
}
