﻿body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: serif;
	font-weight: 300;
	color: #222322;
}

h1 {
	font-weight: 700;
	font-size: 32px;
	margin: 0 0 10px;
	line-height: 1em;
}

p {
	font-size: 24px;
	line-height: 1em;
	margin-top: 6px;
}

a {
	text-decoration: none;
	color: cornflowerblue;
	font-size: 24px;
}

.section {
	margin: 0px auto;
	padding: 16vh 0px;
}

.limit {
	max-width: 1440px;
}

.section-title {
	max-width: 1080px;
	margin: 0px auto;
	padding: 8vh 0px;
}

.gray {
	overflow: hidden;
	background-color: #f5f5f5;
}

.flex-row {
	display: flex;
	flex-flow: row;
	justify-content: center;
align-items: center;
}

.flex-row > * {
	width: 50%;
}

.call-out-button {
	border: 0px;
	border-radius: 8px;
	padding: 12px 24px !important;
	color: white;
}

.primary-blue-background {
	background-color: cornflowerblue;
}

.ios-store-link img {
	height: 54px !important;
}

.refusePadding {
	padding: 0px !important;
}

@media (min-width: 601px) {
	.section, .footer-rows {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media all and (max-width: 600px) {
	.section {
		padding: 4vh 0px;
	}
	
	body {
		text-align: center;
	}

	.flex-row {
		flex-flow: column wrap;
		align-items: stretch;
	}

	.flex-row > * {
		padding: 0px 48px;
		padding-bottom: 12px;
		width: unset !important;
	}

	.left {
		text-align: left !important;
	}

	.right {
		margin-left: 0px !important;
	}
}