p.site-title {
    background: #fff;
}
ul#menu-header-1 {
    width: 100%;
    float: left;
}
ul#menu-header-1 li {
    float: left;
    width: 12.5%;
    text-align: center;
    box-sizing: border-box;
}
ul#menu-header-1 li a{
	border-bottom:none;
}
ul#menu-header-1 li a:hover{
	text-decoration:underline;
}
ul#menu-header-1 li a:before {
    content: '';
}
