/*
* 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)  {
	
	.main-section .inner, .work-section .inner {
	padding: 20px 0 20px 250px;
	}
	
	.col1 {
	width: 7%;
	}
	
	.col2 {
	width: 23%;
	}
	
	.col3 {
	width: 70%;
	}
	
	h1 {
		font-size: 100px;
		line-height: 123px;
		margin: 60px 0px 20px 0px;
	}
	
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1599px)  {
	
	.main-section .inner, .work-section .inner {
	padding: 20px 0 20px 250px;
	}
	
	.col1 {
	width: 7%;
	}
	
	.col2 {
	width: 23%;
	}
	
	.col3 {
	width: 68%;
	margin: 0 0 0 2%;
	}
	
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	.main-section .inner, .work-section .inner {
	padding: 20px 0 20px 180px;
	}
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	.mobile-heading img {
		width: 300px;
		margin-top: 40px;
	}
	
	.col1 {
	display: none;
	}
	
	footer .col1 {
	display: block;
	}
	
	.col2, .col3 {
	width: 100%;	
	}
	
	h1 {
	font-size: 76px;
	line-height: 88px;
	}
	
	h3 {
	font-size: 64px;
	line-height: 90px;
	}
	
	footer .col1 {
	width: 100%;
	}
	
	footer .col2 {
	width: 100%;	
	}
	
	footer .col3 {
	width: 100%;
	}
	
	footer {
	padding: 60px 0px 20px 0px;
	}
	
	}

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


