/*
* 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)  {
	
	.full-width-content .inner {
	padding: 0px 20px 0px 0px;
	}
	
	
	.banner-heading {
	width: 40%;
	}
	
	.home-text .inner {
	padding: 20px 0px 40px 150px;
	}
	
	.home-image .inner {
	padding: 20px 120px 40px 100px;
	}
	
	.home-news-image .inner {
	padding: 20px 0px 40px 150px;	
	}
	
	.home-news-text .inner {
	padding: 20px 120px 40px 100px;	
	}
	
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1599px)  {
	
	.banner-heading {
	width: 50%;
	}
	
	.home-image .inner {
	padding: 20px 20px 40px 60px;
	}
	
	.home-news-image .inner {
	padding: 10px 40px 40px 0px;	
	}
	
	}

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

	/* 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 2% 40px 0;
	}
	
	.site-title {
	font-size: 29px;
	line-height: 44px;
	margin: 20px 0 20px 0;
	}
	
	.home-slides p.slide-text {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

	
	.home-slides {
	height: auto;
	}
	
	.home-spacer {
	height: 10px;
	}
	
	.banner-heading {
	width: 90%;
	left: 20px;
	bottom: 20px;
	position: absolute;
	}
	
	.container.header-content, .container.header-content .eight.columns {
	width: 98%;
	margin: 0 1% 0 1%;
	}
	
	.home-slides .inner, .page-banners .inner {
	width: 90%;
	padding: 20px 20px 0px 20px;
	text-align: left;
	position: absolute;
	bottom: 40px;
	left: 0;
	}
	
	.news-feed.gallery-image {
	flex-grow: 1;
	width: 98%;
	margin: 10px 1% 40px 1%;
	background: #fff;
	}
	
	.home-slides .inner h1 {
	font-size: 30px;
	line-height: 40px;
	}
	
	.home-slides p.slide-text {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	}
	
	.social {
	text-align: left;
	}
	
	.fixed-header {
	width: 100%;
	height: 10px;
	}
	
	.news-feed {
	width: 98%;
	margin: 10px 1% 40px 1%;
	}
	
		
	.fixed-nav {
	height: 0px;
	}
	
	.home h1 {
	line-height: 44px;
	}
	
	.site-title {
	font-size: 29px;
	line-height: 44px;
	margin: 12px 0 20px 0;
	}
	
	.featured-image img {
	margin: 20px 0 0 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) {}


