.publications-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 200px 1fr;
}

.custom-padding {
  width: 50px;
  height: 30px;
}

.pubs-outer-box {
  display: grid;
  grid-template-rows: 50px 1fr;
  width: 90%;
}

.pubs-box {
  width: 100%;
  border: 1px solid white;
  background-color: rgb(66, 66, 66, 0.8);
}

.pub-tab {
  display: inline-block;
  background: none;
  border: 1px solid white;
  color: white;
  height: 50px;
  width: 170px;
  font-size: 18px;
  font-family: "PT Serif", serif;
}

.pub-tab:hover {
  cursor: pointer;
}
.pub-art-list li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pub-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.pub-art-list {
  list-style: none;
  padding: 0px 20px;
  font-family: "PT Serif", serif;
}
.tab-active {
  background-color: rgb(66, 66, 66);
}
.pub-art-list img {
  width: 17px;
}
.pub-art-list a {
  color: rgb(184, 180, 255, 0.7);
  font-family: "PT Serif", serif;
}
.pub-art-list a:hover {
  color: rgba(184, 180, 255);
}
#authors {
  font-family: "PT Serif", serif;
  font-weight: 100;
  text-align: center;
  margin-top: 20px;
  padding: 0px 20px;
}

#book-title {
  font-family: "PT Serif", serif;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  padding: 0px 20px;
}

.link-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.link-container a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 100;
  font-size: 18px;
  font-family: "PT Serif", serif;
  text-decoration: none;
}
.link-container a:hover {
  color: rgba(255, 255, 255);
  text-decoration: underline;
}
.link-container img {
  width: 70px;
  margin-left: 20px;
}
#amazon:hover {
  filter: drop-shadow(0 0 10px white);
}
.link-container > img {
  min-width: 80%;
  max-width: 800px;
  margin-bottom: 50px;
}
