@font-face {
  font-family: 'AUTHENTIC Untitled';
  src: url('fonts/AUTHENTICUntitled-RegularTRIAL.woff') format('woff'),
      url('fonts/AUTHENTICUntitled-RegularTRIAL.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.topnav {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.topnav .label {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.topnav .label:nth-child(4n) {
  margin-right: 0;
}

.topnav .label a {
  font-size: 2.7vw;
  color: #000000;
  font-family: 'AUTHENTIC Untitled';
  padding: 14px 16px;
  text-decoration: none;
  align-items: center;
}

.topnav .label p {
  font-size: 1rem;
  color: #000000;
  font-family: 'AUTHENTIC Untitled';
}

.topnav .label a:hover {
    color: S;
  }

.content {
  background-color: #ddd;
  padding: 10px;
  height: 200px;
}

.h1-title {
  text-align: center;
  font-size: 1.7em;
  font-weight: 500;
  margin: 40px 0;
  font-family: 'AUTHENTIC Untitled';
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.column {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;

}

.column a {
  height: 300px;
}

.column .pic {
  position: relative;
  width: calc(100% / 3);
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.column .pic:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}

.column .fanzine {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.column .fanzine:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}

.column .pic img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.column .pic img:hover {
  filter: grayscale(0);
}

.column .fanzine img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}

.column .fanzine img:hover {
  filter: grayscale(0);
}

.subtitle {
  text-align: center;
  font-size: 1.1em;
  font-family: 'AUTHENTIC Untitled';
  margin: 20px 0;
}

.subtitle a {
  color: #000000;
  text-decoration: none;
}

.subtitle a:hover {
  text-decoration: underline;
  background-color: yellow;
}

.footer {
  background-color: white;
  padding: 10px;
  font-family: 'AUTHENTIC Untitled';
  text-align: center;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 960px) {
  
}

@media only screen and (max-width: 480px) {
  
}