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

@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');

/* font-family: 'Goudy Bookletter 1911', serif;
font-family: 'Lato', sans-serif; */

body {
    width: 100%;
    background-color: #fff;
}

header {
    width: 100%;
    background-color: #fff;
    font-family: 'Goudy Bookletter 1911', serif;
}

#header-content {
    width: 960px;
    margin: 10px auto;
    display: relative;
}

#header-content li {
    display: inline;
}

nav {
    position: absolute;
    top: 120px;
    right: 275px;
}

nav a{
    background-color:#fff;
    text-decoration: none;
    font-size: 20px;
    color: #16325a;
    margin: 15px;
    padding: 10px 15px;
}

a:hover {
    background-color: #16325a;
    color: #fff;
}

a:active {
    background-color: #16325a;
    color: #fff;
}


#banner {
    background-image: url("./images/home-banner.jpg");
    height: 440px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#color-bar {
    background-color: #a32973;
    color: #fff;
    height: 50px;
    padding-top: 20px;
    text-align: center;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 25px;
    letter-spacing: 1px;
}


#wrapper-white {
    background-color: #fff;
    width: 960px;
    margin: 75px auto;
    display: flex;
}

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

#wrapper-white p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

section {
    text-align: left;
    width: 580px;
    line-height: 1.6;
    margin-right: 40px;
}

.book-details {
    border: #16325a solid 3px;
    padding: 15px 30px 45px 30px;
    width: 300px;
    text-align: center;
}

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


#wrapper-shop {
    background-color: #f4f3f0;
    width: 100%;
    height: 350px;
    padding: 70px 0 70px 0;
}

#shop-content {
    width: 960px;
    display: flex;
    margin: auto;
    line-height: 1.6;
    text-align: center;
}

#shop-content h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #a32973;
    font-family: 'Goudy Bookletter 1911', serif;
}

#shop-content p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
}

.shop-box {
    width: 300px;
    margin: 10px 10px;
}

#shop-content a {
    background-color:#a32973;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
}


footer {
    width: 100%;
    background-color: #16325a;
    color: #fff;
}

#footer-content {
    width: 960px;
    margin: auto;
    display: flex;
    padding: 25px 0px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.6;
}

#footer-content h3 {
    text-transform: uppercase;
    font-family: 'Goudy Bookletter 1911', serif;
}

#footer-content p {
    opacity: 0.7;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
}

#footer-left {
    width: 480px;
    justify-content: left;
    text-align: left;
}

#footer-right {
    width: 480px;
    justify-content: right;
    text-align: right;
}