body {
  margin: 0;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  color: black;
  cursor: url(cursor/1.cur), auto;
  font-family: "Times New Roman", Times, serif;
}

header {
  display: flex;
  justify-content: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
}

nav {
  font-weight: 900;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  cursor: url(cursor/14.cur), pointer;
  text-shadow: 0 0 2px #ffffff, 0 0 2px white, 0 0 10px #0d0f8f;
}

.inline-link {
  color: black;
  text-decoration: underline;
}

.inline-link:hover {
  text-shadow: none;
}

.menu-icon {
  width: 2em;
}

.topnav {
  overflow: hidden;
  text-align: center;
}

.topnav a {
  padding: 12px;
}

.topnav .icon {
  display: none;
}

.cons {
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }

  .topnav a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.breadcrumb {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: black;
  text-decoration: underline;
}

h2,
h3,
time {
  display: block;
  text-align: center;
  font-weight: 900;
}

time {
  opacity: 50%;
}

.heading > p {
  text-align: center;
  color: grey;
  margin: -20px auto -50px;
}

main {
  margin: 0 auto;
  max-width: 900px;
  padding: 2px;
}

main p {
  line-height: 2;
  margin: 20px;
  padding: 10px;
}

footer {
  margin: 0 auto;
  text-align: center;
  color: grey;
  opacity: 0.8;
}

input[type="radio"] {
  display: none;
}

.tab-label {
  margin: auto;
  cursor: pointer;
  padding: 8px;
  margin-left: 20px;
  display: inline-block;
  font-weight: 700;
  cursor: url(cursor/14.cur), pointer;
}

.tab-content {
  display: none;
  margin-top: 10px;
  margin: 0 auto;
  justify-content: center;
}

#illustration:checked ~ .illustration,
#comics:checked ~ .comics {
  display: block;
  display: flex;
  flex-flow: row wrap;
}

.thumbnail {
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
}

article {
  margin: 20px;
  max-width: 400px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

article img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

article p {
  padding: 20px;
}

.inline {
  font-style: italic;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
}

.content-warning {
  filter: brightness(0);
  transition: filter 1s;
}

.content-warning:hover {
  filter: brightness(1);
}

.warning {
  color: red;
  border: 1px solid red;
}

img {
  transition: transform 0.2s;
}

img:hover {
  transform: scale(1.02);
  cursor: url(cursor/14.cur), pointer;
}
