nav ul li a{
	color:#000;
}
.box img{
		border:thin solid #000;

}
#homeContent{
		display:none;
	}
#mobileContent{
		display:block;
	text-align:center;
	padding: 20px;
	}
#mobileContent img{
	max-width:800px;
	width:100%;height:auto;
}
@media only screen and (min-width: 1024px) {
#box1 img{
	float:left;
	width:300px;
	height:265px;
	margin:0 5px 5px 0;
	
}
#box2 img{
	float:left;
	width:400px;
	height:265px;
	margin:0 5px 5px 5px;
}
#box3 img{
	float:right;
	width:298px;
	height:542px;
	margin:0 0 0 5px;
}
#box4 img{
	float:left;
	width:435px;
	height:265px;
	margin:5px 5px 0 0;
}
#box5 img{
	float:left;
	width:265px;
	height:265px;
	margin:5px 5px 0 5px;
}
	#homeContent{
		display:block;
	}
	#mobileContent{
		display:none;
	}
}