/*
* 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
*/



/* #Media Queries */

	@media only screen and (min-width: 1600px)  {
		
	.news-post .inner {
	padding: 10px 300px 20px 300px;
	}
	
	.supporters .inner {
	padding: 40px 120px 40px 120px;
	}
	
	.profile  {
	width: 23%;
	}
	
	p.team-intro {
	text-align: center;
	margin: 0 150px 80px 150px;
	}
		
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1599px)  {
	
	.news-post .inner {
	padding: 10px 160px 20px 160px;
	}
	
	.profile  {
	width: 31%;
	}
	
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	.gallery-image {
	width: 23%;
	margin: 10px 1% 10px 1%;
	}
	
	.eight.columns.text-left.main-page, .eight.columns.image-right, .eight.columns.text-right.main-page, .eight.columns.image-left {
	width: 	940px;
	}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.banner-heading {
	left: 0;
	top: 5%;
	transform: none;
	}
	
	img.logo {
	width: 200px;
	display: inline !important;
	margin: 0 auto 20px auto;
	}
	
	.banner-heading p.sub-heading {
	font-size: 35px;
	line-height: 45px;
	margin: 20px;
	}
	
	.home-text {
	width: 100%;
	}
	
	.home-image {
	width: 100%;
	margin: 40px 0 0 0;
	}
	
	.home-section .inner {
	padding: 20px;	
	}
	
	.supporters img {
	margin: 0 20px 40px 20px;
	}
	
	.gallery-image {
	width: 31%;
	margin: 10px 1% 10px 1%;
	}
	
	.eight.columns.text-left.main-page, .eight.columns.image-right, .eight.columns.text-right.main-page, .eight.columns.image-left {
	width: 748px;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	header {
	padding: 20px 0 20px 0;
	background: #282828;
	}
	
	#main-nav {
	display: none;
	}
	
	.ham-menu {
	display: inline;
	}
	
	.banner-heading {
	left: 0;
	top: 5%;
	transform: none;
	}
	
	img.logo {
	width: 200px;
	display: inline !important;
	margin: 0 auto 20px auto;
	}
	
	.banner-heading p.sub-heading {
	font-size: 30px;
	line-height: 40px;
	margin: 20px;
	}
	
	.testimonial {
	width: 90%;
	margin: 80px 5% 40px 5%;
	}
	
	.gallery-image {
	width: 48%;
	margin: 10px 1% 10px 1%;
	}
	
	p.pull-quote {
	font-size:35px;
	line-height: 45px;
	margin: 20px 0 40px 0;
	}
	
	.home ul.slick-dots {
	display: none !important;
	}
	
	.home-text {
	width: 100%;
	}
	
	.home-image {
	width: 100%;
	margin: 40px 0 0 0;
	}
	
	.home-section .inner {
	padding: 20px;	
	}
	
	.supporters img {
	display: inline;
	height: 50px;
	width: auto;
	margin: 0 20px 20px 20px;
	}
	
	.profile {
	margin-bottom: 40px;
	}
	
	.profile  {
	width: 98%;
	}
	
	footer address {
	margin-bottom: 40px;
	}
	
	.logo-footer {
	text-align: center;
	}
	
	.footer-logo {
	margin-bottom: 40px;
	}
	
	}

	/* 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) {}


