/*
* 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: 1200px)  {
	
	#main-nav {
	margin: 32px 0px 0px 0px;
	}
		
	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.four.columns.masonry-entry {
	width: 364px;
	}
	
	}

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

	
	.home-page p {
	color: #333;
	margin: 0px 20px 10px 20px;
	}
	
	.container.home	{
	width: 100%;
	}	
	
	.sixteen.columns.home-page {
	width: 100%;
	}
	
	.logo {
	padding-top: 25px;
	}
	
	footer {
	text-align: center;
	}
	
	.main {
	display: none;
	}
	
	.mobile {
	display: block;
	}
	
	.mobile img {
	display: block;
	margin-bottom: 40px;
	}
	
	.about-text {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;	
	}

	.about-image {
	width: 100%;
	margin: 0 0 40px 0;
	float: left;	
	}
	
	}

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


