@charset "UTF-8";
/* CSS Document */
h3 {
  font-size: 25px;
}
.shop-box a {
  font-size: 20px;
  background-color: #a32973;
  color: #fff;
  padding: 0.5em 1.5em;
}
#header-content {
  background-color: #fff;
  color: #f4f3f0;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shop-content {
  display: flex;
  padding-bottom: 4em;
}
#logo {
  max-width: 200px;
  padding-left: 10em;
  flex: 0 0 auto;
  height: auto;
}
nav {
  margin-top: 100px;
}
#header-content nav ul {
  list-style: none;
  padding-right: 10em;
  display: flex;
}
#header-content nav li {
  margin-left: 20px;
}
#header-content nav a {
  text-decoration: none;
  color: #16325a;
  padding: 10px 20px;
}
#header-content nav a:hover {
  background-color: #16325a;
  color: #fff;
}
#footer-content {
  background-color: #16325a;
  color: #f4f3f0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
#footer-left, #footer-right {
  flex: 1;
  padding: 10px;
  line-height: 1.5em;
  padding-bottom: 3em;
  padding-left: 5em;
  padding-right: 5em;
}
#footer-right {
  text-align: right;
}
#footer-left h3 {
  font-size: 20px;
}
#footer-right h3 {
  font-size: 20px;
}
#color-bar {
  background-color: #a32973;
  padding: 15px;
  display: block;
}
#color-bar h3 {
  color: #fff;
  text-align: center;
  font-size: 25px
}
#wrapper-white {
  display: flex;
  margin-right: 10em;
  margin-left: 10em;
  padding: 2em;
}
#wrapper-white h1 {
  color: #a32973;
  font-size: 30px;
  padding-bottom: 1em;
}
#wrapper-white section {
  width: 60%;
}
.book-details {
  border: 2px solid black;
  padding: 20px;
  margin: 20px;
  width: 30%;
  text-align: center
}
.book-details img {
  display: block;
  margin: 10px auto;
}
.book-details h2 {
  width: 100%;
}
.uppercase {
  font-size: 20px;
  text-align: center;
  color: #a32973;
  text-transform: uppercase;
}
h2 {
  color: #a32973;
}
#wrapper-shop {
  text-align: center;
  background-color: #f4f3f0;
  padding: 50px
}
#shop-content p {
  padding: 25px;
  font-size: 16px;
}
#shop-content a {
  text-decoration: none;
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  padding: 15px;
}
#shop-content h3 {
  margin-top: 20px;
  color: #a32973;
  text-transform: uppercase;
}
#banner img {
  display: block;
}
h1, h2, h3 {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}
p, a {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}