h1 {
	color: rgb(0,0,0);
	/*background: linear-gradient(45deg, #FB4E66, #1CB954);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	font-family: 'JetBrainsMono', Georgia, serif;
	font-size: 3rem;
	font-style: italic;
	font-weight: 900;
}

.coming-soon {
	/* color: rgb(251,78,102); */
	/*color: rgb(255,120,0); */
	color: #D43900;
	font-weight: 900;
	/* background: linear-gradient(45deg, #FB4E66, 35%, #1CB954);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
details + details {
	margin-bottom: 1.5rem;
}

img, video {
	height: auto;
	max-width: 100%;
}

h2 {
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

h3 {
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 100;
}

p.media {
	text-align: center;
}

p.media img {
	box-shadow: 0px 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
	margin: 1rem 0 2rem 0;
}

img.ios {
	border-radius: 30px;
	max-width: 60%; 
}
img.macos {
	border-radius: 10px;
	max-width: 90%; 
}

img.icon {
	border-radius: 40px;
	box-shadow: 0px 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
	margin: 0 0 1rem 0;
}

.noBreak {
	display: inline;
}
.noBreak img {
	width: 14px;
}

@media screen {
	body > header {
		margin-bottom: 0;
	}
	h1 {
		margin-bottom: 0;
	}
	ol {
		padding: 0 0 0 4ch;
	}
	ol > li:first-child {
		margin-bottom: 0.5rem;
	} 
}

@media (min-width: 1000px) {
	body > header {
		margin-bottom: 1rem;
	}
	h1 {
		margin-bottom: 2rem;
	}	
}