    body {
		background-color: #f1f0f0;
		margin: 0;
  		padding: 0;
	}
	
	#wrapper {
		margin: 10px 25px;
	}
	
	h1 {
		font-family: "Montserrat", sans-serif;
		font-weight:900;
		font-size: 6.5vw;
		color: #1227a0;
	}
	
	h2 {
		font-family: "Montserrat", sans-serif;
		font-weight:500;
		font-size: 2.5vw;
	}
	
	.clearFloat {
		clear:both;
	}

	.photoFeed {
		width:33.33%;
		float:left; 
	}
	
	/*--------mobile---------*/
	@media (max-width: 1000px){
	
	h1 {
		font-size: 10vw;
		text-align: center;
	}
	
	h2 {
		text-align: center;
		font-size: 3.5vw;
	}	
		
	.photoFeed {
		width:100%;
		float:none;
	}
	
	}