#body1{
	background-image: url("https://img00.deviantart.net/c49e/i/2012/312/9/5/finn_y_jake_render_by_estupido01-d5ke4tk.png");
/*	width:60%;
	height:60%;*/
	background-repeat:no-repeat;
	background-color: blue;
	z-index:-1; /*doesn't work on static*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 60%;
	background-position: center;
}
#body2{
	background-image: url("http://www.indiewire.com/wp-content/uploads/2015/03/adventure-time.png?w=780");
	background-repeat:no-repeat;
	background-color: red;
	z-index:-1; /*doesn't work on static*/
	position: fixed;
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	background-size: 55%;
	background-position: center;
}
#body3{
	background-image: url("https://orig00.deviantart.net/477f/f/2012/175/b/0/adventure_time__finn_and_jake_by_legaluslex-d54n32k.png");
	background-repeat:no-repeat;
	background-color: green;
	z-index:-1; /*doesn't work on static*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 55%;
	background-position: center;
	padding-top:120px;
}

#quote1 {
	color:white;
	font-family: "Marker Felt";
	font-size: 2.5rem;
    margin-top: 50px;
    margin-left: 50px;
    /* margin-right: -1200px; */
    width: 45%;
}

#quote2 {
	color: white;
    font-family: "Marker Felt";
    font-size: 2.5rem;
    width: 40%;
    margin-top: 50px;
    margin-left: 750px;
}

#quote3 {
	color: white;
    font-family: "Marker Felt";
    font-size: 2.5rem;
    width: 50%;
    margin-top: 50px;
    margin-left: 650px;
}

a {
	display:block;
	position: fixed;
	width: 100%;
	height:100%; /*bc it has no content*/
	top:0;
	left:0; /*give coordinates*/
}

@media screen and (max-width: 768px) {
	#body1 {
		width: 1150px;
		background-position: bottom 80px left 80px;
	}
	#quote1{
		font-size: 1.75rem;
		margin-top: 60px;
		margin-left: 60px;
	}
}

@media screen and (max-width: 768px) {
	#body2 {
		width: 900px;
		background-position: bottom 70px left 70px;
	}
	#quote2{
		font-size: 1.75rem;
		width: 50%;
		margin-top: 60px;
		margin-left: 60px;
	}
}

@media screen and (max-width: 768px) {
	#body2 {
		width: 900px;
		background-position: bottom 70px left 70px;
	}
	#quote2{
		font-size: 1.75rem;
		width: 50%;
		margin-top: 60px;
		margin-left: 60px;
	}
}

@media screen and (max-width: 768px) {
	#body3 {
		width: 1200px;
		background-position: bottom 100px left 70px;
	}
	#quote3{
		font-size: 1.75rem;
		width: 40%;
		margin-top: 60px;
		margin-left: 60px;
	}
}



