* {
	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(45, 23, 21);
	color: #fff;
}

body {
	width: 100%;
	height: 100%;

	background-image: url('/krra.jpg');
	background-repeat: no-repeat;
	background-position: 67% 31%;
	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: -3pt;
		font-size: 80pt;
		font-weight: 200;
		line-height: 65pt;
	}

	h2 {
		font-size: 27pt;
		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(45, 23, 21, 0.65);
}

@media (min-width: 475px) {
	header {
		bottom: 8vmin;
	}

	.artist-link {
		bottom: 8vmin;
		right: 8vmin;
	}
}

@media (min-width: 800px) {
	h1 {
		margin-bottom: -12pt;
		font-size: 150pt;
		font-weight: 200;
		line-height: 125pt;
	}

	h2 {
		font-size: 51pt;
		font-weight: 300;
	}

	h3 {
		font-size: 14pt;
		font-weight: 300;
	}
}

@media (min-width: 1250px), (min-height: 1400px) {
	html {
		font-size: 24pt;
	}

	body {
		background-image: url('/krra@1.5x.jpg');
	}

	h1 {
		margin-bottom: -12pt;
		font-size: 225pt;
		line-height: 170pt;
	}

	h2 {
		font-size: 77pt;
	}

	h3 {
		font-size: 21pt;
	}

	.ref-link,
	.more-link {
		font-size: 36pt;
	}
}

@media (min-width: 1750px), (min-height: 1800px) {
	html {
		font-size: 32pt;
	}

	body {
		background-image: url('/krra@2x.jpg');
	}

	h1 {
		margin-bottom: -15pt;
		font-size: 299pt;
		line-height: 220pt;
	}

	h2 {
		font-size: 101pt;
	}

	h3 {
		font-size: 28pt;
	}

	.ref-link,
	.more-link {
		font-size: 48pt;
	}
}
