body {
	background-color: #f5f5f5;
	color: black;
	font-size: 12pt;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
}

p {
	margin: 0px;
	line-height: 1.5;
}

a {
	color: blue;
	text-decoration: underline;
}

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

.extra-vertical-padding {
	padding: 10px;
}

td.v-middle {
	vertical-align: middle;
}

p#copyright a {
	color: #333;
	text-decoration: none;
}

div#header-content a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header {
	background: rgba(34, 162, 113, 1);
	background-image: linear-gradient(to bottom, rgba(4, 199, 118, 1), rgba(0, 152, 73, 1));
	left: 0px;
	width: 100%;
	height: 75px;
}

div#header-content {
	position: relative;
	color: white;
	height: 100%;
	width: 800px;
	margin: auto;
	font-size: 24pt;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
}

div#header-logo-container {
	background: url(/images/little-shutter-new.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	background-size: 80px;
	height: 39px;
	width: 300px;
	bottom: 0px;
}

div#little-shutter {
	width: 38px;
	height: 24px;
	position: absolute;
	bottom: 13px;
}

span#header-title {
	position: absolute;
	bottom: 10px;
	left: 40px;
}

@media (max-width: 400px) {
	span#header-title {
		display: none;
	}
}

div#header-menu {
	position: absolute;
	right: 0px;
	bottom: 12px;
	text-align: right;
	font-size: 12pt;
}

span.header-menu-separator {
	margin-left: 2px;
	margin-right: 2px;
	opacity: 0.8;
}

span.social-footer img {
	margin-left: 10px;
	margin-right: 10px;
}

span.social-footer {
	display: inline-block;
	padding-bottom: 6px;
}

div#content {
	margin: auto;
	width: 800px;
	margin-top: 0px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-top: 1px;
	background-color: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

img#lead-image {
	width: 100%;
	margin-top: 40px;
}

div.content-section {
	margin-top: 40px;
}

img.testflight-two-x {
	width: 96px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

img.app-icon-large {
	border-radius: 45px;
}

img.img-right {
	float: right;
	padding-left: 40px;
	padding-bottom: 40px;
}

img.img-center {
	margin: auto;
}

div.div-center {
	margin: auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.no-margin {
	margin: 0;
}

.auto-margin {
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 24pt;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 10px;
}

p.section-title, h3 {
	color: black;
	font-size: 18pt;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

h4 {
	font-size: 12pt;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

p {
	font-size: 12pt;
	color: #333;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

em {
	font-style: italic;
}

strong {
	color: black;
	font-weight: 700;
}

ul {
	font-size: 12pt;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	list-style-type: circle;
	margin-left: 40px;
	margin-bottom: 20px;
}

ol {
	font-size: 12pt;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 20px;
}

li {
	color: #333;
	margin-top: 10px;
	line-height: 1.5;
}

a.blue {
	color: blue;
	text-decoration: underline;
}

a.cascable-button {
	margin: auto;
	margin-top: 40px;
	color: white;
	background: rgba(34, 162, 113, 1);
	padding: 20px;
	width: 50%;
	display: block;
	text-align: center;
	border-radius: 10px;
	font-size: 18pt;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	cursor: pointer;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.cascable-button:hover {
	text-decoration: none;
}

a.cascable-pill-button {
	margin: auto;
	margin-top: 0px;
	color: white;
	background: rgba(34, 162, 113, 1);
	padding: 8px;
	width: 250px;
	display: block;
	text-align: center;
	border-radius: 25px;
	font-size: 14pt;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.5;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#shutter {
	width: 300px;
	height: 232px;
	background-image: url(/images/shutter.png);
	background-size: 100%;
	text-align: center;
	margin: auto;
	margin-top: 100px;
	padding: 0px;
}

p#title {
	text-align: center;
	font-size: 36pt;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	margin-bottom: 10px;
	margin-top: 10px;
}

p#subtitle {
	text-align: center;
	font-size: 16pt;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.0;
}

p#copyright {
	margin-top: 80px;
	margin-bottom: 40px;
	text-align: center;
	font-size: small;
	font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

hr {
	border: 0;
	width: 60%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:      linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	hr {
		height: 1.0px;
	}
}

div.figure-box {
	width: 80%;
	margin: 20px auto 20px auto;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
}

div.figure-box p {
	padding: 0;
	margin: 0;
}

.pro-span-large, .pro-span-small {
	background-color: #ffa500; 
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: bold !important;
	text-shadow: none !important;
	text-decoration: none !important;
}

span.pro-span-large a, span.pro-span-small a {
	color: white !important;
	text-decoration: none !important;
}

.pro-span-large {
	border-radius: 12px;
	padding: 6px 10px 6px 10px;
}

.pro-span-small {
	border-radius: 6px;
	padding: 4px 6px 4px 6px;
}

div.pro-span-small {
	display: block;
	width: 38px;
	margin: auto;
	margin-bottom: 4px;
}

/* General content */

a.cascable-pill-button-grey {
	background: rgba(180, 180, 180, 1);
}

a.cascable-pill-button-black {
	background: rgba(0, 0, 0, 1);
}

div.content-section {
	margin-top: 100px;
	margin-bottom: 100px;
}

div.content-section-first {
	margin-top: 75px;
}

p.section-body {
	font-size: 18px;
}

p.section-title {
	font-size: 24px;
	margin-bottom: 25px;
}

span.section-title-gray {
	color: #888;
}

p.section-first-title {
	font-size: 36px;
	margin-bottom: 25px;
}

p.fine-print {
	color: gray;
	font-size: 10px;
	margin-top: 10px;
}

p.fine-print a {
	color: gray;
}

.horizontal-stack {
	display: inline-block;
	vertical-align: middle;
}

.half {
	width: 49%;
}

.really-half {
	width: 50%;
}


.third {
	width: 32%;
}

.one-thousand {
	width: 997px;
}

.nine-hundred {
	width: 897px;
}

.eight-hundred {
	width: 797px;
}

.seven-hundred {
	width: 697px;
}

.six-hundred {
	width: 597px;
}

.five-hundred {
	width: 497px;
}

.four-hundred {
	width: 397px !important;
}

.three-hundred {
	width: 297px;
}

.two-hundred {
	width: 197px !important;
}

.avoid-left-edge {
	padding-left: 40px;
}

.avoid-right-edge {
	padding-right: 40px;
}
