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

header {
	width: 100%;
}
#header-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

#header-content img {
	margin-left: auto;
	padding: 5px;
}

nav {
	position: absolute;
	bottom: 25px;
	right: 0px;
	font-family: 'Goudy Bookletter 1911', serif;
}

nav ul {
	list-style: none;
}

nav li {
	float: left;
	margin: 5px 20px;
}

nav li a {
	display: block;
	padding: 5px 15px;
	color: #16325a;
	text-align: center;
	text-decoration: none;
}

li a:hover {
	background-color: #16325a;
	color: white;
}


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

#color-bar {
	background-color: #a32973;
	width: 100%;
	color: white;
	padding: 5px 0px;
	margin-bottom: 70px;
}

#color-bar h3 {
	margin: 10px auto;
	font-family: 'Goudy Bookletter 1911', serif;
	width: 960px;
	text-align: center;
}

#wrapper-white {
	display: flex;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
section {
	width: 580px;
}

section h1 {
	font-size: 36px;
	font-family: 'Goudy Bookletter 1911', serif;
	color: #a32973;
	margin: 0px;
}

section p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-right: 15px;
}

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

.uppercase {
	text-transform: uppercase;
}

.book-details {
	border-style: solid;
	border-width: 3px;
	border-color: #16325a;
	margin-top: 7px;
	padding-bottom: 25px;
}

.book-details h2 {
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
}

#wrapper-shop {
	background-color: #f4f3f0;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

#shop-content {
	display: flex;
	width: 960px;
	height: auto;
	padding: 15px 0px;
	margin-left: auto;
	margin-right: auto;
}

.shop-box {
	width: 300px;
	margin: auto;
	text-align: center;
}

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

.shop-box p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 35px;
}

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

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

#footer-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

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

#footer-content p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: white;
	opacity: 70%;
	margin-top: 0px;
}

/* Wasn't sure what css code was needed here
#footer-right {	
	
}*/

#footer-right {
	bottom: 50px;
	text-align: right;
	margin-left: auto;
}