@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Avenir", "Lato", "Helvetica Neue", sans-serif;
  color: #404040;
  font-weight: 300;
  min-width:1024px;
}

a {
  text-decoration: none;
  color: #08c;
  font-size: 24px;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-size: 80px;
	color: #404040;
	font-weight: 300;
	margin: 20px 0;
}

h2 {
	font-size: 40px;
	color: #404040;
	font-weight: 300;
	margin: 20px 0;
}

figure {
	margin: 0 0;
}

figure>img {
	vertical-align: middle;
}

header {
	padding-bottom: 70px;
}

#container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.center {
  display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.flushrow {
	padding-top:60px;
	padding-bottom:30px;
}

.flushrow .row {
	margin:0 auto;
	width:880px;
	padding-left:72px;
	padding-right: 72px;
}

.gradient {
	border-bottom:1px solid #e2e2e2;
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);
	background:   -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);
	background:        linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);
}

.lite {
  opacity: 0.5;
}

.slogan {
	font-size: 40px;
	font-style: italic;
	color: #999;
	font-weight: 300;
	margin-bottom: 50px;
}

p.pitch.headline {
	font-size: 24px;
}

p, ul{
	line-height: 1.6;
/* 	color: #404040; */
	font-size: 20px;
}

ul.pitch {
/* 	padding-left: 100px; */
	text-align: left;
}

.pitch {
	width: 840px;
/* 	margin-bottom: 18px; */
  padding-top: 40px;
  padding-bottom: 40px;
}

.download {
	display: block;
	padding-top: 40px;
}

.macbookair {
	padding: 557px 0 0;
	background-image: url(../img/macbookair.png);
	background-repeat: no-repeat;
	width: 980px;
	margin: 40px auto;
}

.macbookair>img {
  display: block;
  position: relative;
	z-index: 100;
	top: -517px;
	left: 137px;
	margin-bottom: -500px;
}

.spec {
	font-size: 24px;
	color: #999;
	font-weight: 400;
	margin-top: 0.5em;
}

.alternate {
	background-color: #eee;
}

.trim {
 padding-bottom: 0;	
}

.embedded-figure {
/* 	margin: 40px 0; */
}

.shelves {
	margin-top: 40px;
}

.cases {
	width: 100%;
}
.cases>* {
	display: inline-block;
	width: 418px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.contact {
  display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact, .contact>a {
	font-size: 16px;
	color: #666;
}

/*
footer {
	overflow: hidden;
}
*/
.img-heading {
	text-indent: -99999px;
	margin: 0 auto;
}

.h-template-box {
	width: 520px;
	height: 169px;
	background: url(../img/h-template-box.png) no-repeat;
	margin-bottom: 80px;
}

.h-magic, .h-simplicity, .h-new-doc {
	width: 600px;
	height: 60px;
}

.h-magic {
	background: url(../img/h-magic.png) no-repeat;
}

.h-simplicity {
	background: url(../img/h-simplicity.png) no-repeat;
}

.h-new-doc {
	background: url(../img/h-new-doc.png) no-repeat;
}
