/* fonts */
@font-face {
  font-family: Retro-Wild;
  src: url(../font/Retro-Wild.otf);
}
@font-face {
  font-family: HONYA-JI;
  src: url(../font/HONYA-JI.ttf);
}
/* style */
* {
  margin: 0;
  box-sizing: border-box;
  overflow-x: auto;
  scrollbar-color: darkgreen transparent;
  -ms-overflow-style: none;
}
body {
  overflow: hidden;
  font-family: "HONYA-JI";
  background-image: url(vintage-1745064_1920.jpg);
}
container {
  box-sizing: border-box;
  margin: 0 auto;
}
header {
  order: 1;
}
main {
  padding: 5px;
  background-image: url(cork.png);
  border: 20px solid transparent;
  border-image: url("paperbag195.jpg") 70 stretch;
  height: 800px;
  width: 1130px;
  margin: auto;
  margin-top: 50px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
nav {
  grid-column: 1 / span 2;
  text-align: center;
  width: 100%;
  position: relative;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  margin: 0 0 0 auto;
  padding: 10px 16px;
}

section {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  width: auto;
  max-height: 400px;
  padding: 10px;
  position: relative;
  text-align: center;
}
footer {
  image-rendering: pixelated;
  text-align: center;
  margin: 5px;
}
:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Retro-Wild";
  text-align: center;
}
h1 {
  font-size: 125px;
  color: darkorange;  
    text-shadow: 3px 2px lightgoldenrodyellow;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 20px;
}
article {
  font-size: 20px;
      line-height: 1.5;

  text-align: center;
  margin: 0 auto;
}
a {
  color: black;
  font-family: "Retro-Wild";
  font-size: 20px;
  text-decoration: none;
}
.widget {
  display: inline-block;
    overflow: hidden;
}
.webrings {
  background-color: yellowgreen;
  max-width: 350px;
}
.adopts {
  background-color: skyblue;
    background-image: url("291.png");
  max-width: 400px;
  image-rendering: pixelated;
}
.adopts img {
  max-height: 100px;
}

.fanlisting {
  background-color: skyblue;
    background-image: url("");
  max-width: 375px;
}

/* PIXELBILL */
.tabcontent {
  display: none;
  image-rendering: pixelated;
}
/* Wrapper and background for the whole widget */
.pixelbinder {
  width: 205px;
  position: inherit;
  padding: 10px;
  background-image: url("pixelbill_bg.jpg");
  border: 2px solid black;
  text-align: center;
  overflow: hidden;
}
/* Setting the binder section in place */
.pixelbinderbg {
  width: 181px;
  height: 100px;
  position: relative;
  margin: 10px 0 10px 0;
  text-align: left;
}
/* Setting the images in place */
.tabcontent img {
  position: absolute;
}
#binderbackground {
  z-index: 1;
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0 0 200px rgba(29,2,3,0.5) inset;
  pointer-events:none; 
}

#page1,
#page2 {
  z-index: 2;
}
#page1 {
  left: 17px;
  top: 9px;
}
/* For the left pixelbill */
#page2 {
  left: 110px;
  top: 9px;
}
/*For the right pixelbill */
/* Image opacity on hover, you can change this to be whatever you want them to do */
.pixelbinder a img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/* Styling the buttons */
.pixelbinder button {
  background-color: #fff;
  border: none;
  color: #444951;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Garamond", serif;
  font-size: 16px;
  image-rendering: pixelated;
}
/* Buttons on hover */
.pixelbinder button:hover {
  background-color: #ffeb3b;
  cursor: pointer;
}
/* PIXELBILL */
@media screen and (max-width: 1130px) {
  body {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
  }
  main {
    grid-column: 1;
    height: 100vh;
    margin: 0 auto;
    width: inherit;
  }
  header {
    grid-column: 1;
  }
  nav {
    grid-column: 2;
  }
  section {
    grid-column: 3;
    position: relative;
    margin: 5 auto;
    max-width: auto;
    max-height: none;
  }
    
    h1 {
        font-size: 75px;}
}
@media screen and (max-width: 500px) {

  nav {
    display: table-row;
  }
    
    section {
    height: auto;
  }
}

/* Start https://www.cursors-4u.com */
* {
  cursor: url(https://cur.cursors-4u.net/others/oth-5/oth500.cur), auto !important;
}
/* End https://www.cursors-4u.com */
