* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

::-moz-selection {
	color: #fff;
	background: #007AFF;
}

::selection {
	color: #fff;
	background: #007AFF;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	margin: auto;
	text-align: justify;
}

h1 {
	font-size: 2.18rem;
	margin-bottom: 0.2em;
	font-weight: 600;
}

@media (min-width: 768px) {
	h1 {
		font-size: 3.8rem;
	}
}

h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 20px 0 20px 0;
}

h3 {
	font-size: 1rem;
	text-transform: uppercase;
	color: #6F6F6F;
	text-align: center;
	padding: 10px 0 10px 0;
}

p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 10px 0;
}

a {
	color: #76A8CF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	p {
		font-size: 1.125rem;
	}
}

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin-top: 40px;
}

header.sub-page {
	padding: 40px 20px;
	padding-top: 40px;
	margin-top: 0;
	background: #f9f9f9;
}

header .header-icon {
	width: 200px;
	height: 200px;
	display: block;
}

header .header-icon img {
	width: 100%;
}

@media (max-width: 549px) {
	header .header-icon {
		width: 100px;
		height: 100px;
	}

	header .header-icon img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	header .header-icon {
		width: 200px;
		height: 200px;
	}

	header .header-icon img {
		width: 100%;
	}
}

header .header-info {
	padding-left: 20px;
}

@media (min-width: 768px) {
	header .header-info {
		padding-left: 50px;
	}
}

header .header-info p {
	color: #7F7F82;
	font-size: 1.125rem;
}

@media (max-width: 549px) {
	header .header-info p {
		font-size: 0.9rem;
	}
}

.intro-text {
	margin: 40px auto;
}

.intro-text.purple {
	color: #6C5EFF;
}

.center {
	text-align: center;
}

@media (max-width: 767px) {
	.intro-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.intro-text {
		max-width: 660px;
	}
}

.download-button {
	text-align: center;
}

.download-button img {
	width: 200px;
}

@media (min-width: 768px) {
	.download-button img {
		width: 250px;
	}
}

div.accolades {
	margin: 30px auto 0 auto;
	width: 95%;
	max-width: 700px;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-image: url('../img/ofg.png');
	background-position: 98% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #FCFCFC;
	box-shadow: 0 0 10px #EEE;
}

div.accolades p {
	font-size: 0.8em;
	line-height: 1em;
}

.main .etc {
	text-align: center;
	font-style: italic;
}

.main #features .feature:not(.ipad) {
	padding: 0 20px 40px;
}

@media (min-width: 768px) {
	.main #features {
		margin: 50px 0;
	}
}

.main #features .feature-inner {
	max-width: 900px;
	position: relative;
	margin: auto;
	display: flex;
	min-height: 350px;
}

@media (max-width: 549px) {
	.main #features .feature:not(.ipad) .feature-inner {
		flex-direction: column;
	}
}

.main #features .feature:not(.ipad) .feature-inner .feature-img {
	max-width: 300px;
	margin: 20px auto;
	flex-grow: 1;
	flex-basis: 0;
}

.main #features .feature:not(.ipad) .feature-inner .feature-img img {
	width: 100%;
}

@media (min-width: 768px) {
	.main #features .feature:not(.ipad) .feature-inner .feature-img img {
		max-width: 300px;
		position: absolute;
	}
}

.main #features .feature:not(.ipad) .feature-inner .feature-text {
	flex-grow: 1;
	flex-basis: 0;
	align-self: center;
}

.main #features .feature:not(.ipad):nth-child(even) {
	background: #f9f9f9;
}

@media (min-width: 549px) {
	.main #features .feature:not(.ipad):nth-child(even) .feature-text {
		order: 2;
		padding-left: 40px;
	}
}

@media (min-width: 549px) {
	.main #features .feature:not(.ipad):nth-child(odd) .feature-text {
		padding-right: 40px;
	}
}

div#privacy-policy {
	width: 95%;
	max-width: 1000px;
	padding: 0 30px;
	margin: 30px auto 0 auto;
	border: 1px solid #CCC;
	border-radius: 10px;
	background: #FCFCFC;
	box-shadow: 0 0 10px #EEE;
}

div#privacy-policy h2 {
	margin: 0;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #CCC;
	font-size: 1.2rem;
	border-top: none;
	border-left: none;
	position: relative;
	left: -30px;
	padding: 5px 20px;
	border-radius: 10px 0 10px 0;
	width: fit-content;
	text-align: center;
}

div#privacy-policy h3 {
	padding: 3px 0 3px 0;
}

div#privacy-policy p {
	font-size: 0.8rem;
	line-height: 1rem;
}

footer {
	clear: both;
	margin: 50px auto;
	width: 95%;
	max-width: 1000px;
	text-align: justify;
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #EEE;
	border-radius: 10px;
	box-shadow: 0 0 10px #EEE;
}

footer p {
	font-size: 0.9rem;
}

footer img.symbolicsoft {
	float: left;
	width: 40px;
	height: auto;
	margin: 0 20px 10px 0;
	position: relative;
	top: 6px;
}

footer a:hover {
	text-decoration: underline;
}

sup {
	opacity: 0.5;
	font-weight: normal !important;
}