.header {
  background-color: #000000;
  margin: 0;
  z-index: 2;
}

.content {
  animation: fade-down 0.6s;
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

body {
  background-color: #000000;
  font-family: sans-serif;
  margin: auto;
  width: 1500px;
}

.background {
  background-color: #000000;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

.navbar {
  position: absolute;
  border-radius: 2px;
  left: 0;
  bottom: 200px;
  z-index: 2;
}

.navbar a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 30px;
  text-decoration: none;
  text-shadow: 3px 3px 5px #000000;
  font-family: "Franklin Gothic Heavy", "Arial Narrow", Arial, sans-serif;
  animation: fade-down 0.6s;
}

.navbar a:hover {
  color: gray;
}

.IE_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10%;
  animation: fade-down 0.6s;
}

.container {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}

.box_featured {
  background-color: #737272;
  position: relative;
  width: 1500px;
  height: 500px;
  z-index: 1;
  margin-top: -200px;
}

.chair {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 70%;
  z-index: 3;
  margin-top: -600px;
  margin-right: -150px;
  animation: fade-down 0.6s;
}

.featured_cover{
  position: absolute;
  top: 65px;
  left: 20px;
  width: 18.5%;
  z-index: 3;
  animation: fade-down 0.6s;
}

.featured_paragraph {
  color: white;
  position: absolute;
  max-width: 450px;
  top: 100px;
  left: 350px;
  animation: fade-down 0.6s;
  z-index: 4;
}

.featured_text {
  color: white;
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 18.5px;
  text-shadow: 3px 3px 5px #000000;
  font-family: "Franklin Gothic Heavy", "Arial Narrow", Arial, sans-serif;
  z-index: 3;
  animation: fade-down 0.6s;
}

.featured_title {
  color: white;
  position: absolute;
  top: 30px;
  left: 345px;
  font-size: 20px;
  animation: fade-down 0.6s;
}

.featured_button {
  background-color: darkgray; /* Green */
  position: absolute;
  border: none;
  color: white;
  top: 300px;
  left: 350px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  animation: fade-down 0.6s;
}

.books{
  position: relative;
  background-color: #e6e5e5;
  width: 1500px;
  height: 600px;
  z-index: 0;
  margin-top: -27px;

}

.books h1 {
  color: #000000;
  text-align: left;
  font-size: 40px;
  font-family: "Franklin Gothic Heavy", "Arial Narrow", Arial, sans-serif;
  padding-left: 20px;
  padding-top: 20px;
}

.books_row::after {
  position: relative;
  display: inline-grid;
  content: "";
  clear: both;
  z-index: 1;

}

.books_column {
  float: left;
  width: 18.5%;
  padding-left: 50px;
  padding-right: 45px;
  padding-top: 15px;
  animation: fade-down 0.6s;
}

.books_column p {
  color: #000000;
  text-align: center;
  font-size: 18.5px;
  font-family: "Franklin Gothic Heavy", "Arial Narrow", Arial, sans-serif;
}

.footer {
  position: relative;
  background-color: #737272;
  width: 1500px;
  height: 90px;
  margin-top: -25px;
}

.footer p {
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 25px  ;
}

.x_logo {
  position: absolute;
  top: 40px;
  left: 650px;
  width: 40px;
}

.tumblr_logo {
  position: absolute;
  top: 40px;
  left: 700px;
  width: 40px;
}

.blueSky_logo {
  position: absolute;
  top: 40px;
  left: 750px;
  width: 40px;
}

.mastodon_logo {
  position: absolute;
  top: 40px;
  left: 800px;
  width: 35px;
}

dialog {
  background-image: url("../img/Textures/GKA-5NCXIAAtcmM.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 1000px;
  height: 700px;
  animation: fade-down 0.6s;
}

dialog img {
  position: absolute;
  width: 45%;
  top: 15px;
}

dialog h2 {
  position: absolute;
  text-align: center;
  width: 450px;
  top: 25px;
  right: 50px;
  font-size: 40px;
}

dialog h3 {
  position: absolute;
  text-align: center;
  width: 200px;
  top: 365px;
  right: 175px;
}

dialog p {
  position: absolute;
  text-align: center;
  width: 350px;
  top: 100px;
  left: 580px;
}

.close {
  position: absolute;
  right: 10px;
  font-size: 18.5px;
}

.Tapas_button{
  position: absolute;
  top: 400px;
  right: 200px;
  width: 25%;
}

dialog hr {
  display: block;
  border-color: black;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

dialog::backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(0,0,0,0.5);
}
