@media only screen and (min-width: 600px) {
/*-----BODY -----*/
	body {}



/*-----CONTAINER -----*/
	#container {}



/*-----HEADER -----*/




/*-----NAVigation -----*/
	nav ul {
		padding: 0;
		margin-left:2.5%;
	}
	nav ul li {	
		width: auto;
		margin: 0;	
	}
	nav ul li a {
		/* --- remove the phone effects ----*/
		margin: 0;
		border-radius: 0;
		/* --- remove the phone effects ----*/
		padding: 1em .5em;
		font-weight: 300;
		font-size: .8em;
		border-right: solid 1px rgba(0,0,0,0.2);
		border-left: solid 1 px rgba(255,255,255,0.2);
	}



/*-----CONTENT -----*/



/*----- FOOTER -----*/

	
}