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

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4&display=swap');

.shop-box {
  background-color: #f4f3f0;
  width: 300px;
}

.shop-box h3 {
  color: #a32973;
  font-size: 30px;
  line-height: normal;
  font-family: 'Source Serif 4', sans-serif;
}
.shop-box p {
  padding-bottom: 15px;
}
.shop-box a {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
  display: inline-block;
}

h1 {
  font-size: 29px;
  text-transform: uppercase;
  color: #a32973;
  text-align: center;
  font-family: 'Source Serif 4', sans-serif;
}

section p {
line-height: normal;
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

a {
  text-align: center;
  text-decoration: none;
  background-color: #a32973;
  color: #ffffff;}

#color-box h3 {
background-color: #16325a;
text-align: center;
font-family: 'Source Serif 4', sans-serif;
}

/* Basic CSS */

h2{
  color: #a32973;
  padding-bottom: 20px;
  font-family: 'Source Serif 4', sans-serif;
}

header {
  position: relative;
}

section {
  width: 580px;
}

aside {
  width: 300px;
  outline-style: solid;
  outline-color: #16325a;
  outline-width: 3px;
  position: relative;
}

/* Start of Nav */

nav {
  float: right;
  position: absolute;
  color: #ffffff;
  top: 80px;
  left: 450px;
  word-spacing: 20px;
}

nav a {
  background-color: #ffffff;
  color: #16325a;
  font-size: 20px;
}

nav li {
  display: inline;
  background-color: #ffffff;
  font-size: 16px;
}

nav ul {
  text-decoration: none;
  float: right;
}

nav a:hover {
  background-color: #16325a;
  color: #ffffff;
}

/* Start of the Footer */

footer {
  background-color: #16325a;
  width: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer h3 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Source Serif 4', sans-serif;
}

footer p {
  font-size: 16px;
  color: #ffffff;
  opacity: 70%;
  }

#footer-right {
  vertical-align: middle;
  float: right;
}

#footer-left {
  vertical-align: middle;
  float: left;
}

#footer-right h3 {
  text-align: right;
  font-family: 'Source Serif 4', sans-serif;
}

#footer-left p {
  text-align: left;
}

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

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

/* Start of the Main Body */

#shop-content {
  background-color: #f4f3f0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  column-count: 3;
  column-width: 300px;
}

#wrapper-shop {
background-color: #f4f3f0;
padding-top: 70px;
padding-bottom: 100px;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
justify-content: center;
}

#wrapper-white {
background-color: #ffffff;
display: flex;
padding-top: 75px;
padding-left: 115px;
padding-right: 75px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#wrapper-white p {
  text-align: left;
}

#color-bar {
background-color: #a32973;
text-align: center;
color: #ffffff;
height: 30px;
padding-top: 15px;
width: 100%
}

/* Head Content */

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


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

.book-details {
  outline-style: solid;
  outline-offset: 10px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 100px;
  font-size: 22pt;
  text-overflow: clip;
  clear: both;
  display: inline-block;
  white-space: nowrap;
}
