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



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



/*-----HEADER -----*/
	header img {
		width: 25%;
		margin-right: 2%;
		padding: 20px 2%;
	}


/*-----NAVigation -----*/
	nav ul {
		background: #4B5E99;
	}
	nav ul li {
		display: inline-block;
		width: 24%;
		border-right: 1px solid #6883D4;
	}
	nav ul li a {
		display: inline-block;
    border-radius: initial;
    margin: 0;
    padding: 5px;
    color: white;
    text-decoration: none;
    font-size: 18px;
	}
	nav ul li.phone a {
		background-color: transparent;
	}
	nav ul li.tablet a {
			background-color:#274FCC;
	}



/*-----CONTENT -----*/
	#content {
		padding: 0 2%;
	}
	#content h1.phone {
		display: none;
	}
	#content h1.tablet {
		display: block;
	}
	#content img {
		width: 50%;
		float: right;
	}
	#content .news p, .tweets p {
		height: 150px;
	}


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


}
