@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');



/*Header*/
header {
	/*border-color: deeppink; Remove before submitting
	border-style: solid;
	border-width: 2px;*/
	font-family: 'Goudy Bookletter 1911', serif;
	
	margin: auto;
}
#header-content {
	/*border-color: blue;Remove before submitting
	border-style: dotted;
	border-width: 3px;*/
	width: 960px;
	position: relative;
	display: block;
	margin: 0px auto;
}

#header-content ul{
	/*border-color: coral;Remove before submitting
	border-style: dashed;
	border-width: 3px;*/
	width: 50%;
	position: absolute;
	right: 200px;
	top: 100px;
	text-align: center;
}

#header-content a:hover {
	background-color: #16325a;
	color: white;
	padding: 6px 20px;
	transition: all .4s ease-in-out;
}

#header-content li {
	display: inline-block;
}
#header-content a {
	text-decoration: none;
	color: #16325a;
	margin: 0px 30px;
}

/*END OF: Header*/



/*Banner Image*/
#banner {
	position: relative;
	background-image: url("images/home-banner.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 441px;
	margin: auto;
}	/*END OF: Banner Image*/


/*Color Bar*/
#color-bar {
	font-family: 'Goudy Bookletter 1911', serif;
	background-color: #a32973;
	color: white;
	font-size: 23px;
	text-align: center;
	padding: 10px 0px;
	width: 100%;
	margin: auto;
}/*END OF: Color Bar*/


/*The Book Shoppe - Section*/
#wrapper-white {
	position: relative;
	height: 500px;
	width: 960px;
	margin: 0px auto;
}
#wrapper-white section {
	position: absolute;
	width: 580px;
	margin: auto;
	left: 50px;
	top: 150px;
}

#wrapper-white section h1{ /*heading text*/
	font-family: 'Goudy Bookletter 1911', serif;
	color: #a32973;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
#wrapper-white aside h2{ /*heading text*/
	font-family: 'Goudy Bookletter 1911', serif;
	color: #a32973;
	font-size: 30px;
	margin-bottom: 10px;
}

#wrapper-white section p { /*paragraph text*/
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-right: 50px;
}

#wrapper-white aside {
	position: absolute;
	width: 300px;
	border-color: #16325a;
	border-style: solid;
	border-width: 3px;
	color: #a32973;
	text-align: center;
	right: 50px;
	top: 160px;
	height: 300px;
}

.book-details {
	padding-top: 10px;
}
/*END OF: The Book Shoppe - Section*/




/*EVENTS, WORKSHOPS, MONTHLY PICKS - wrapper-shop*/
#wrapper-shop {
	background-color: #f4f3f0;
	position: relative;
	top: 100px;
	left: 0px;
	right: 0px;
	width: auto;
	height: 500px;
}

#shop-content { /*the 3 columns*/
	width: 960px;
	column-count: 3;
	position: absolute;
	bottom: 40px;
	height: 400px;;
	margin: auto;
	
}

.shop-box { /*applies to each column*/
	/*border-style: solid;
	border-width: 3px;*/
	
	position: relative;
	width: 300px;
    height: 300px;
	margin: auto;
}

.shop-box img {
	max-width:225px;
    height:150px;
	margin: auto;
	position: absolute;
	bottom: 110px;
	left: 35px;
}

.shop-box a { /* links */
	font-family: 'Lato', sans-serif;
	left: 80px;
	position: absolute;
	text-align: center;
	bottom: 0px;
	background-color: #a32973;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
}

.shop-box p { /* body text */
	font-family: 'Lato', sans-serif;
	margin: auto;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 35px;
}

#wrapper-shop h3 { /* heading text */
	font-family: 'Goudy Bookletter 1911', serif;
	text-transform: capitalize;
	font-size: 28px;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #a32973;
}

/*END OF: EVENTS, WORKSHOPS, MONTHLY PICKS - wrapper-shop*/

/* Footer */

#footer-content {
	
	background-color: #16325a;
	color: white;
	margin: auto;
	width: auto;
	height: 100px;
	position: relative;
	padding: 10px;
}

#footer-content h3 {
	font-family: 'Goudy Bookletter 1911', serif;
}
#footer-left {
	font-family: 'Lato', sans-serif;
	position: relative;
	float: left;
}

#footer-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	float: right;
}