@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
* {
  box-sizing: border-box;
  font-family: "Poppins", "Verdana", "Geneva", "Tahoma", "sans-serif";
}

html, body {
  margin: 0;
  padding: 0;
  background-color: snow;
}

.content {
  width: 70%;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  width: 70%;
  border-bottom-style: double;
  border-color: black;
  background-color: mintcream;
}

.topcontainer {
  max-width: 1280px;
  margin: auto;
  min-height: auto;
}

.logobar {
  padding: 20px;
  text-align: center;
}

.logo {
  color: black;
  font-weight: 700;
  font-size: 60px;
  text-decoration: none;
}

.logo:hover {
  color: red;
}

span {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: blue;
}

.navbar {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  min-height: 70px;
}

.navbar a {
  color: black;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 16px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.subnav .subnavbtn {
  font-size: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: black;
  color: mintcream;
}

.covers {
  width: 100%;
  height: 578px;
  margin-top: 190px;
  border-left-style: groove;
  border-right-style: groove;
  border-left-color: black;
  border-right-color: black;
  border-width: 1px;
  padding-top: 39px;
  padding-left: 20px;
}

.covers img {
  display: block;
  float: left;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
}

.covers p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.author {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.author a {
  text-decoration: none;
  color: darkcyan;
}

.author a:hover {
  color: red;
  font-size: 30px;
  font-style: italic;
}

.year {
  font-size: 20px;
}

.year a {
  color: black;
}

.year a:hover {
  color: red;
}

.publisher {
  font-size: 20px;
  text-decoration: none;
}

.publisher a {
  text-decoration: none;
  border-style: solid;
  padding: 0.1em 1em 0.1em 1em;
  border-radius: 1em;
  border-color: black;
  background-color: gold;
  color: black;
}

.publisher a:hover {
  border-color: black;
  background-color: black;
  color: gold;
}

.bookname {
  font-family: "Ubuntu";
  padding-left: 0em;
  text-align: left;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  color: blue;
}

.mainfooter {
  min-height: 150px;
  background-color: mintcream;
  border-top-style: double;
  border-color: black;
  padding: 5px;
}

.footlist li {
  display: inline-block;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 190px;
  font-size: 18px;
  font-weight: 700;
}

li a {
  text-decoration: none;
  color: black;
  font-style: italic;
  list-style-type: none;
}

li a:hover {
  color: blue;
  text-decoration: overline;
}

@media screen and (max-width: 600px) {
  .content {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .topcontainer {
    max-width: 50%;
  }
  .logobar {
    padding: 3px;
    text-align: center;
  }
  .logo {
    font-size: 15px;
  }
  span {
    font-size: 10px;
  }
  .navbar {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    min-height: 70px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 5px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 10px;
    font-weight: 600;
    padding: 5px 5px;
  }
  .covers {
    width: 100%;
    min-height: 578px;
    margin-top: 100px;
    border-width: 1px;
    padding-top: 39px;
    padding-left: 20px;
  }
  .covers img {
    margin-top: 10px;
    max-height: 200px;
  }
  .author {
    font-size: 12px;
    font-weight: 600;
  }
  .year {
    font-size: 10px;
    font-weight: 600;
  }
  .publisher {
    font-size: 10px;
  }
  .bookname {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }
  .mainfooter {
    min-height: 50px;
    padding: 5px;
  }
  .footlist li {
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 90px;
    font-size: 10px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1280px) {
  .content {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .topcontainer {
    max-width: 50%;
  }
  .logobar {
    padding: 3px;
    text-align: center;
  }
  .logo {
    font-size: 20px;
  }
  span {
    font-size: 12px;
  }
  .navbar {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    min-height: 30px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 5px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 10px;
    font-weight: 600;
    padding: 5px 5px;
  }
  .covers {
    width: 100%;
    min-height: 578px;
    margin-top: 100px;
    border-width: 1px;
    padding-top: 39px;
    padding-left: 20px;
  }
  .covers img {
    margin-top: 10px;
    max-height: 300px;
  }
  .author {
    font-size: 12px;
    font-weight: 600;
  }
  .year {
    font-size: 10px;
    font-weight: 600;
  }
  .publisher {
    font-size: 10px;
  }
  .bookname {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }
  .mainfooter {
    min-height: 30px;
    padding: 5px;
  }
  .footlist li {
    padding-top: 4px;
    padding-left: 80px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 700;
  }
}/*# sourceMappingURL=bookpages.css.map */