body {background: #e9e9e9 }
img.appstore {max-height: 40px; margin-right: 10px; margin-bottom: 30px}
.row.header {text-align: left; background-color: #041e42; max-height: 140px; padding: 20px; text-align: left}
	.row.header .container {max-height: 140px}
		.row.header .container .span12 {max-height: 140px}
	.row.header img {max-height: 100px;}
@media (max-width: 767px) {
	.row.header {
		margin: -4px -20px 0 -20px !important;
		text-align: center
	}
}

h1 {color: #041e42; font-size: 30px; font-size: 50px; line-height: 52px; margin: 0;}

div.mockup {
	position: relative;
	padding-top: 20px;
	min-height: 611px;
}
img.homescreen {
	position: absolute;
	max-width: 90%;
	top: 12%;
	left: 5%;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.mockup {
		min-height: 464px;
	}
	img.homescreen {
		top: 10%;
	}
}
@media (max-width: 767px) {
	div.mockup {
		min-height: 1400px;
	}
	img.homescreen {
		top: 18%;
	}
}
@media (max-width: 480px) {
	div.mockup {
		min-height: 850px;
	}
	img.homescreen {
		top: 13%;
	}
}
img.frame {
	position: absolute;
}

@media (min-width: 1200px) {
  .container {width: 970px;}
  [class*="span"] {margin-left: 20px}
  .span4 {width: 300px;}
  .span8 {width: 620px}
}