body {
  margin: 0;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/background/web-furun-background.jpg);
  font-size: 16px;
  cursor: url(cursor/1.cur), auto;
  font-family: kronika;
  color: white;
}

@font-face {
  font-family: kronika;
  src: url(/font/kronika/KRONIKA_.ttf);
}

@font-face {
  font-family: blankit;
  src: url(/font/blankit/Blankit.ttf);
}

h1 {
  font-family: blankit;
  letter-spacing: 2px;
  font-size: 3.8em;
  margin-bottom: auto;
   text-shadow: 
    0 0 2px #ffffff,
    0 0 12px #ff6f00,
    0 0 5px #ffffff;
}

h1:hover {
     text-shadow: 
    0 0 19px #ffffff,
    0 0 12px #ff6f00,
    0 0 5px #ffffff;
}

h2 {
  font-family: blankit;
  letter-spacing: 2px;
  font-size: 3.8em;
  margin: 40px; 
  border-bottom: 5px dotted #933632;
  color: #933632;
}

header {
  display: flex;
  justify-content: center;
  text-shadow: 1px 1px 2px black;
}

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 5px #d64b00;
}

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

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

.menu-icon {
  width: 2em;
}

.cons {
  opacity: 0.5;
}

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

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

@media screen and (max-width: 1000px) {
  .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;
  margin: 20px;
}

time {
  opacity: 50%;
}

main {
  margin: 0 auto;
  max-width: 900px;
  padding: 2px;
  border: 4px solid #933632;
  background-color: #fff3ed;
  border-radius: 8px;
}

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

footer {
  margin: 0 auto;
  text-align: center;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}

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

.tab-label {
  margin: auto;
  cursor: pointer;
  padding: 8px;
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
  background-color: #933632;
  border: 4px solid #fff3ed;
  color: #fff3ed;
  border-radius: 8px;
}

.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: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 5px solid #933632;
  border-radius: 8px;
  color: #933632;
}

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%;
}

img {
  transition: transform 0.2s;
}

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

.menu-icon {
  width: 30px;
}

nav {
  overflow: hidden;
  text-align: center;
}

nav a {
  padding: 12px;
  font-weight: bold;
  text-shadow: 1px 2px 2px #933632;
}

.nav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .nav a {
    display: none;
  }
  
  .nav a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  
  .nav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

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

  article p {
    font-size: small;
  }

  .splash-art {
    max-width: 360px;
  }
  
  .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
}

.splash-art {
  width: 500px;
  margin: auto;
}

.bio {
  border: 5px solid #933632;
  border-radius: 8px;
  background-color: #933632;
  color: #fff3ed;
  padding: 20px;
  margin: auto;
}

.bio-long {
  margin-top: 20px;
}

.container {
  display: flex;
  justify-content: center;
}

.bold {
  font-weight: 900;
}

.scroll {
  scrollbar-color: #fff3ed #933632;
}