
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}


html {
  font-family: "Helvetica Neue", Helvetica, sans;
  font-weight: 500;
  overflow-x: hidden;
}

p, dl {
  line-height: 120%;
  letter-spacing: 0.3px;
}

dl {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 11px;
https://gta5.photography/artworks
}

.artwork-info dl {
  margin-top: 5px !important;
}

.artwork-info dl  a{
  color: black;
  color: rgb(50,50,50)
}

p a {
  color: rgb(50,50,50);
  text-decoration: underline;
}

a {
  color: rgb(50,50,50);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  color: black;
  overflow-x: hidden;

}



li {
  list-style: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  padding: 1rem;
  background: white;
  z-index: 100 !important;

}

.header a {
  text-decoration: none;
  color: black;
}

.logo {
  font-weight: bold;
}

.logo {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  color: rgb(0,0,0) !important;
}

.menu ul {
  list-style: none;
  display: flex;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  
}

.menu ul li + li {
  margin-left: 1rem;
}

.main {
  flex-grow: 1;
  margin-bottom: 3rem;
  padding-top: 4rem;

}

.main h1 {
  margin-bottom: 1rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(0,0,0) !important;
}

.main h1  em {
  font-style: italic; 
}

.manuals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.manuals img{
  width: 100%;
  margin-bottom: .5rem;
  filter: grayscale(100%);
}

.tours {
  padding: 0 20%;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  list-style: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 14px;
}
.tours img{
  width: 100%;
  margin-bottom: .5rem;
}

.interviews {
  display: list-item;
  list-style: none;
  max-width:100%;
  padding: 0 20%;
}
.interviews h1{
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.interviews img{
  width: 100%;
  margin-bottom: 1rem;
}

.essays {
  display: list-item;
  list-style: none;
  max-width:100%;
  padding: 0 20%;
}
.essays h1{
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.essays img{
  width: 100%;
  margin-bottom: 1rem;
}


.artworks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.manuals img, .artworks img{
  width: 100%;
  margin-bottom: 5px;

}

.artworks figcaption, .manuals figcaption{
  font-size: 14px;
}


img {
  border-radius: 5px;
}

@media screen  and (max-width: 768px)  {
  .artworks {
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
  }
  .manuals {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
  }
  .tours {
    padding: 0 0%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    list-style: none;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tours img{
    width: 100%;
    margin-bottom: .5rem;
  }
  .interviews {
    display: list-item;
    list-style: none;
    max-width:100%;
    padding: 0 0%;
  }

  .essays {
  display: list-item;
  list-style: none;
  max-width:100%;
  padding: 0 0%;
}
  .essays img{
  width: 100%;
  margin-bottom: 1rem;
  }

  .header {
    display: block;
  }

  .menu {
    margin-top: 0.15rem;
    opacity: 0.4;
  }
  
  .menu ul li {
    margin-left: 0px !important;
    margin-right: 15px !important;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}

.pagination span {
  color: #999;
}

.filter {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.filter a {
  padding: .5rem 1rem;
  background: #000;
  color: #fff;
  margin-right: .5rem;
  border-radius: 3px;
  text-decoration: none;
}
.filter a[aria-current] {
  background: blue;
}


.filter {
  display: none;
}

figcaption {
  margin-bottom: 1rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  color: rgb(20, 20, 20) !important;
}

figcaption em {
  font-style: italic; 
}