#smoothmenu  {
	width: 100vw;
}
#smoothing {
    padding: 0;
	margin: 0;
    position: relative;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}
#smooth {
	padding: 5px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
#smooth  nav {
	position: relative;
	top: 100%;
	width: 100%;
	display: table;
}
#smooth  nav ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
   display: flex;
   justify-content: space-evenly;	
}
#smooth  nav ul li {
 
}
#smooth  nav ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}
#smooth  nav ul li a:hover{
	-webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
	text-decoration: underline;
}