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


header{
	width: 100%;;
}

#header-content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	

}

#header-content img {
	
}

nav {
	position: absolute;
	bottom: 20px;
	left: 500px;
	right: 120px;
	
		
}

nav li {
	display: inline-block; 
	padding: 10px 15px;
}
	

nav a {
	text-decoration: none;
	color: #16325a;
	font-size: 16px;
	font-family: 'Goudy Bookletter 1911', serif;

}

nav a:hover {
	background-color: #16325a;
	color: #fff;
	padding: 10px 20px;
	font-family: 'Goudy Bookletter 1911', serif;
}

#banner{
	background-image:url("images/home-banner.jpg");
	height: 440px;
	width: 100%;
	
}

#color-bar{
	margin: auto;
	background-color: #a32973;
	text-align: center;
	padding: 10px 0px;
	
}


#color-bar h3{
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 25px;
	color: #fff;
}

#wrapper-white{
	margin: 0 auto;
	width: 960px;
	display: flex;
	padding: 40px 0;
	
	
}

section{
	width: 580px;
	margin-top: 80px;
	margin: 0 auto;
	
}

section h1{
	font-size: 36px;
	font-family: 'Goudy Bookletter 1911', serif;
	color: #a32973;
	text-transform: uppercase;
	padding: 10px 0;
}

section p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	line-height: 1.5;
	color: #000;
	padding: 10px;
}



aside{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

aside h2{
	
}


.uppercase{
	text-transform: uppercase;
}
.book-details{
	font-size: 25px;
	border-style: solid;
	border-width: 3px;
	border-color: #16325a;
	color: #a32973;
	padding: 15px 0;
	
	

	
}

.book-details h2{
	font-size: 23px;
	font-family: 'Goudy Bookletter 1911', serif;
	padding-top: 10px;
	margin: 15px;
	

}

.book-details img{
	
}


#wrapper-shop{
	background-color: #f4f3f0;
	width: 100%;
	margin-bottom: 20px;
	padding: 30px;
	

}

#shop-content{
	width: 960px;
	margin: 0 auto;
	padding: 125px 100px;
	display: flex;
	text-align: center;

}

.shop-box{
	width: 300px;
	margin-left: 15px;
	
	
}

.shop-box img{
	padding-bottom: 10px;
}


.shop-box h3{
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Goudy Bookletter 1911', serif;
	color: #a32973;
}



.shop-box p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	color: #000;

	
}

.shop-box a {
	text-align: center;
	text-decoration: none;
	background-color: #a32973;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	
}
	
	

	


footer{
	background-color: #16325a;
	padding: 20px 0px;
	width: 100%;
	
}

#footer-content{
	color: #fff;
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
	
}

#footer-right{
	text-align: right;
	
}

#footer-left{
	
}

#footer-content h3{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	
}


#footer-content p{
	font-size: 16px;
	opacity: 70%;
	font-family: 'Lato', sans-serif;
	padding-bottom: 20px;
	line-height: 1.5;
}