footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: maroon;
  height: auto;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: black;
  text-align: center;
}

.navbar {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: black;
}

.btn-color {
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  background-color: white;
  color: maroon;
  border: 1px solid rgb(0, 0, 12, 0.8);
}

.btn-search {
  background-color: maroon;
  color: white;
  border: 1px solid rgb(0, 0, 12, 0.8);
}

.btn-search:hover {
  background-color: white;
  color: maroon;
  border: 1px solid rgb(0, 0, 12, 0.8);
}

.btn-modal {
  margin-top: 4px;
  margin-bottom: 10px;
  background-color: maroon;
  color: white;
  border: 1px solid rgb(0, 0, 12, 0.8);
}

.btn-modal:hover {
  background-color: white;
  color: maroon;
}

.search-modal {
  background-color: rgb(224, 167, 24);
  color: white;
}

.container {
  margin-top: 12px;
  background-color: rgb(224, 167, 24);
  text-align: center;
  border: 2px solid black;
  box-shadow: 0 40px 60px 0 rgba(15, 15, 15, 0.4);
}

.jumbotron {
  text-align: center;
  background-color: maroon;
  color: white;
}

.searchIcon {
  margin: 5px 15px;
  color: maroon;
}

.navbarColor {
  background-color: maroon;
}

body {
  height: auto;
  background-image: url("././images/Movie_background_image.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}

#books {
  border-radius: 2px;
}

.btn-color:hover {
  background-color: rgb(128, 0, 0);
  color: white;
  border: 1px solid white;
}

.btn-color:active {
  background-color: rgb(90, 0, 0);
}

.btn:active {
  -webkit-box-shadow: inset 0px 0px 5px black;
  -moz-box-shadow: inset 0px 0px 5px black;
  box-shadow: inset 0px 0px 5px black;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
}

.animate__animated.animate__bounce {
  --animate-duration: 4s;
}

.sub-menu {
  background-color: white !important;
}
