/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/



/* #Media Queries */

	@media only screen and (min-width: 1600px)  {
	
	.hero-logo a {
	width: 50%;
	}
	
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1599px)  {
		
	.hero-logo a {
	width: 50%;
	}	
	
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	.news-feed {
	width: 48%;
	margin: 10px 1% 40px 1%;
	}
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.news-feed {
	width: 48%;
	margin: 10px 1% 40px 1%;
	}
	
	.page-title {
	width: 100%;
	}
	
	.page-image {
	width: 100%;
	}
	
	.page-image.project .inner {
	padding: 20px 0 20px 0;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {	
	
	.news-feed {
	width: 98%;
	margin: 10px 1% 40px 1%;
	}
	
	header.top-head {
	padding: 10px 0 10px 0;
	text-align: center;
	}
	
	.fixed-spacer {
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	}
	
	a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	}
	
	.page-title, .team-title {
	width: 100%;
	}
	
	.page-image, .team-1, .team-2 {
	width: 100%;
	}
	
	.page-image.project .inner, .team-1 .inner, .team-2 .inner {
	padding: 20px 0 20px 0;
	}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


