/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---------------------- */

.libre-caslon-text-regular {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-caslon-text-bold {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  background: hsla(197.42,41.89%,29.02%,1);
	color: #fff;
	margin: 2rem 1rem;
}

:root {
	--link-color: #fff;
}

main {
	/*
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	*/

	max-width: 24rem;
	margin: auto;
}

main > div {
	display: flex;
	flex-direction: column;
}

h1 {
	display: block;
	width: 100%;
	max-width: 120px;
	aspect-ratio: 1;
	background: url('/logo.png') no-repeat;
	background-size: contain;
	text-indent: -9999999px;
	overflow: hidden;
	flex-shrink: 0;
	margin: 0 auto 2rem auto;
	position: relative;
}

h1 a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

img {
  max-width: 100%;
  width: 24rem;
	margin-bottom: 1rem;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

ol {
	max-width: 500px;
	margin: auto;
}

li {
	display: flex;
	align-items: flex-start;
	justify-items: flex-start;
	align-content: flex-start;
	margin: 1.2rem 0 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 0.4rem;
}

li:last-child {
	border-bottom: none;
}

li img {
	max-width: 30%;
	margin-right: 1em;
}

li h2 {
	margin: 0;
}

h2 {
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	color: #fff;
}

ol h2 {
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
}

ol p {
	font-size: 1rem;
}

h3 {
	font-size: 0.8rem;
	margin-bottom: 0;
	color: #eee;
	text-transform: uppercase;
}

.event h3 {
	text-transform: none;
}

h3.curator, h3.author {
	font-size: 1.2rem;
	text-transform: none;
	opacity: 0.8;
	line-height: 1.2;
}

p {
	font-size: 1rem;
	line-height: 1.4;
}

p.secondary {
	font-size: 0.82rem;
	margin-bottom: 0.8rem;
	color: rgba(255, 255, 255, 0.68);
}

p.date {
	text-transform: uppercase;
}

.appstore {
	display: inline-block;
	font-size: 1.4rem;
	margin: 2.5rem auto 1rem auto;
	color: #fff;
	text-decoration: none;
	width: 200px;
}

.appstore:focus, .appstore:hover {
	opacity: 0.8
}

.btn {
	display: inline;
	background: transparent;
	color: var(--link-color);
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
}

.btn:focus, .btn:hover {
	text-decoration: none;
}

footer {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer p {
	font-size: 1.2rem;
}

.smaller {
	font-size: 1rem;
	opacity: 0.8;
}

.friend {
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 1.8rem;
}

@media all and (max-width: 600px) {
	main {
		display: block;
		margin: auto;
	}

	img {
		max-width: 100%;
	}

	main > div {

	}
}
