body,
html {
	height: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	background-color: #111;
	/* background-image: url("../img/carthiefschool.jpg"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	text-align: center;
}

.container {
	padding: 40px 20px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.logo {
	max-width: 500px;
}

figure img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: white;
	font-size: 0.001em;
	font-weight: 500;
	font-style: normal;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

h2 {
	color: white;
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 20px;
}

h2 span {
	font-weight: 300;
	color: #ccc;
	font-size: 0.8em;
}

p {
	color: #ccc;
	margin-top: 0;
	margin-bottom: 20px;
}

.apple-music-preorder {
	margin-bottom: 30px;
}

ul.links {
	display: flex;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.links li {
	list-style: none;
	margin: 0 20px;
}

ul.links li svg {
	width: 30px;
	height: 30px;
	fill: #ccc;
	opacity: 0.5;
	transition: 0.5s;
}

ul.links li svg:hover {
	opacity: 1;
}

.store-link {
	background: #f2c43d;
	display: inline-block;
	color: #222;
	padding: 8px 20px;
	margin-bottom: 20px;
	text-decoration: none;
	border-radius: 4px;
}

@media only screen and (max-width: 500px) {
	.container {
		padding: 30px 20px 20px 20px;
	}

	h1 {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	img {
		width: 260px;
		max-width: 260px;
	}

	h2 {
		font-size: 1.1em;
	}

	p {
		margin-bottom: 25px;
	}

	ul.links li {
		list-style: none;
		margin: 0 15px;
	}

	ul.links li svg {
		width: 25px;
		height: 25px;
	}
}
