@media only screen and (min-width: 600px) {
/*-----BODY -----*/
	body {}



/*-----CONTAINER -----*/
	#container {}



/*-----HEADER -----*/




/*-----NAVigation -----*/

nav {
	padding: 0;
}



nav ul li {
	width: auto;
	margin: 0;
}
nav ul li a {
	/*remove the phone effects*/
	margin: 0;
	border-radius: 0;
	/*add effects for the tablet*/
	padding: 1em .5em;
	font-weight: 600;
	font-size: 1em;
	border-right: solid 1 px rgba(0,0,0,0.2);
	border-left: solid 1px rgba(255,255,255,0.2);
}



/*-----CONTENT -----*/
#content a.top {
	border-radius: 0;
}


/*----- FOOTER -----*/

	
}