#navwrapper {
	border-right: 1px solid;
	width: 319px;
	}


@media only screen and (max-width: 960px) {

#navwrapper {
	width: 100%;
	border: none;
	}

#menuBtn {
	border: 1px solid #ddd;
	width: 99.5%;
	}

}