	
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

#wrapper{
	display:grid;
	grid-auto-rows: minmax(0px, auto);
	grid-template-columns:minmax(0px,1fr) repeat(6, minmax(0px,175px)) minmax(0px,1fr);

}
header{
	background-color: #9E91B3;
	font-family:Homemade Apple Pro;
	color:#ECE8E6;
	grid-row: 1/2;
	grid-column: 2/8;
}
header h1{
	line-height: 240%;
	background-image: url(images/booklogo2.jpg);
	background-repeat:no-repeat;
	background-size: 75px 65px;
	background-position:right;
	padding-left: 0.5em;
	height:72px;
	margin: 0;
}
nav {
	font-weight: bold;
	position: relative;
	top:0;
	background-color: #ACBC66;
	grid-row: 2/3;
	grid-column: 2/8;
	}
nav a{
	text-decoration: none;
	font-family:American Typewriter;
	color:#563F34;
	padding:.4rem 0rem;
	display:block;
	text-align: center;
}
nav a:hover {
	background-color:#ECE8E6;
	transition: 0.3s ease-out;

}
nav ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:flex;
	flex-flow: row nowrap;
}
nav ul li{
	width:100%;
}
body{
	background-color: #EDE8E7;
	background-attachment: fixed;
	margin:0px;
}
#bookshero{
	height: 500px;
	background-image: url(images/bookshero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	grid-row: 3/4;
	grid-column: 1/9;
	position: relative;
}
#bookshero p{
	background-color:rgba(172, 188, 102, 0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: American Typewriter;
	font-size: 30pt;
	color:#FFFFFF;
	font-weight: normal;
	padding:1em;
	text-align: center;
	position:absolute;
	bottom:-30px;
}
#coffee{
	height: 350px;
	background-image: url(images/coffee.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin-right:4rem;
	margin-left:4rem;
	margin-bottom: 4rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	font-family:American Typewriter;
	color:#563F34;
	width: 50%;
	font-size:18pt;
	line-height: 24px;
}
#dark{
	height: 500px;
	background-image: url(images/dark.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
	
}
#library{
	height: 500px;
	background-image: url(images/library.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
	
}
#heart{
	height: 500px;
	background-image: url(images/heart.webp);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
}
#street{
	height: 500px;
	background-image: url(images/street.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
	
}
#flower{
	height: 500px;
	background-image: url(images/flower.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
}
#flight{
	height: 500px;
	background-image: url(images/flight.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
	
}
#door{
	height: 500px;
	background-image: url(images/door.jpg);
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	padding-left:0rem;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
}
main{
	display: flex;
}
main h2{
	font-family: Georgia;
	margin:1rem;
	color: #ACBC66;
	padding: 1rem;
}
main h3{
	font-family: American Typewriter;
	padding-left:2rem;
	padding-right:2rem;
	text-align: center;
	color:#563F34;
	font-size: 15pt;
	padding-bottom: 0rem;
}
main p{
	font-family: American Typewriter;
	padding:1rem;
	color:#563F34;
	align-content: flex-end;
	line-height:22px;
}
main h4{
	font-family: American Typewriter;
	padding-left:2rem;
	padding-right:2rem;
	text-align: center;
	color:#563F34;
	font-size: 13pt;
	padding-bottom: 2rem;
}
main h5{
	font-family: American Typewriter;
	padding-left:2rem;
	padding-right:2rem;
	text-align: center;
	color: #ACBC66;
	font-size: 15pt;
	padding-bottom: 0rem;
}
main img{
	display: none;
	padding-left: 2rem;
	padding-right: 2rem;

}

#mortal{
	height: 500px;
	background-image: url(images/angel2.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin-right:4rem;
	margin-left:4rem;
	margin-bottom: 4rem;
	margin-top: 2rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 2rem;
}
#mortal p{
	font-family:American Typewriter;
	color:#563F34;
	font-size:13pt;
	padding-left: 20rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	flex-wrap:nowrap;
	line-height: 22px;
}
#fae{
	height: 450px;
	background-image: url(images/fae.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin-right:4rem;
	margin-left:4rem;
	margin-bottom: 4rem;
	margin-top: 2rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 2rem;
}
#fae p{
	font-family:American Typewriter;
	color:#563F34;
	font-size:13pt;
	padding-left: 20rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	flex-wrap:nowrap;
}
#openbooks{
	height: 300px;
	background-image: url(images/openbooks.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	
}
	


footer {
	font-size: .70em;
	text-align:center;
	padding:0.5em;
	height: auto;
	grid-row: 5/6;
	grid-column: 1/9;
	background-color: #9E91B3;
	font-family: American Typewriter;
	color:#EDE8E7;
	padding: 3rem;
	height: 300px;

}

#bottomlogo{
	background-image:url(images/booklogo2.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	height: 80px;
	position: relative;
	bottom:-2rem;
	left:4rem;
}
#bottomlogo h1{
	position:relative;
	bottom:2.5rem;
	right:3rem;
	font-size:16px;
	font-family:Homemade Apple Pro;
}

footer h1{
	font-size:16px;
	font-family:Homemade Apple Pro;


}
footer h3{
	text-decoration:none;
	text-align:left;
	font-size:17px;
	font-family:Georgia;
	margin-bottom: 0.5rem;
}
footer ul{
	list-style-type: none;
	margin:0em;
	padding:0em;
	flex-flow: row nowrap;
	font-weight: normal;
	font-family: American Typewriter;
	text-decoration: none;
	padding-bottom: 1rem;
	text-align: left;
}
footer ul li{
	font-size: 14px;
	}
footer ul li a{
	text-decoration: none;
	color: #EDE8E7;
	margin-bottom:0.5rem;
}
footer ul li a:hover {
	color:#ACBC66;
	transition: 0.3s ease-out;
}

footer p{
	font-family:Arial;
	font-size:10px;
	font-style: italic;
	font-weight: lighter;
	padding-top:1rem;
}
footer hr{
	margin-left: 5rem;
	margin-right:5rem;
}
.footerRow{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 auto;
}
.column1{
	display:flex;
	flex-direction: column;
	margin-right:4rem;
}
.column2{
	display:flex;
	flex-direction: column;
	margin-right:4rem;
}
.column3{
	display:flex;
	flex-direction: column;
	margin-right:4rem;
}

main{
	display:block;
	background-color:#EDE8E7;
	grid-row: 4/5;
	grid-column: 2/8;
	height: auto;
}
@media only screen and (max-width: 900px){
#wrapper {
	display:grid;
	grid-auto-rows: minmax(0px, auto);
	grid-template-columns:minmax(0px,1fr) repeat(6, minmax(0px,150px)) minmax(0px,1fr);
}

nav a{
	padding-right: 1rem;
	padding-left: 1rem;
}
#coffee{
	height: 400px;
	background-image: url(images/coffee.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	margin-right:4rem;
	margin-left:8rem;
	margin-bottom: 14rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	font-family:American Typewriter;
	color:#563F34;
	font-size:18pt;
	position: absolute;
	bottom: -240px;
	padding-right:6rem;
	margin-left:0rem;
	margin-bottom: 2rem;
	margin-top: 0rem;
	width: 100%;
	text-align:justify;
	font-size: 16pt;


}
#mortal{
	height: 400px;

}
#mortal p{
	font-size:9pt;
	padding-left: 16rem;
	padding-right: 2rem;
	padding-bottom: 0rem;
	padding-top:1rem;
	line-height: 19px;
}
#fae{
	height: 360px;

}
#fae p{
	font-size:9pt;
	padding-left: 16rem;
	padding-right: 2rem;
	padding-bottom: 0rem;
	padding-top:1rem;
	line-height: 19px;
}
}
@media only screen and (max-width: 800px){

#coffee{
	height: 350px;
	background-image: url(images/coffee.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	margin-right:4rem;
	margin-left:8rem;
	margin-bottom: 16rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	font-family:American Typewriter;
	color:#563F34;
	font-size:18pt;
	position: absolute;
	bottom: -260px;
	padding-right:4rem;
	margin-left:0rem;
	margin-bottom: 2rem;
	margin-top: 0rem;
	width: 100%;
	text-align:justify;
	font-size: 15pt;

}
}
@media only screen and (max-width: 740px){
#mortal{
	height: 400px;
	padding:0rem;
	margin-left: 1rem;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
}
#mortal p{
	font-size:10pt;
	padding-left: 18rem;
	padding-right: 0rem;
	padding-bottom: 0rem;
	line-height: 16px;
}
#fae{
	height: 350px;
	padding:0rem;
	margin-left: 1rem;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
}
#fae p{
	font-size:10pt;
	padding-left: 18rem;
	padding-right: 0rem;
	padding-bottom: 0rem;
	line-height: 16px;
}
#coffee{
	height: 350px;
	background-image: url(images/coffee.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	margin-right:4rem;
	margin-left:8rem;
	margin-bottom: 16rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	font-family:American Typewriter;
	color:#563F34;
	font-size:18pt;
	position: absolute;
	bottom: -260px;
	padding-right:3rem;
	margin-left:0rem;
	margin-bottom: 2rem;
	margin-top: 0rem;
	width: 100%;
	font-size: 15pt;

}
}

@media only screen and (max-width: 700px){

#bookshero{
	height: 350px;
		
}
#bookshero p{
	font-size: 20pt;
}
main{
	height: auto;
}
nav a{
	font-size: 10pt;
}
footer h1{
	display: none;
}
#coffee{
	height: 350px;
	background-image: url(images/coffee.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	margin-right:4rem;
	margin-left:6rem;
	margin-bottom: 18rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	font-family:American Typewriter;
	color:#563F34;
	font-size:18pt;
	position: absolute;
	bottom: -280px;
	padding-right:2rem;
	margin-left:0rem;
	margin-bottom: 2rem;
	margin-top: 0rem;
	width: 100%;
	font-size: 15pt;
}
#dark{
	height: 300px;
	background-image: url(images/dark.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
#library{
	height: 300px;
	background-image: url(images/library.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
#heart{
	height: 300px;
	background-image: url(images/heart.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
#street{
	height: 300px;
	background-image: url(images/street.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
#flower{
	height: 300px;
	background-image: url(images/flower.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
#flight{
	height: 300px;
	background-image: url(images/flight.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
#door{
	height: 300px;
	background-image: url(images/door.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	width:100%;
}
}
@media only screen and (max-width:660px){
#mortal{
	height: 300px;
	background-image: url(images/angel.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	margin-bottom: 15rem;
}
#mortal p{
	font-size:10pt;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	flex-wrap:nowrap;
	position: absolute;
	bottom: -230px;
}
#fae{
	height: 300px;
	background-image: url(images/fae2.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	margin-bottom: 15rem;
}
#fae p{
	font-size:10pt;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	flex-wrap:nowrap;
	position: absolute;
	bottom: -230px;
}
#coffee{
	height: 350px;
	margin-right:2rem;
	margin-left:4rem;
	margin-bottom: 18rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	bottom: -250px;
	padding-right:0rem;
	margin-left:0rem;
	margin-bottom: 2rem;
	margin-top: 0rem;
	width: 100%;
	font-size: 15pt;

}
}
@media only screen and (max-width:600px){

#coffee{
	height: 350px;
	margin-right:2rem;
	margin-left:2rem;
	margin-bottom: 16rem;
	margin-top: 4rem;
	align-items: center;
}
#coffee p{
	bottom: -240px;
	padding-right:0rem;
	margin-left:0rem;
	margin-bottom: 2rem;
	margin-top: 0rem;
	width: 100%;
	font-size: 12pt;

}
#bookshero p{
	font-size: 18pt;
}
footer{ 
	height: auto; 
	padding-left: 0rem;
	padding-right:0rem;
}
#mortal{
	height: 250px;
	margin-bottom: 18rem;
}
#mortal p{
	bottom: -270px;
}
#fae{
	height: 250px;
	margin-bottom: 18rem;
}
#fae p{
	bottom: -270px;
}
#dark{
	height: 300px;
	background-image: url(images/dark.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	
}
#library{
	height: 300px;
	background-image: url(images/library.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	
}
#heart{
	height: 300px;
	background-image: url(images/heart.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
}
#street{
	height: 300px;
	background-image: url(images/street.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	
}
#flower{
	height: 300px;
	background-image: url(images/flower.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
}
#flight{
	height: 300px;
	background-image: url(images/flight.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
	
}
#door{
	height: 300px;
	background-image: url(images/door.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin:0rem;
	align-items: center;
	padding-right: 0rem;
	padding-left: 0rem;
}

}
@media only screen and (max-width:500px){
header h1{
	background-image: none;
	text-align: center;
	}
#bookshero{
	height: 250px;
}
#bookshero p{
	font-size: 16pt;
	}
#coffee{
	height: 300px;

}
#coffee p{
		font-size:12pt;
}
main{
	height: auto;
	}
nav a{
	padding-right: .4rem;
	padding-left:.4rem;
	font-size: 12pt;
}
nav {
	font-weight: bold;
	position: relative;
	top:0;
	grid-row: 2/3;
	grid-column: 1/9;
	}
nav ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:flex;
	flex-flow: column nowrap;
	}
#mortal{
	height: 250px;
	margin-bottom: 22rem;
}
#mortal p{
	bottom: -340px;
}
#fae{
	height: 250px;
	margin-bottom: 22rem;
}
#fae p{
	bottom: -340px;
}
}
@media only screen and (max-width:450px){
nav a{
	padding-right: 0rem;
	padding-left:0rem;
	font-size: 14pt;
}
footer ul li{
	font-size: 15px;
}
footer h3{
	font-size: 19px;
}
.column2{
	display:flex;
	flex-direction: column;
	margin-right:2rem;
	padding-bottom: 1rem;
}
.column3{
	display:flex;
	flex-direction: column;
	margin-left:5rem;
}
main img{
	width: 300px;
}
}
@media only screen and (max-width:400px){
header h1{
	background-image: none;
	text-align: center;
	}
#bookshero{
	height:250px ;
}
#bookshero p{
	font-size: 14pt;
	}
#coffee{
	height: 250px;
}
#coffee p{
		font-size:11pt;
		bottom: -290px;
}
footer{ 
	height: auto; 
}
#mortal{
	height: 250px;
	margin-bottom: 28rem;
}
#mortal p{
	bottom: -460px;
	font-size: 15px;
}
#fae{
	height: 250px;
	margin-bottom: 28rem;
}
#fae p{
	bottom: -410px;
	font-size:15px;
}
}
@media only screen and (max-width:350px){
	header h1{
		font-size: 25px;
		padding-top: .75rem;
	}
#coffee{
	height: 250px;
}
#coffee p{
		font-size:11pt;
		bottom: -250px;
		margin: 0rem;
		padding: 0rem;
}
#mortal{
	height: 250px;
	margin-bottom: 32rem;
}
#mortal p{
	bottom: -520px;
}
#fae{
	height: 250px;
	margin-bottom: 30rem;
}
#fae p{
	bottom: -450px;
}
}
#purplebar{
	background-color: #9E91B3;
	grid-row: 1/2;
	grid-column: 1/9;
}
#greenbar{
	background-color: #ACBC66;
	grid-row: 2/3;
	grid-column: 1/9;
	}
