* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #9CC8BE;
}

.banner {
    font-size: 1.4em;
    color: #000; 
    text-align: center;
    margin: 40px 0; 
    padding: 25px;
}

/*navbar styles*/
a:link {
    color:#fff;
    text-decoration: none;
    padding: 10px 25px;
}

a:visited {
    color: #9CC8BE;
}

a:hover {
    color: #333;
    background-color: #9CC8BE;
    border-radius: 15px;
}

a:active {
    color: #9CC8BE;
}

#current {
    color: #000;
    background-color: #e3dac9;
    border-radius: 15px;
}

.navbar ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 40px;
    background-color: #333;
}

  .navbar li {
    font-size: 1.1em;
    text-decoration: none;
  }
/*Header Image styles*/
.feature-img {
    background-image: url("images/Bookshelf.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 30px 0px;
    width: 100%;
    border: 1px solid #333;
}


/*heading styles*/
h1 {
    font-size: 150px;
    color: #fff;
    text-shadow: 8px 4px 0px #000;
    padding-left: 25px;
    margin: 50px 15px;
}

h2 {
    font-size: 1.6em;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
}

h3 {
   font-size: 1.7em; 
   text-align: center;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 1.9em;
    font-weight: bold;
    padding: 40px;
    text-align: center;
}

/*Shopping Cart styles*/
.shopping-cart {
    display: flex;
    justify-content: center;
    margin: 20px; 
    padding: 20px;
}
.shopping-cart .button {
    background-color: #9CC8BE;
    border: none;
  }

/*Series Spotlight styles*/
.spotlight {
    background-color: #e3dac9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
}

.spotlight p {
    padding: 0px 60px;
}

.featured-books {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 100px);
    padding: 40px;
    background-color: #e3dac9;
    gap: 10px;
}

.featured-books h4, h5 {
    margin-left: 0px;
}

.featured-books button {
    background-color: #e3dac9;
    padding: 4px;
    border: 1px solid black;
    border-radius: 5px;
}

.book {
    padding: 10px 20px;
    width: 20%;
}

  /*Book Slideshow styles*/
.slideshow {
    justify-content: center;
    align-self: flex-start;
    padding: 20px 30px;
}

.slideshow .button {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, #ffffff 0%, #9CC8BE 100%);
    border: 1px solid #ccc;
    text-align: center;
}

/*Product Page table styles*/
table {
    background-color: #f2f0e7;
    width: 75%;
    margin: 0 auto; 
    padding: 20px;
    border: 1px solid black;
}

td {
    padding: 20px;
} 

/*footer styles*/
.footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    background-color: #333;
    padding: 25px 0px;
    background-image: url("images/harbour.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #333;
}

.footer-nav ul {
    list-style-type: none;
    background-color: #333;
    line-height: 2.3;
    margin-left: -60px;
}

#payments {
    padding-left: 10px;
}

.contact-us {
    color: #fff;
    background-color: #333;
}

.contact-us ul {
    padding-left: 10px;
}

.contact-us h4, ul{  
    list-style-type: none;
}

/*Popup Window styles*/
.popup-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.popup-menu p {
    text-align: center;
}

/*Checkout styles*/
.checkout-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url("images/Bookshelf5.jpg");
    background-repeat: repeat-x;
}

.checkout-header h1 {
    margin: 0px;
}

.checkout-header button {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid black;
}

.checkout-header a {
    border: 1px solid black;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
}

.items-ordered {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px;
}

.items-ordered img {
    margin: 25px 0px;
}

.order-summary {
    display: flex;
    justify-content: space-around;
    padding: 25px;
    line-height: 1.5;
}

.container {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}


/* possibly for checkout page */
.shipping-address {
    padding: 25px;
    line-height: 1.5;
}

.payment-method {
    padding: 25px;
    line-height: 1.5;
}

/*Login page styles*/
.login-form {
    text-align: center;
    padding: 25px;
}

.login-form input {
    margin: 20px 0px;
    padding: 7px;
}

#errorMessage {
    text-align: center;
}

/*Checkout (Form) Page styles*/
#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
}

.fieldset {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 50px;
}

#content button {
    margin: 25px;
    padding: 15px;
    border-radius: 6px;
    border: 3px solid #333
}

.required p {
    text-align: center;
}

#confirmed p {
    text-align: center;
    padding: 25px;
}

#confirmed h4 {
    text-align: center;
}