
#navi {
width: 95.3%;
height: 40px;
color: white;
}

#navi li {
float: left;
list-style: none;
margin-top: 1%;
width: 16%;
left: 5%;
position: relative;
color: white;}

#navi li a {
color: black;
text-decoration: none;
font-size: 19px;
font-family: 'Muli', sans-serif;
color: white;}

#navi li a:hover {
text-decoration: underline;
font-family: 'Muli', sans-serif;
color: #dccf6b}

#navi li a.active {
font-weight: bold;
font-family: 'Muli', sans-serif;
color: #dccf6b}