@charset "UTF-8";
.sub {
}

@media screen and (max-width:800px){
#container {
    width: 90%;
}
nav ul li {
	width: 20%;
	font-size: 0.8em;
}
.sub .li {
    width: 80%;
}
nav ul {background-color: inherit;
}
}
