body {
  background-color: black;
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
}
body #header {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 6vh;
  background-color: black;
  margin: 0;
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed white;
  top: 0;
  padding: 0;
  top: 0;
  left: 0;
  text-align: center;
}
body #header a {
  text-decoration: none;
}
body #header a h1 {
  width: -moz-fit-content;
  width: fit-content;
}
body #header h1 {
  color: white;
  line-height: 100%;
  display: inline;
  width: 80vw;
}
body #main {
  position: relative;
  top: 20vh;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  margin: 0;
  position: relative;
}
body #main #intro {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 30vh;
}
body #main #intro p {
  color: white;
  text-align: center;
  width: 50vw;
  font-size: 2em;
}
body #main #art {
  width: 99vw;
  height: -moz-fit-content;
  height: fit-content;
}
body #main #art #grid {
  display: grid;
  grid-template-columns: repeat(10, 9.8vw);
  grid-template-rows: repeat(25, 10vh);
  gap: 5px;
}
body #main #art #grid img {
  width: 100%;
  height: 100%;
}
body #main #art #grid img:hover {
  cursor: pointer;
}
body #main #art #grid img:nth-of-type(1) {
  grid-row-start: 1;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 3;
}
body #main #art #grid img:nth-of-type(2) {
  grid-row-start: 2;
  grid-row-end: 8;
  grid-column-start: 3;
  grid-column-end: 5;
}
body #main #art #grid img:nth-of-type(3) {
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 7;
  grid-column-end: 10;
}
body #main #art #grid img:nth-of-type(4) {
  grid-row-start: 7;
  grid-row-end: 13;
  grid-column-start: 1;
  grid-column-end: 3;
}
body #main #art #grid img:nth-of-type(5) {
  grid-row-start: 2;
  grid-row-end: 6;
  grid-column-start: 5;
  grid-column-end: 7;
}
body #main #art #grid img:nth-of-type(6) {
  grid-row-start: 8;
  grid-row-end: 14;
  grid-column-start: 4;
  grid-column-end: 7;
}
body #main #art #grid img:nth-of-type(7) {
  grid-row-start: 13;
  grid-row-end: 19;
  grid-column-start: 1;
  grid-column-end: 4;
}
body #main #art #grid img:nth-of-type(8) {
  grid-row-start: 9;
  grid-row-end: 15;
  grid-column-start: 7;
  grid-column-end: 10;
}
body #main #art #grid img:nth-of-type(9) {
  grid-row-start: 15;
  grid-row-end: 21;
  grid-column-start: 4;
  grid-column-end: 8;
}
body #main #footer {
  width: 100vw;
  height: 10vh;
  max-height: 60px;
  position: relative;
  bottom: -10vh;
  margin-top: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px dashed white;
}
body #main #footer a {
  text-decoration: none;
  color: white;
  outline: white solid 2px;
  text-align: center;
  line-height: 1em;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1% 5% 1% 5%;
}
body #main #footer a:hover {
  background-color: rgba(65, 65, 65, 0.5);
}
body #full_screen {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  top: 0;
  z-index: 2;
}
body #full_screen img {
  height: 90%;
  width: auto;
  max-width: 80%;
}
body #full_screen button {
  height: 100px;
  width: 30px;
  border: none;
  border-radius: 10px;
  font-size: 1.2em;
}
body #full_screen button:hover {
  cursor: pointer;
}
body #full_screen .close {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  border: none;
  top: 20px;
  right: 30px;
}

@media screen and (max-width: 500px) {
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main #intro {
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.5em;
  }
  body #main #art {
    margin-top: 100px;
    width: 99vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #art #grid {
    grid-template-columns: repeat(1, 100vw);
    grid-template-rows: repeat(1, 80vh);
    gap: 5px;
  }
  body #main #art #grid img {
    width: 100%;
    height: 100%;
  }
  body #main #art #grid img:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(2) {
    grid-row-start: 12;
    grid-row-end: 13;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(3) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(4) {
    grid-row-start: 10;
    grid-row-end: 11;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(5) {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(6) {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(7) {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(8) {
    grid-row-start: 8;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(9) {
    grid-row-start: 9;
    grid-row-end: 10;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(10) {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(11) {
    grid-row-start: 11;
    grid-row-end: 12;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(12) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(13) {
    grid-row-start: 13;
    grid-row-end: 14;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #full_screen img {
    height: auto;
    width: 80%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1030px) {
  body #header {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    margin-bottom: 10px;
    width: 100vw;
    height: fit-content;
    min-height: 6vh;
    background-color: black;
    margin: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed white;
    top: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
  }
  body #header a {
    text-decoration: none;
  }
  body #header a h1 {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header h1 {
    color: white;
    line-height: 100%;
    display: inline;
    width: 80vw;
  }
  body #header a {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #header a h1 {
    font-size: 1.2em;
  }
  body #header h1 {
    width: 65vw;
    font-size: 1.5em;
  }
  body #main #intro {
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #intro p {
    width: 90vw;
    font-size: 1.5em;
  }
  body #main #art {
    margin-top: 100px;
    width: 99vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #main #art #grid {
    grid-template-columns: repeat(1, 100vw);
    grid-template-rows: repeat(1, 80vh);
    gap: 5px;
  }
  body #main #art #grid img {
    width: 100%;
    height: 100%;
  }
  body #main #art #grid img:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(2) {
    grid-row-start: 12;
    grid-row-end: 13;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(3) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(4) {
    grid-row-start: 10;
    grid-row-end: 11;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(5) {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(6) {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(7) {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(8) {
    grid-row-start: 8;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(9) {
    grid-row-start: 9;
    grid-row-end: 10;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(10) {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(11) {
    grid-row-start: 11;
    grid-row-end: 12;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(12) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(13) {
    grid-row-start: 13;
    grid-row-end: 14;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #footer {
    width: 100vw;
    height: 10vh;
    max-height: 60px;
    position: relative;
    bottom: -10vh;
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed white;
  }
  body #main #footer a {
    text-decoration: none;
    color: white;
    outline: white solid 2px;
    text-align: center;
    line-height: 1em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1% 5% 1% 5%;
  }
  body #main #footer a:hover {
    background-color: rgba(65, 65, 65, 0.5);
  }
  body #main #footer {
    height: 10vh;
    margin-top: 10vh;
    justify-content: space-evenly;
  }
  body #main #footer a {
    width: 20vw;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1em;
    font-size: 0.7em;
    padding: 2%;
  }
  body #full_screen img {
    height: auto;
    width: 80%;
  }
  body #header {
    height: 13vh;
    max-height: 60px;
  }
  body #main {
    top: 100px;
  }
  body #main #art #grid {
    justify-content: center;
    grid-template-columns: repeat(1, 70%);
    grid-template-rows: repeat(1, auto);
  }
  body #main #art #grid img:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(2) {
    grid-row-start: 12;
    grid-row-end: 13;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(3) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(4) {
    grid-row-start: 10;
    grid-row-end: 11;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(5) {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(6) {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(7) {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(8) {
    grid-row-start: 8;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #art #grid img:nth-of-type(9) {
    grid-row-start: 9;
    grid-row-end: 10;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  body #main #footer a {
    line-height: 1em;
  }
  body #full_screen img {
    height: auto;
    width: auto;
    max-height: 100vh;
  }
}/*# sourceMappingURL=index.css.map */