/* withlambda - 23.May.2016 */
	
 	*{margin:0;padding:0;text-decoration: none; color: rgba(50,50,50,0.9);}
	body   {
		background-repeat: repeat;
		background-image: url(../images/body2.png);
		background-color: rgba(0,0,0,0.55); 
		margin: 0;
		font-family: "fira-sans", "museo_sans", sans-serif;
	}
	nav {
		width: 750px;
		margin: auto;
		position: relative;
		font-size: 23px;
		font-weight: 100;
		letter-spacing: 2px;
		-webkit-svg-shadow: 0px 1px 1px rgba(255,255,255,0.75);
	}
	#main  {
		width: 750px; 
		margin: auto; 
		position: relative;
	}
	#logo  {height: 50px; width: 600px; margin-top: 100px; margin-bottom: 50px;}
	#content  {height: 450px; width: 750px;}
	.col1 {height: 450px; width: 150px; float: left; margin-right: 50px;}
	.col2 {height: 450px; width: 150px; float: left;}
	#flora  {height: 50px; width: 150px; float: left; margin-right: 50px;}
	#fauna  {height: 50px; width: 150px; float: left; margin-right: 50px;}
	#people {height: 50px; width: 150px; float: left; margin-right: 50px;}
	#place  {height: 50px; width: 150px; float: left;}
	.shot {
		height:49px; 
		width: 49px; 
		margin-right: 1px; 
		margin-bottom: 1px; 
		float:left;
		-webkit-box-shadow: 0px 1px 1px rgba(155,155,155,0.45);
	}
	.shot img{width: 100%;}
		    
/*	@media screen and (max-width: 618px) {
	}
*/

/* iPhone */
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }	