/*GENERAL*/
h1 {
  font-family: venice;
  text-transform: uppercase;
  text-align: center;
  font-size:30px;
}
h2, p, li {
  font-family: windows;
  font-size: 13px;
}
  li, p {
    line-height: 15px;
  }
  
i {
  font-style: italic;
}

nav li {
  color: red;
  text-decoration: underline;
}
  nav li:hover {
    color: black;
    cursor: url("cursor/cur271.ani"), auto;
  }

audio {
  width:300px;
  height: 54px;
}
  audio:not([controls]) {
    display: none !important;
  }
/*HEADER*/
header {
  justify-content: center;
  margin: 10px 0px 10px 0px;
}
  header h1, h2 {
    font-style: italic;
    text-align: center;
    color: white;
    line-height: 40px;
  }
  header h1 {
    font-size: 100px;
    letter-spacing: 20px;
  }
  header h2 {
    margin-top: 5px;
  }
  .header-gif {
    position: absolute;
    top: 13%;
    right: 5vw;
    transform: translateY(-50%);
    width: 230px;
    height: auto;
    z-index: 30;
    pointer-events: none;
  }

  .header-gif2 {
  position: absolute;
  top: 13%;
  left: 5vw;
  transform: translateY(-50%);
  width: 230px;
  height: auto;
  z-index: 30;
  pointer-events: none;
  }
  @media (max-width: 1400px) {
    .header-gif, .header-gif2 { width: 180px; }
  }
  @media (max-width: 1000px) {
    .header-gif, .header-gif2 { width: 130px; }
  }
  @media (max-width: 800px) {
    .header-gif, .header-gif2 { width: 100px; }
  }
  }
/*BODY*/
/**MODALS**/
/***LHOHQ***/
#warningLH {
  display: none;
  position: absolute;
  top: 30vh;
  left:34vw;
  width: 400px;
  height:100px;
  background-color: white;
  border: 1px solid black;
  box-shadow: 2px 2px 40px red;
  padding: 10px;
  z-index:20;
}
  #warningLH h1 {
    color:red;
  }
  #warningLH p {
    text-align: center;
  }
.close {
  text-decoration: underline;
  margin-left: 20px;
}
  .close:hover {
    color: black;
    cursor: url("cursor/cur271.ani"), auto;
  }

#lhohqBtn h1{
  color: red;
  text-decoration: underline;
}
  #lhohqBtn h1:hover {
    color:black;
    cursor: url("cursor/cur271.ani"), auto;
  }

/**FATUM BETULA**/
#warningFatum {
  display: none;
  position: absolute;
  top: 30vh;
  left:34vw;
  width: 400px;
  height:100px;
  background-color: white;
  border: 1px solid black;
  box-shadow: 2px 2px 40px red;
  padding: 10px;
  z-index:20;
}
  #warningFatum h1 {
    color:red;
  }
  #warningFatum p {
    text-align: center;
  }
.close2 {
  text-decoration: underline;
  margin-left: 20px;
}
  .close2:hover {
    color: black;
    cursor: url("cursor/cur271.ani"), auto;
  }

#fatumBtn h1{
  color: red;
  text-decoration: underline;
}
  #fatumBtn h1:hover {
    color:black;
    cursor: url("cursor/cur271.ani"), auto;
  }

/**GENERALBODY**/
body {
  background-image: url('gifs/stars34.gif');
  background-repeat: repeat;
}

main {
  display: flex;
  margin: 0 auto;
  background-color: rgba(255, 255, 250, 0.8);
  width: 95%;
  height: 750px;
}
  .decoimg1 {
    position: absolute;
    top:519px;
    width:500px;
    opacity: 0.7;
    pointer-events: none;
    z-index: 10;
  }
    .d2 {
      opacity: 1;
      z-index:0;
    }
  .sideimg {
    display: flex;
    margin: 0 auto;
  }
    .decoimg2 {
      background-image: url("images/111bg1.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-clip: padding-box;
      padding: 10px;
      width: 500%;
      height: 150px;
    }

  .side {
    display: block;
    width: 25%;
    height: auto;
    border: 1px solid black;
    overflow: scroll;
    overflow-x: hidden;
  }
  .box {
    position: relative;
    border: 1px solid black;
    padding: 5px;
    margin: 10px 10px 0px 10px;
    background-color: white;
    z-index: 5;
  }
  .boxflex {
    display: flex;
    position: relative;
    border: 1px solid black;
    padding: 5px;
    margin: 10px 10px 0px 10px;
    background-color: white;
    z-index: 5;
  }

/**LEFTSIDEBOX**/
  .navlinklist {
    display: flex;
    flex-fow: row nowrap;
    justify-content: space-between;
  }
    .box nav {
      display: block;
    }
      .box nav h1 {
        font-size: 30px;
      }
      .chainsaw {
        background-image: url("gifs/denji.gif");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        width: 100%;
        height: 60px;
      }
    .nishi {
      position: relative;
      right: 0px;
      background-image: url("gifs/spin.gif");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top right;
      width: 100%;
      height: 100px;
      margin-top:0px;
      margin-right: 0px;
      padding-bottom: 15px; padding-top: 0px;
    }


/**CENTER**/
  .centertitle {
    background-color: black;
  }
    .centertitle h1 {
      color:white;
    }
    .centerTitleLinks {
      width: 100%;
      margin: 5px 0px 5px 0px;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      grid-gap: 25px;
    }
      .centerTitleLinks a {
        text-decoration: none;
      }
  .center {
    display: block;
    width: 50%;
    height: auto;
    border-top: 1px solid black; border-bottom: 1px solid black;
    overflow: scroll;
    overflow-x: hidden;
  }
    .webpages {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }
      .page {
        display: block;
        width:48%;
        border: 1px solid black;
        padding: 2px;
        margin: 2px;
      }
        .page h1 {
          text-align:center;
          font-size: 20px;
          border-top: 1px solid black;
        }
        .page img {
          height:250px;
          width:100%;
          object-fit: cover;
          cursor: url("cursor/cur271.ani"), default;
        }
        .pagesect {
          width:100%;
        }
/**RESOURCES**/
/***Stories***/
.stories {
  display: flex;
  margin: 0 auto;
  flex-flow: column nowrap;
}
/**RIGHT SIDEBBOX**/
.updates {
  width:70%;
  height:150px;
  overflow: scroll;
  overflow-x: hidden;
}
  .updates p {
    text-align: left;
  }


  .neocities li {
    text-align: center;
  }

.wdsitebutton {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}
  .pcolumn {
    display: flex;
    flex-flow: column nowrap;
  }
    .pcolumn p {
      text-align: center;
    }

    .links a {
      margin-right: 18px;
      position: relative;
    }
    .links a:not(:last-child)::after {
      content: "•";
      position: absolute;
      right: -12px;
      color: #000;
      font-weight: bold;
    }
    .links a:last-child {
      margin-right: 0;
    }
/*FOOTER*/
footer {
  margin-top: 100px;
}

@media (max-width:1139px) {
  .page {
    width:100%;
}
@media (max-width:1316px) {
  .sideimg {
    margin-left:120px;
  }
}

