body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	-webkit-text-size-adjust: none;
}

a {
	color: #0046C3;
}

pre {
	font-family: "Menlo";
	font-size: 12px;
}

div.buttonRow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 20px;
	user-select: none;
	cursor: pointer;
}

div.buttonRow a.bbutton {
	background-color: black;
	border: 1px solid rgb(166, 166, 166);
	height: 38px;
	border-radius: 6px;
	color: white;
	text-decoration: none;
	padding: 0 16px;
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	display: block;
	line-height: 38px;
	font-weight: 500;
}

img.MAS {
	display: block;
}

div#hero {
	background-color: black;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("hero_mb.jpg");
	background-size: 2048px 700px;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

div#heroBg {
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

div#hero img#macbook {
	display: block;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transform: translateY(3%);
	max-width: 95%;
	height: auto;
}

div#hero img#ipad {
	display: block;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transform: translateY(3%);
	max-width: 95%;
	height: auto;
}

div#hero h1 {
	text-align: center;
	margin: 0;
	padding-top: 40px;
	color: white;
	font-size: 46px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

div#hero h2 {
	text-align: center;
	margin: 0;
	color: white;
	font-size: 22px;
	margin-top: 12px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

div#hero p {
	text-align: center;
	margin: -48px 0px 0px 0px;
}

div#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div#container p {
	line-height: 1.5em;
	color: #606060;
}

div#container p#leadingLine {
	font-size: 20px;
	text-align: center;
	color: black;
}

div#container h1 {
	margin-top: 48px;
	font-size: 28px;
}

div#example {
	background-color: #ededed;
	border-radius: 6px;
	color: black;
	padding: 1px 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

div#example pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

div.margin50 {
	margin-top: 50px;
}

p.fadedText {
	color: #999999;
}

p.reviewHeadline {
	margin-bottom: 6px;
}

p.reviewContent {
	margin: 0;
}

p.reviewFooter {
	margin-top: 6px;
	margin-bottom: 20px;
	color: #999999 !important;
}

.resizable {
	max-width: 100%;
	height: auto;
}

.left {
	float: left;
	margin-right: 60px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 48px;
}

div.grid.testflight {
	margin-top: 20px;
	grid-template-columns: 1fr;
}

div.grid.testflight div.featureHeader a {
	text-align: center;
}

div.grid.testflight div.featureHeader img {
	height: 64px;
}

div.grid div.item {
	background-color: rgb(246, 246, 246);
	padding: 20px;
	border-radius: 16px;
}

div.footer {
	margin-top: 50px;
	margin-bottom: 40px;
}

div.footer p {
	text-align: center;
	font-size: 12px;
}

p.centerText {
	text-align: center;
}

p.imageControls {
	margin-top: 2px;
}

div.clearFix {
	clear: both;
}

div#magicTypeContainer {
	margin-top: 50px;
}

div#magicTypeContainer div#magicTypeVideo {
	margin-left: 60px;
	float: right;
}

div#magicTypeContainer div#magicTypeDescription {
	float: left;
	width: 200px;
}

div#magicTypeContainer div#magicTypeDescription h1 {
	margin-top: 94px;
}

img#completionImg {
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	max-width: 100%;
	height: auto;
}

img#previewScreen {
	border: 1px solid #e5e5e5;
	max-width: 100%;
	height: auto;
}

img.screenshot {
	max-width: 100%;
	height: auto;
}

img.cirScreen {
	margin-top: 16px;
	margin-bottom: 4px;
}

div#container div.grid h1 {
	font-size: 22px;
	font-weight: 600;
}

div.grid div.featureHeader {
	display: flex;
	flex-direction: column;
}

div#container div.grid div.featureHeader h1 {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 12px;
}

div.grid div.item p {
	margin-top: 0;
	margin-bottom: 0;
}

div.grid div.featureHeader img {
	height: 40px;
}

span.hearts {
	color: #E81123;
	font-size: 1.1em;
}

span.stars {
	color: #FFB900;
}

p.platformsHeader {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 0.8em;
	color: rgb(140, 140, 140);
	font-variant: small-caps;
}

div.platformBar {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	flex-wrap: wrap;
}

div.platformBar div {
	background-color: white;
	border-radius: 500px;
	border: solid 1px rgb(220, 220, 220);
}

div.platformBar div.current {
	background-color: rgb(238, 238, 238);
}

div.platformBar div a {
	color: black;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 500;
	padding: 6px 16px;
	display: inline-block;
}

div.platformBar div a:hover {
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2) {
	img#macbook {
		content: url("MacBook@2x.png");
	}

	a img.button.inactive {
		content: url("CircleInactive@2x.png");
	}

	a img.button.active {
		content: url("CircleActive@2x.png");
	}

	img#libraryScreen {
		content: url("library@2x.png");
	}

	img#previewScreen {
		content: url("preview@2x.png");
	}

	img#navScreen {
		content: url("navigator@2x.png");
	}

	img#shareScreen {
		content: url("share@2x.png");
	}

	img#completionImg.firstContent {
		content: url("completions@2x.png");
	}

	img#completionImg.secondContent {
		content: url("completions2@2x.png");
	}
}

@media (max-width: 700px) {
	div#hero {
		margin-bottom: 36px;
	}

	div#hero h1 {
		font-size: 32px;
	}

	div#hero h2 {
		font-size: 18px;
	}

	div.grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	div.grid div.item {
		padding: 12px;
	}

	div.grid.testflight {
		margin-top: 16px;
	}

	img.cirScreen {
		margin-top: 12px;
	}

	div#container {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	div#container h1,
	div#container div.less h1 {
		font-size: 22px;
	}

	div#magicTypeContainer div#magicTypeVideo {
		margin-left: auto;
		float: none;
	}

	div#magicTypeContainer div#magicTypeDescription {
		float: none;
		width: auto;
	}

	div#magicTypeContainer div#magicTypeDescription h1 {
		margin-top: 20px;
	}

	div#container p#leadingLine {
		font-size: 16px;
	}
}