@import url('https://fonts.googleapis.com/css?family=Inconsolata');

body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: black;
}

#card1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("img1.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

#card2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("img2.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

#card3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("img3.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.quote {
	position: fixed;
	z-index: 10;
	color: white;
	font-family: "Inconsolata", serif;
	font-size: 3.5vw;
	font-style: normal;
	line-height: 3.5vw;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-shadow: 3px 3px 3px black;
}

.attribution {
  text-transform: uppercase;
  font-size: 2vw;
}

.quote#one {
	text-align: right;
	bottom: 7vw;
	right: 7vw;
	width: 20%;
}

.quote#two {
	top: 7vw;
	left: 7vw;
	width: 40%;
}

.quote#three {
	top: 7vw;
	left: 7vw;
	width: 40%;
}

div#quote1 {
	float: right;
	width: 100%;
}

div #quote2 {
	text-align: left;
	float: left;
	width: 100%;
}

div #quote3 {
	text-align: left;
	float: left;
	width: 100%;
}

div.attribution {
	display: block;
	font-weight: 300;
	font-size: 0.75em;
}

#blank {
	height: 2vh;
	display: block;
	width: 100%;
}

#three div.attribution {
	float: left;
}

#two div.attribution {
	float: left;
}

#one div.attribution {
	float: right;
}

a#nextpage {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-decoration: none;
	z-index: 20;
}

@media screen and (max-width: 1024px) {
	.quote {font-size: 5vw; line-height: 4.2vw;}
	#card1 {background-position: 60% 0%;}
  #card2 {background-position: 60% 0%;}
  #card3 {background-position: 60% 0%;}
	.quote#one {width: 30%; bottom: 10vw; right: 10vw;}
	.quote#two {width: 50%; top: 10vw; right: 10vw;}
	.quote#three {width: 40%; top: 10vw; left: 10vw;}
}

@media screen and (max-width: 640px) {
	.quote {font-size: 9vw; line-height: 10.2vw;}
	#one div.attribution {float: none;}
	.quote#one {right: 22.5%; text-align: center; width: 55%; }
	.quote#two {width: 78%; top: 10vw; right: 10vw;}
	.quote#three {width: 60%; top: 10vw; left: 10vw;}
}
