@media all and (min-width: 552px) and (min-device-width: 552px) {
	#responsive-helper:after {
		content: "narrow";
	}

	h2 { 	
		font-size: 3em;
	}
	
	h5 { 
		padding-top: 0;
	}
	
	#logo { 
		max-width: 45%;
		float: left;
		
	}

	#header-spacer {
		height: 42px;
		clear: both;
	}
	
/*	nav {
		top: 42px;
		position: absolute;
	}*/
	
	.portfolio-image-wrap {
		width: 67.4%;
	}
	
	.description { 		
		width:28.8%;
		padding-right:3.72%; 
	}
	
	.half_left { 
		width:47.7%; 
		float:left; 
		padding-bottom:15px; 
	}

	.half_right { 
		width:47.7%; 
		float:right; 
		padding-bottom:15px; 
	}

	footer .primary_footer #left { 
		width:37.9%; 
		float:left;  
		margin-top: -2px;
		padding-top: 0;
	}

	footer .primary_footer .float_right { 
		float:right; 
		width:56%; 
		padding-left: 5.1%; 
	}
	
	header { 		
		padding-bottom: 20px;	
	}
	
	#header-right {		
		position:relative;
		bottom: 0px;
		right: 0;	
	}
	
	.whyidoit,
	.professional-journey { 
		border-top:none; 
	}
	
	
}