@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#color-box h3 {
}

header{
	margin: 20px 60px 20px 60px;
}

#header-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

 nav{
	position: absolute;
	top: 140px;
	right: 500px;
}

nav li {
	display: inline-block;
	padding: 0px 20px 0px 20px;
}

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

nav li a:hover {
	background-color: #16325A;
	color: #fff;
	padding: 8px 10px 8px 10px;
	
}

#banner {
	background-image: url("images/home-banner.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 441px;
	
}

#color-bar{
	background-color: #a32973;
	padding: 25px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-family: 'Goudy Bookletter 1911', serif;
}

#wrapper-white{
	margin-left: auto;
	margin-right: auto;
	display: table;
}

aside {
	width: 300px;
	border-style: solid;
	border-width: 3px;
	border-color: #16325a;
	float: right;
	margin: 50px;
	padding-top: 10px;
	padding-bottom: 30px;
}


aside h2 {
	padding-bottom: 25px;
}

.book-details{
	text-align: center;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 22px;
	color: #a32973;
}

section{
	width: 580px;
	float: left;
}

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

section p {
	font-size: 16px;
	padding: 15px 15px 15px 0px;
	text-align: left;
	font-family: 'Lato', sans-serif;
}


.uppercase{
	text-transform: uppercase;
}

#wrapper-shop{
	width:100%;
	height: 350px;
	background-color: #f4f3f0;
}

#shop-content{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.shop-box{
	width: 300px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.shop-box h3 {
	font-size: 28px;
	font-family: 'Goudy Bookletter 1911', serif;
	color: #a32973;
}

.shop-box p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 20px;
}

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

.shop-box img {
	margin-top: 30px;
	margin-bottom: 20px;
}

footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #16325a;
}

#footer-content{
	color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

#footer-left{
	text-align: left;
	display: inline-block;
}

#footer-left h3 {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 16px;
	text-transform: uppercase;
	padding:  5px 0px 5px 0px;
}
#footer-left p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	opacity: 70%;
	padding:  5px 0px 5px 0px;
}

#footer-right{
	text-align: right;
	display: inline-block;
	float: right
		
}

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

#footer-right p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	opacity: 70%;
	padding:  5px 0px 5px 0px;
}
