@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* CSS Document */
/* Basic styles */
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

header {
width: 100%;
}

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

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

nav{
	position: absolute;
	bottom: 20px;
	right:120px;
	font-family: 'Goudy Bookletter 1911',serif;
}
nav ul {
  list-style-type: none;

}

nav li {

  margin: 5px 20px;
	float: left;
}

nav li a {
	
  text-decoration: none;
  display:inline-block;
  padding: 10px 20px;
  color: #16325a;
  text-align: center;
  font-size: 1rem;
}

nav li a:hover, nav li a:focus {
  background-color: #16325a;
  color: #fff;
}

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

/* Color Bar Styles */
#color-bar {
  background-color: #a32973;
  color: #fff;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 70px;

}

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

/* Wrapper White Styles */
#wrapper-white {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

/* Section Styles */
section {
  width: 580px;
  
}

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

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

/* Aside Styles */

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

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

}

.book-details h2 {
  color: #a32973;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: 'Goudy Bookletter 1911', serif;	

}

.book-details img {
  max-width: 100%;
  height: auto;
  border: 3px solid #333;
}

/* Wrapper Shop Styles */
#wrapper-shop {
  background-color: #f4f3f0;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

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

.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;
}
.shop-box img {
  width: 300px;
  height: 149px;
}

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

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

#footer-left,
#footer-right {
  width: 45%;
}

#footer-left p,
#footer-right p {
  opacity: 0.7;
}

#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;
}

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

