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

body {
    font-family: 'Lato', sans-serif;
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    background-color: #fff;
    border-width: 1px;
    border-style:solid;
    border-color: black;
}

h1, h2, h3 {
    font-family: 'Goudy Bookletter 1911', serif;
}

#header-content {
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    padding: 10px 180px;
    border-style:solid;
    width: 960px; 

}


#color-bar {
    background-color: #a32973;
    color: white;
    text-align: center; 
    font-size: 22px;
    padding: 8px;
    margin-bottom: 55px;
}

#banner {
    /*background-image: ("images/home-banner.jpg");*/
    width:100%;
    height: 529px;
    background-image: url(images/home-banner.jpg);
    background-position: 0px
    background-repeat: no-repeat;
}

nav {
    padding: 95px;
    font-weight: bold; 
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 80px;
    right: 0;
    width: 1250px;
    height: 100px;
}

nav a {
    text-decoration: none;
}
nav a:hover {
    background-color: #16325a;
    padding: 10px;
    color: white; 
  }

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

div section h1 {
    font-size: 36px;
    color:#a32973; 
    margin-bottom: 15px;
    text-transform: uppercase;
}

#wrapper-white {
    margin-bottom: 50px;
    display: flex;
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    margin-bottom: 180px;
    padding: 10px 180px;
    width: 960px;
}

div section h1 p {
    font-size: 16px;
    padding: 20px;
}

.book-details{
    text-align: center;
    padding: 20px;
    background-color: white;
    border: 3px solid #16325a;
    position: right; width: 300px; padding-left: 30px;
    margin-left: 40px;
}

div p {
    line-height: 22px;   /* within paragraph */
    margin-bottom: 30px; /* between paragraphs */
    }

div h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

aside {
    font-size: 30px;
    color:#a32973; 
}

aside h2{
    margin-bottom: 30px;
}

ul {
    list-style: none;
  }
  
  li {
    display: inline-block;
    margin-right: 40px; /* add spacing between items */
  }

  #wrapper-shop {
    width: 960px;
    margin: auto; /* Center the wrapper */
    margin-bottom: 10px;
  }
  
  #shop-content {
    display: flex;
    justify-content: space-between;
  }
  
  .shop-box {
    width: 300px;
    text-align: center;
  }
  
  .shop-box img {
    width: 100%;
    height: auto;
  }
  
  .shop-box h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #a32973;
  }
  
  .shop-box p {
    font-size: 14px;
    text-align: center;
  }
  
  .shop-box a {
    display: inline-block;
    margin-top: 0px; /* Adjust as needed for spacing */
    margin-bottom: 110px;
    text-decoration: none;
    background-color: #a32973;
    color: #fff;
    padding: 5px 10px;
  }
  
  .shop-box a:hover {
    background-color: #555;
  }

  footer {
    background-color: #16325a;
    color: white;
    padding: 20px 0;
}

/* Center the content within the footer */
#footer-content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

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

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

/* Styling for headings in the footer */
footer div h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}

/* Styling for paragraph text in the footer */
footer div p {
    font-size: 16px;
    color: white;
    opacity: 0.7;
}