#features-header {
	position: relative;
	clear: both;
	padding-top: 40px;
	margin-bottom: 100px;
}

#features-header-content-container {
	width: 100%;
}

#features-header-content-container p.title {
	font-size: 48px;
	color: black;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: 5px;
}

#features-header-content-container p.subtitle {
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 5px;
}

p.subtitle-small {
	font-size: 10pt;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 0px;
}

#features-header-content-container p.appstore-devices {
	margin-top: 8px;
}

#features-header-content-container p {
	font-size: 14px;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 1.0;
}

p#feature-overview-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 64px;
	color: black;
	margin-top: 50px;
	text-align: center;
}

hr {
	margin-top: 50px;
}

p.appstore {
	margin-top: 30px;
}

p.section-title {
	font-size: 36px;
}

p.feature-pro-button {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

p.camera-button {
	padding-top: 25px;
}

p.camera-button a {
	color: black;
	background: #eee;
}

#vertical-centering-shouldnt-be-as-hard-as-it-is-in-css {
	height: 40px;
}

/* Camera Support */

div#camera-support {
	width: 1200px;
	height: 600px;
	background-color: black;
	background-image: url('/images/features/CamerasBackground.jpg');
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div#camera-support {
	background-image: url('/images/features/CamerasBackground@2x.jpg');
	background-size: 1200px 600px;
  }
}

div#camera-support p {
	color: white;
}

div#camera-support div#camera-support-content {
	margin: auto;
	padding: 50px;
	width: 797px; 
	height: 100%;
}

div#image-preview-container {
	width: 1050px;
}

/* Size Matters */

div#size {
	width: 1200px;
	height: 600px;
	background-image: url('/images/features/SizeBackground.jpg');
	background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div#size {
	background-image: url('/images/features/SizeBackground@2x.jpg');
	background-size: 615px 570px;
	background-repeat: no-repeat;
  }
}

div#size div#size-content {
	width: 500px;
	height: 200px;
	margin-left: 600px;
	padding: 60px 50px 20px 50px;
}

div#size div#size-content p {
	color: #333;
}

div#size div#size-devices-container {
	width: 700px;
	margin-left: 500px;
	padding-top: 50px;
}

img#size-devices-iphone {
	display: none;
	visibility: hidden;
}

/* Shutter Robot */

div#shutter-robot-content {
	padding-left: 60px;
	padding-right: 40px;
	position: relative;
}

/* Dark Mode */

div#dark-mode {
	width: 1200px;
	height: 687px;
	background-image: url('/images/features/NightBackground.jpg');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div#dark-mode {
	background-image: url('/images/features/NightBackground@2x.jpg');
	background-size: 1200px 687px;
  }
}

div#dark-mode div#dark-mode-content {
	padding-left: 440px;
	padding-right: 50px;
	padding-top: 100px;
	width: 597px;
	height: 687px;
	position: relative;
}

#night-pro-feature {
	padding-bottom: 25px;
	padding-top: 15px;
}

div#dark-mode p {
	color: white;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.77);
}

div#dark-mode-content div.pro-feature a {
	color: white;
}

div#dark-mode div.iphone {
	visibility: hidden;
	display: none;
}


/* Calcs */

div#calcs {
	width: 1200px;
	height: 696px;
	background-image: url('/images/features/CalcsBackground.jpg');
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div#calcs {
	background-image: url('/images/features/CalcsBackground@2x.jpg');
	background-size: 1200px 700px;
  }
}

div#calcs div#calcs-content {
	width: 387px;
	height: 676px;
	padding: 34px;
	padding-top: 25px;
	padding-bottom: 0px;
	position: relative;
}

div#calcs div.iphone {
	position: absolute;
	bottom: 3px;
	margin-left: 85px;
	padding: 0px;
}

div#calcs p {
	color: white;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.77);
}

div#calcs p.section-title {
	margin-bottom: 12px;
}

div#calcs p.section-body {
	margin-bottom: 8px;
}

/* Watch */

div#watch {
	position: relative;
	width: 1200px;
	height: 478px;
	background-image: url('/images/features/WatchBackground.jpg');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div#watch {
	background-image: url('/images/features/WatchBackground@2x.jpg');
	background-size: 1200px 478px;
  }
}

div#watch p {
	color: white;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.77);
}

div#watch p.section-title {
	margin-bottom: 12px;
}

div#watch p.section-body {
	margin-bottom: 12px;
}

div#watch p.last {
	margin-bottom: 0px !important;
}

div#watch p.section-body {
	margin-bottom: 12px;
}

div#watch div#watch-content {
	width: 456px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#watch div#watch-content div {
	padding: 30px 35px;
}

div.watches {
	position: relative;
	padding: 0px !important;
	margin-top: 20px;
	width: 100%;
}

div.watches img {
	margin: auto;
}

/* Popup */

#share-popup-iphone {
	display: none;
}

#geotagging-popup-iphone {
	display: none;
}

#recipes-ui-popup-iphone {
	display: none;
}

#ixpand-popup-iphone {
	display: none;
}

/* Roadmap */

div#roadmap {
	position: relative;
	width: 1200px;
	height: 420px;
	background-image: url('/images/features/MapBackground.jpg');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div#roadmap {
	background-image: url('/images/features/MapBackground@2x.jpg');
	background-size: 1200px 420px;
  }
}

div#roadmap p.section-title {
	margin-bottom: 12px;
}

div#roadmap p.section-body {
	margin-bottom: 12px;
}


div#roadmap div#map-content {
	width: 456px;
	position: absolute;
	top: 35px;
	right: 45px;
}

/* Form */

div#mc_embed_signup {
	width: 670px;
	margin: auto;
}

div#mce-responses {
	margin-top: 25px;
}

div#mce-error-response {
	padding: 20px;
	background-color: #FFE0E0;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
}

div#mce-success-response {
	padding: 20px;
	background-color: #E0FFE1;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
}

input.button {
	color: white;
	background: rgba(34, 162, 113, 1);
	width: 170px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	cursor: pointer;
	margin-left: 18px;
	border: 0px;
	padding: 0px;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.email {
	width: 455px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid #bbb;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	outline: none;
	text-align: center;
}

/* General Layout */

div.pro-feature{
	padding-top: 25px;
	padding-bottom: 30px;
}

div.pro-feature p {
	margin-bottom: 10px;
}

div.pro-feature a {
	text-decoration: none;
	color: black;
}

a.pro-button {
	text-decoration: none;
}
