/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  text-decoration: none;
}

body {
  background-color: #efefff;
  font-weight: bold;
  font-family: sans-serif;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  background-color: #2E2E80;
  margin-bottom: 20px;
}

#site-title {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  color: #FFFCF0;
}

#external-buttons {
  display: flex;
  justify-content: space-around;
  width: 5%;
  margin-left: 20px;
}

#external-buttons > a {
  text-decoration: none;
  color: #2E2E80;
  background-color: #efefef;
  border-radius: 3px;
  padding: 5px;
}

#external-buttons > a:hover {
  filter: invert(1);
}

#search-container {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  font-weight: 100;
}

#search-text {
  border: 1px solid #2E2E80;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  background-color: #FFFCF0;
}

#date-input {
  border: 1px solid #2E2E80;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 150px;
  height: 36px;
  text-align: center;
}

input[type=date] {
  background-color: #FFFCF0;
  font-size: 1rem;
  font-weight: 100;
  font-family: sans-serif;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input:focus {
  outline-color: #9797F7;
}

.week-of-div {
  transform: translate(10px, 20px);
  text-decoration: underline;
}

#page-description {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #2E2E80;
}

#chart-button-container {
  display: flex;
  justify-content: center;
  height: 20px;
  width: 80%;
  margin: auto;
}

#list-button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#chart-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px;
}

.chart-list-buttons {
  background-color: #FFFCF0;
  border: 1px solid #2E2E80;
  color: #2E2E80;
  width: 100px;
}

.chart-list-buttons:hover {
  background-color: #2E2E80;
  color: #fffcf0;
  cursor: pointer;
}

.clicked {
  color: #2E2E80;
  background-color: #D9C673;
}

#main-and-side-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 95%;
  height: 100%;
}

#side-bar-container {
  height: 30%;
}

#sidebar-title {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: -20px;
  color: #2E2E80;
}

#side-bar {
  display: inline-block;
  height: 100%;
  width: 150px;
  margin-top: 20px;
  margin-right: 20px;
}

.sidebar-buttons {
  display: inline-block;
  min-width: 75px;
  transition: max-width 1s;
  border-radius: 20px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 1rem;
  background-color: #D9C673;
  color: #2E2E80;
}

.sidebar-buttons:hover {
  cursor: pointer;
}

.sidebar-buttons:hover span {
  display: none;
}

#hardcover-fiction-button:hover:before {
  content: "Hardcover Fiction";
}

#paperback-fiction-button:hover:before {
  content: "Paperback Fiction";
}

#hardcover-nonfiction-button:hover:before {
  content: "Hardcover Nonfiction";
}

#paperback-nonfiction-button:hover:before {
  content: "Paperback Nonfiction";
}

#advice-button:hover:before {
  content: "Advice, How-To, and Misc.";
}

#mid-grade-hardcover-button:hover:before {
  content: "Children's Middle Grade Hardcover";
}

#picture-book-button:hover:before {
  content: "Children's Picture Books";
}

#children-series-button:hover:before {
  content: "Children's Series";
}

#ya-hardcover-button:hover:before {
  content: "Young Adult Hardcover";
}

#side-bar button:hover {
  position: relative;
  right: 5px;
  max-width: 300px;
  white-space: nowrap;
  box-shadow: -2px 5px 2px #D9C673;
  z-index: 2;
}

main {
  align-self: flex-start;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 80px;
  vertical-align: top;
  width: 70%;
  height: 55vh;
  display: inline-block;
  overflow: scroll;
  background-color: #FFFCF0;
}

.list-header {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2E2E80;
}

.list-div {
  display: flex;
  align-items: start;
  border-radius: 5px;
  box-shadow: 0px 5px 5px #EFEFFF;
  margin-left: 50px;
  margin-bottom: 10px;
  width: 90%;
  padding: 10px;
}

.image-div {
  margin-left: 10px;
}

.list-image {
  width: 100px;
  border-radius: 5px;
}

.content-div {
  padding-left: 10px;
}

.list-link {
  text-decoration: none;
}

.list-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #2E2E80;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  margin-bottom: 25px;
}

.list-author {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-description {
  font-weight: normal;
  font-style: italic;
  margin-left: 20px;
}

#canvas-container {
  position: absolute;
  top: 1%;
  left: 15%;
  width: 85%;
  height: 80%;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #2E2E80;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #FFFCF0;
}

.hidden {
  visibility: hidden;
}

@media screen and (max-height: 830px) {
  #side-bar button {
    display: inline-block;
    min-width: 75px;
    transition: max-width 1s;
    border-radius: 20px;
    box-shadow: 0px 2px 2px grey;
    padding: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 0.9rem;
  }
}
@media screen and (max-height: 800px) {
  #canvas-container {
    position: absolute;
    top: 1%;
    left: 15%;
    width: 80%;
    height: 70%;
  }
  #side-bar button {
    display: inline-block;
    min-width: 70px;
    transition: max-width 1s;
    border-radius: 20px;
    box-shadow: 0px 2px 2px grey;
    padding: 12px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 0.7rem;
  }
}
@media screen and (max-height: 700px) {
  #canvas-container {
    position: absolute;
    top: 1%;
    left: 15%;
    width: 80%;
    height: 65%;
  }
  #side-bar button {
    display: inline-block;
    min-width: 70px;
    transition: max-width 1s;
    border-radius: 20px;
    box-shadow: 0px 2px 2px grey;
    padding: 11px;
    margin-bottom: 3px;
    font-weight: 900;
    font-size: 0.7rem;
  }
}
@media screen and (max-height: 600px) {
  #canvas-container {
    position: absolute;
    top: 1%;
    left: 15%;
    width: 80%;
    height: 45%;
  }
}
@media screen and (max-height: 530px) {
  #canvas-container {
    position: absolute;
    top: 1%;
    left: 15%;
    width: 80%;
    height: 45%;
  }
}
@media screen and (min-height: 700px) {
  main {
    height: 60vh;
  }
}
