* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;

	font-size: 16pt;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;

	background-color: rgb(20, 32, 22);
	color: #fff;
}

body {
	width: 100%;
	height: 100%;

	background-image: url('/arimah.jpg');
	background-repeat: no-repeat;
	background-position: 67% 23.5%;
	background-size: cover;
}

a:link, a:visited {
	color: #9df;
	text-decoration: none;
}

a:hover, a:active {
	color: #9df;
	text-decoration: underline;
}

header {
	position: absolute;
	bottom: 20vmin;
	left: 8vmin;
	text-align: center;
}

	h1 {
		margin-bottom: -5pt;
		font-size: 70pt;
		font-weight: 200;
		line-height: 55pt;
		letter-spacing: -5px;
	}

	h2 {
		font-size: 28pt;
		font-weight: 300;
	}

	h3 {
		font-size: 14pt;
		font-weight: 300;
	}

	.ref-link {
		margin-top: 0.5em;
		font-size: 24pt;
	}

	.more-link {
		margin-top: -0.15em;
		font-size: 24pt;
	}

.artist-link {
	position: absolute;
	bottom: 5vmin;
	right: 5vmin;
}

.text-area {
	padding: 5px 10px;
	background-color: rgba(20, 32, 22, 0.65);
}

@media (min-width: 550px) {
	header {
		bottom: 8vmin;
	}

	.artist-link {
		bottom: 8vmin;
		right: 8vmin;
	}
}

@media (min-width: 800px) {
	h1 {
		margin-bottom: -12pt;
		font-size: 131pt;
		font-weight: 200;
		line-height: 110pt;
		letter-spacing: -5px;
	}

	h2 {
		margin-bottom: -8pt;
		font-size: 55pt;
		font-weight: 300;
	}

	h3 {
		font-size: 14pt;
		font-weight: 300;
	}
}

@media (min-width: 1250px), (min-height: 1800px) {
	html {
		font-size: 24pt;
	}

	body {
		background-image: url('/arimah@1.5x.jpg');
	}

	h1 {
		margin-bottom: -22pt;
		font-size: 197pt;
		line-height: 165pt;
		letter-spacing: -8px;
	}

	h2 {
		margin-bottom: -12pt;
		font-size: 83pt;
	}

	h3 {
		font-size: 21pt;
	}

	.ref-link,
	.more-link {
		font-size: 36pt;
	}
}

@media (min-width: 1750px), (min-height: 2500px) {
	html {
		font-size: 32pt;
	}

	body {
		background-image: url('/arimah@2x.jpg');
	}

	h1 {
		margin-bottom: -27pt;
		font-size: 262pt;
		line-height: 220pt;
		letter-spacing: -10px;
	}

	h2 {
		margin-bottom: -18pt;
		font-size: 110pt;
	}

	h3 {
		font-size: 28pt;
	}

	.ref-link,
	.more-link {
		font-size: 48pt;
	}
}
