@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Goudy+Bookletter+1911&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */

header {
    background-color: #fff;
}

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

nav {
    position: absolute;
    top: 120px;
    left: 1000px;
    text-align: center;
}

nav a {
    text-decoration: none;
    font-family: "Lato";
    color: #16325a;
}

header a:hover {
    color: #fff;
    border: 2px solid #16325a;
    background-color: #16325a;
}

ul li {
    display: inline-block;
    margin-right: 15px;
}

#banner {
    background-image: url("images/home-banner.jpg");
    background-size: cover;
    background-position: center;
    height: 300px; /* Set a reasonable height */
    width: 100%;
    margin-top: 10px;
}

#color-bar {
    background-color: #a32973;
    padding-top: 5px;
    padding-bottom: 5px;
}

#color-bar h3 {
    color: #fff;
    font-size: 20px;
    font-family: "Goudy Bookletter 1911";
    text-align: center;
}

#wrapper-white {
    width: 960px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

#wrapper-white h1 {
    color:#a32973;
    font-size: 36px;
    font-family: "Goudy Bookletter 1911";
}

#wrapper-white section {
    width: 580px;
    font-size: 16px;
    font-family: "Goudy Bookletter 1911";
    line-height: 1.5;
}

#wrapper-white section p {
    margin-bottom: 20px;
}

#wrapper-white aside h2 {
    color:#a32973;
    font-size: 36px;
    font-family: "Goudy Bookletter 1911";
    padding-bottom: 10px;
}

.book-details {
    width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #16325a;
    padding: 10px;
    text-align: center;
    float: right;
}

#wrapper-shop {
    background-color: #f4f3f0;
}

#shop-content {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.shop-box {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.shop-box h3 {
    font-family: "Goudy Bookletter 1911";
    font-size: 28px;
    color: #a32973;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shop-box p {
    font-family: "Goudy Bookletter 1911";
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}

.shop-box a {
    text-decoration: none;
    font-family: "Goudy Bookletter 1911";
    font-size: 14px;
    color: #fff;
    border: 2px solid #a32973;
    background-color: #a32973;
    padding: 2px;
}

footer {
    background-color: #16325a;
}

#footer-content {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#footer-left {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    size: 16px;
    line-height: 1.5;
}

#footer-left h3 {
    text-transform: uppercase;
}

#footer-left p{
    opacity: 70%;
    padding-bottom: 10px;
}

#footer-right {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    size: 16px;
    line-height: 1.5;
}

#footer-right h3 {
    text-transform: uppercase;
}

#footer-right p{
    opacity: 70%;
    padding-bottom: 10px;
}