body {
  background-color: #000;
  font-size: 18px;
}

@media (max-width: 800px) {
  div.navbarLabel {
    display: none;
  }
}

div.navHeader {
  background-color: #fff;
}

#container {
  display: flex;
  position: fixed;
  top: 72px;
  left: 0;
  flex-direction: column;
  height: calc(100% - 72px);
  width: 100%;
  justify-content: space-between;
}


#issueList {
  font-family: "AktivGrotesk", sans-serif;
  min-height: 5em;
  flex: 1;
  width: calc(100% - 82px);
  padding-top: 50px;
  padding-left: 60px;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  align-items: center;
  gap: 50px;
}

div.issueDiv {
  scroll-snap-align: center;
}

img.issueImg {
  width: 320px; /* original 660 */
}

p.issueDate {
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.01111rem */
  color:  #fff;
  text-transform        : lowercase;
}

#footer {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-bottom: 8px;
}

div.footInfo {
  font-family: "AktivGrotesk", sans-serif;
  display: flex;
  color:  #fff;
  background-color: #000;

  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.00533rem;
}

div.footInfo a {
  text-decoration: none;
  color: #fff;
}
