/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* https://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.title>h1 {
	margin-bottom: 10px;
	margin-top: 16px;
	font-weight: 300;
	font-family: 'ratio', sans-serif;
	letter-spacing: -4px;
	font-size: 64px;
}
.title a {
	text-decoration: none;
}
.footer {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.menu {
	line-height: 50px;
		margin-bottom: 0px;
}

.menu>a {
	text-decoration: none;
	vertical-align: bottom;
	font-weight: bold;
	margin-top: 33px;
	font-size: 16px;
	height: 38px;
	display: block;
}

#appstore_body {
	text-align: center;
}

#appstore_footer {
	display: none;
}

#hero {
	margin-bottom: 20px;
}

.center {
  text-align: center;
}

body {
}

h2 {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 16px;
	letter-spacing: -1px;
}



h3 {
	font-family: 'ratio', sans-serif;
	font-weight: 200;
	font-size: 3em;
	margin-bottom: 0.5em;
}

h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;	  
}


.headersep {
	margin-bottom: 16px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#hero {
			width: 460px;
			height: 598px;
			margin-top: 30px;
		}
    #macbookhero {
      width: 449px;
      height: 268px;
    }
		h2 {
			font-size: 22px;
		}
		description>p {
			font-size: 14px;
		}
		#appstore_footer {
			display: block;
			
		}	
			
		#appstore_body {
			display: none;
		}
		.footersep {
			margin-bottom: 0px;
		}
	}

	/* 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) {
			#hero {
			width: 300px;
			height: 390px;
			}

      #macbookhero {
        width: 300px;
        height: 179px;
      }
			
			.title>h1 {
				margin-top: 12px;
				margin-bottom: 14px;
				text-align: center;
			}
			.menu {
				line-height: normal;
				text-align: center;
				
				padding-bottom: 6px;
			}
			.menu>a {
				margin-top: 0px;
				display: inline;
			}
			.headersep {
				margin-bottom: 0px;
			}
	}

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

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


	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
