* {
  box-sizing: border-box;
  vertical-align:top;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Main


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
  background-color: #333333;
  color: #fff7e4;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}

a {
  color: #accbe4;
}

a:hover {
  color: #e4ecff;
}

a:visited {
  color: #b1a9e4;
}

.mobile {
  display: none;
}

.widescreen {
  display: inherit;
}

.hidden {
display: none !important;
}

.make_sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 8px;
}

.n404 {
  margin: 32px;
  margin-bottom: 32px;
  margin-top: 8px;
  margin-right: 40px;
  padding: 4px 16px;
  border-radius: 0 4px 4px 4px;
  border-left: 2px solid #fff8a0;
  text-align: left;
  font-weight: bold;
  font-size: 110%;
  background: #292828;
}

.n404-h2 {
  margin: 16px;
  color: #fff8a0;
}

.n404 a {
  color: #accbe4;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Navi and content (it's a mess, lol)


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#profile_picture_link {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  background: url('../res/sysl_pixel_hover.png') top left no-repeat;
}

#profile_picture_link:hover img {
  display: none;
}

#mobilemenubutton h1 {
display: inline-block;
font-size: 16px;
margin: 0;
padding: 0;
margin-left: 16px;
margin-top: 2px;
}

#mobilemenubutton a {
text-decoration: none;
color: #fff7e4 !important;
outline: none;
}

.flip_image img {
  transform: rotate(180deg);
}

.main-content {
  display: flex;
  flex-direction: row;
  background: url('../res/bg_top.png') top left no-repeat;
  background-size: 200%;
  background-attachment: fixed;
}

.navi {
  flex: 0 0 250px; /* Sidebar width */
  height: 100vh; /* Full-height */
  position: -webkit-sticky;
  position: sticky;
  top: 0; /* Stick to the top of the viewport */
  background-image: 
    url('../res/navi-left.png'),
    url('../res/navi-right.png'),
    linear-gradient(169deg, rgba(108,86,113,0) 0%, rgba(108,86,113,1) 10%, rgba(108,86,113,1) 90%, rgba(108,86,113,0) 100%), 
    url('../res/grid.png');
  background-position: top left, top right, center center, center center;
  background-repeat: repeat-y, repeat-y, repeat, repeat;
  background-color: #6c5671;
  text-align: center;
  z-index: 2;
  overflow: auto;
}

.navi p {
  margin: 0;
}

.navi-spacer-small {
margin-bottom: 8px;
}

.navi-icons-small {
  width: 50%;
  margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; justify-content: center; align-items: center;
  margin-bottom: 16px;
}

.navi-icons-small a img {
position: static;
}

.navi-icons-small a:hover {
position: relative;
top: -4px;
}

.navi-icons-small img {
  display: inline-block;
  margin: 0;
  margin-bottom: 2px;
}

.navi-icons-big {
text-align: center;
margin-bottom: 6px;
margin-left: 32px;
margin-right: 32px;
}

.navi-icons-big a {
  display: inline-block;
  border-left: 0px solid #6c567100;
  margin-bottom: 2px;
  transition: 30ms;
}

.navi-icons-big a:hover {
  border-left: 32px solid #6c567100;
  transition: 30ms;
}

.navi-icons-big img {
  display: inline-block;
  margin: 0;
  margin-bottom: 2px;
}

.move-out {
  margin: 0;
  margin-bottom: -4.1px;
  padding: 0;
}



.content-section {
  flex: 1; /* Take up the remaining space */
  padding: 0;
  margin: 0; 
  color: #fff7e4;
  z-index: 1;
}

.navi-profile {
  width: 150px;
}


.widescreen .navi-profile {
  width: 150px !important;
}



.navi-profile-mobile {
  width: 25px;
}

.navi .mobile {
text-align: left;
padding: 8px 32px;

}


.xcontainer {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr) ) ;
  align-items: stretch;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  margin-top: 8px;
  padding-left: 16px;
  border-radius: 0 0 0 4px;
}

.xchild {
text-align: center;
}

.button_set {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr) ) ;
  align-items: stretch;
  margin: 32px;
  margin-bottom: 32px;
  margin-top: 8px;
  margin-right: 0;
  padding: 16px;
  border-radius: 0 0 0 4px;
  border-left: 2px solid #d9c8bf;
  text-align: center;
}

.button_set a {
  margin-bottom: 8px;
}

.button_h2 {
  margin: 16px;
  color: #d9c8bf;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Blog Editor


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.sysl_editor {
width: 80%;
margin: 0 auto;
background: #333;
overflow: auto;

}

.ql-editor {
border-bottom: 1px dashed #6c5671;
margin-bottom: 8px;
}

.sysl_editor .post {
  width: 100%;
  min-height: 20vh;
  background:#292828;
  color:#fff7e4;
  border: 0px solid #00000000;
  outline: none;
  border-top: 2px dotted #333;
  resize: vertical;
  grid-column: 1 / -1;
}

.sysl_editor .post_title {
  width: 100%;
  min-height: 20px;
  background:#292828;
  color:#fff7e4;
  border: 0px solid #00000000;
  outline: none;
  border-top: 2px dotted #333;
  resize: none;
  grid-column: 1 / -1;
}

.sysl_editor .title {
  width: 100%;
  min-height: 16px;
  resize: none;
  background:#292828;
  color:#fff7e4;
  border: 0px solid #00000000;
  outline: none;
  border-top: 2px dotted #333;
}


.sysl_editor .meda-items {
  display: grid; 
  grid-template-columns: 3fr 9fr;
  gap: 0;
  row-gap: 8px;
}

.sysl_editor .meda-items * {
align-items: center;
}

.sysl_editor input {
  padding: 8px;
}

.sysl_editor .meda-items label {
  width: 100%;
}


.sysl_editor .site-downloads-cool {
  margin: 0;
}

.sysl_editor .site-downloads-cool a {
  flex: 1 1 19%;
}

.sysl_editor .site-downloads-cool .button {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fcfcfc; 
  background-color: #6c5671; 
  border: 2px solid #333333;
  border-radius: 0 0 0 4px;
  transition: background-color 0.3s, color 0.3s;
}

.sysl_editor .site-downloads-cool .button:hover {
  background-color: #a887a5; /* Hover background color */
  color: #fff7e4; /* Hover text color */
}

.sysl_editor .blog_tag_selector {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items:center;

}

.sysl_editor .blog_tag_selector div {
  flex-grow: 0;
  background: #292828;
  padding: 4px;
  display: inline-block;
}

.sysl_editor .blog_tag_selector input {
margin: 0; margin-right: 8px;
}

.sysl_editor .blog_tag_selector label {
margin: 4px;
}

.sysl_postlist {
  width: 80%;
  margin: 0 auto;
  max-height: 20vh;
  overflow: auto;
  background: #292828;
}

.sysl_postlist a {
  padding: 8px;
  background-color: #333;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 90%;
  margin: 0 auto;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Blog


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.log-wrapper {
  margin: 16px 32px;
  color: #fff7e4;
  }
  
  .log-post {
  margin-bottom: 32px;
  }

  .log-meta {
    font-style: italic;
    font-size: 80%;
  }

  .log-head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .log-head h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .log-head div {
    flex: 1; 
  }
  .log-head div:nth-child(2) { 
    align-self: flex-end;
    text-align: right;
  }

  .log-body {
    margin: 0;
    padding: 0;
    border-left: 2px solid #fff7e4;
    border-radius: 0 0 4px 4px;
    background: #292828;
    padding: 4px 16px 8px 16px;
  }
  
  .log-tags {
    margin-top: 4px;
  }

  .log-tags a {
    background: #a887a5;
    color: #292828;
    padding: 4px 8px 6px 8px;
    display: inline-block;
    margin: 0;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 60%;
    text-decoration: none;
  }

  @media (max-width: 700px) { 
    .log-head { 
      display: block;
    }
    .log-head div:nth-child(2) { 
      text-align: left;
    }
  }

  .log-body h4 {
    margin: 0;
    margin-bottom: 4px;
    margin-top: 8px;
  }

  .log-body .ql-code-block-container {
    word-wrap: normal;
    background: #111111;
    color: #f0f0f0;
    padding: 16px;
    border-left: 2px solid #87a889;
    margin: 0;
    overflow-x: auto;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-top: 8px;
    tab-size: 4;
    line-height: 110%;
    display: inline-block;
    max-width: 100% !important;
    white-space: pre;
  }

  .log-body .ql-font-monospace {
    font-family:'Courier New', Courier, monospace;
    background: #1f1f1f;
    display: inline-block;
    padding: 2px, 4px; 
    border-bottom: 1px dotted #a887a5;
  }

  .log-body img {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 100%;
    height: auto;
  }

  .log-body p {
    overflow-wrap: break-word;
  }

  .log-wrapper .page_counter  a {
    display: inline-block;
    background: #6c5671;
    color: #fff7e4;
    text-decoration: none;
    min-width: 32px;
    height: 32px;
    text-align: center;
    align-content: center;
    font-weight: bold;
    padding: 0px 8px;
  }

  .log-wrapper blockquote {
    border-left: 4px solid #fff7e4;
    margin: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 16px;
    padding: 8px;
    padding-left: 16px;
    background: #111;
    display: block;
    max-width: 80%;
    overflow-wrap: break-word;
  }
  
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Blog Style


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/  
.log-content {
margin: 0;
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
}

.log-content p {
margin: 0;
padding: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Blog (Navigation Side/top)


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/  

  .blog-search-tags {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  
  .blog-search-tags a {
    background: #292828;
    color: #e4ecff;
    padding: 4px 8px 6px 8px;
    display: inline-block;
    margin: 0;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 60%;
  }
  
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Single Item


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.page-title {
  margin: 16px 32px 16px 16px;
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  flex-wrap: wrap; 
  gap: 0;
}

.page-title div {
  margin: 0;
}

.page-title-type {
  padding-left: 32px;
  color: #d9c8bf;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  footer


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.footer {
  min-height: 96px;
  background-image: url('../res/ani-princess.gif'), url('../res/ani-nessysl.gif'), url('../res/ani-witch.gif'), url('../res/ani-snake.gif') ;
  background-position: bottom 0px left 32px, bottom 44px left 64px, bottom 0px left 96px, bottom 0px left 158px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.footer2 {
height: 32px;
background: url('../res/ani-block.gif') top center repeat-x;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  list_view


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.item_list {
margin: 32px;
}

.item_list H2 {
  position: relative;
  left: -16px;
}

.item_list a {
  color: #fff7e4;
  transition:color 0.1s;
  position: static;
}

.item_list a:hover {
  color: #accbe4;
  transition:color 0.1s;
}

.item_list a:hover  .listview-background-div {
  position: relative;
  top: -4px;
}

.item_size_square {
width: 128px;
height: 128px;
}

.item_size_wide {
width: 128px;
height: 96px;
}


.listview-link {
  display: inline-block;
  width: 128px;
  margin: 0;
  margin-right: 16px;
  text-decoration: none;
}

.listview-background-div {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  }


.listview {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.frame-cart {
  background-image:
    url('../res/frame/cart_0.png'),
    url('../res/frame/cart_2.png'),
    url('../res/frame/cart_5.png'),
    url('../res/frame/cart_7.png'),
    url('../res/frame/cart_1.png'),
    url('../res/frame/cart_3.png'),
    url('../res/frame/cart_4.png'),
    url('../res/frame/cart_6.png');
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right,
    top center,
    left center,
    right center,
    bottom center;
  background-repeat: 
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat-x;
}

.frame-book {
  background-image:
    url('../res/frame/book_0.png'),
    url('../res/frame/book_2.png'),
    url('../res/frame/book_5.png'),
    url('../res/frame/book_7.png'),
    url('../res/frame/book_1.png'),
    url('../res/frame/book_3.png'),
    url('../res/frame/book_4.png'),
    url('../res/frame/book_6.png');
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right,
    top center,
    left center,
    right center,
    bottom center;
  background-repeat: 
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat-x;
}


.frame-cd {
  background-image:
    url('../res/frame/cd_0.png'),
    url('../res/frame/cd_2.png'),
    url('../res/frame/cd_5.png'),
    url('../res/frame/cd_7.png'),
    url('../res/frame/cd_1.png'),
    url('../res/frame/cd_3.png'),
    url('../res/frame/cd_4.png'),
    url('../res/frame/cd_6.png');
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right,
    top center,
    left center,
    right center,
    bottom center;
  background-repeat: 
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat-x;
}

.frame-dvd {
  background-image:
    url('../res/frame/dvd_0.png'),
    url('../res/frame/dvd_2.png'),
    url('../res/frame/dvd_5.png'),
    url('../res/frame/dvd_7.png'),
    url('../res/frame/dvd_1.png'),
    url('../res/frame/dvd_3.png'),
    url('../res/frame/dvd_4.png'),
    url('../res/frame/dvd_6.png');
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right,
    top center,
    left center,
    right center,
    bottom center;
  background-repeat: 
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat-x;
}

.frame-chip {
  background-image:
    url('../res/frame/chip_0.png'),
    url('../res/frame/chip_2.png'),
    url('../res/frame/chip_5.png'),
    url('../res/frame/chip_7.png'),
    url('../res/frame/chip_1.png'),
    url('../res/frame/chip_3.png'),
    url('../res/frame/chip_4.png'),
    url('../res/frame/chip_6.png');
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right,
    top center,
    left center,
    right center,
    bottom center;
  background-repeat: 
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat-x;
}

.listview-text {
  font-weight: bold;
  text-align: center;
  padding: 8px;
  display: block;
  width: 128px;
}

.red-border {
border-left: 2px solid #f98282;
}

.blue-border {
border-left: 2px solid #accbe4;
}

.yellow-border {
border-left: 2px solid #FFC584;
}

.green-border {
border-left: 2px solid #87a889;
}

.purple-border {
border-left: 2px solid #6c5671;
}

.white-border {
border-left: 2px solid #fff7e4;
}

.pink-border {
  border-left: 2px solid #f3b0e3;
}


.red-color {
  color: #f98282;
}

.blue-color {
  color: #accbe4;
}

.yellow-color {
  color: #FFC584;
}

.green-color {
  color: #87a889;
}

.purple-color {
  color: #6c5671;
}

.white-color {
  color: #fff7e4;
}

.pink-color {
  color: #f3b0e3;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Downloads


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.site-downloads-cool {
  vertical-align: top;
  display: flex; 
  flex-wrap: wrap;
  margin: 8px 32px 8px 32px;
  gap: 2px;
}

.site-downloads-cool a {
  flex: 1 1 30%;
}

.site-downloads-cool .button {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fcfcfc; 
  background-color: #6c5671; 
  border: 2px solid #333333;
  border-radius: 0 0 0 4px;
  transition: background-color 0.3s, color 0.3s;
}

.site-downloads-cool .button:hover {
  background-color: #a887a5; /* Hover background color */
  color: #fff7e4; /* Hover text color */
}

.site-downloads-cool .button2 {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fcfcfc; 
  background-color: #4d5683; 
  border: 2px solid #333333;
  border-radius: 0 0 0 4px;
  transition: background-color 0.3s, color 0.3s;
}

.site-downloads-cool .button2:hover {
  background-color: #a887a5; /* Hover background color */
  color: #fff7e4; /* Hover text color */
}

.do-nan {
  display: inline-block;
  margin: 0;
  padding-left: 24px;
  background: url('../res/fileicon/download.png') center left no-repeat;
}

.do-png {
  background: url('../res/fileicon/image.png') center left no-repeat;
}

.do-external {
  display: inline-block;
  margin: 0;
  padding-right: 24px;
  background: url('../res/fileicon/external.png') center right no-repeat;
}

.do-zip {
  background: url('../res/fileicon/zip.png') center left no-repeat;
}

.do-deck {
  background: url('../res/fileicon/deck.png') center left no-repeat;
}

.do-txt, .do-hex, .do-pal, .do-doc, .do-docm, .do-docx, .do-dot, .do-dotm, .do-dotx, .do-htm, .do-html, .do-mht, .do-mhtml, .do-odt, .do-pdf, .do-rtf, .do-txt, .do-xml, .do-xls, .do-xlsm, .do-xlsx, .do-xlt, .do-xltm, .do-xltx, .do-xlsb, .do-xla, .do-xlam, .do-xll, .do-xlw, .do-ppt, .do-pptm, .do-pptx, .do-pot, .do-potm, .do-potx, .do-pps, .do-ppsm, .do-ppsx, .do-sldx, .do-sldm {
  background: url('../res/fileicon/txt.png') center left no-repeat;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Web Game 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.iframe_Decker {
  width: 1050px;
  height: 700px;
  }

@media (width <= 1350px) {
  .iframe_Decker {
    width: 525px;
    height: 350px;
    }
}

@media (width <= 560px) {
  .iframe_Decker {
    display: none;
    width: 0px;
    height: 0px;
    }
}

.iframe_Octo {
  width: 512px;
  height: 256px;
  }

@media (width <= 514px) {
  .iframe_Octo {
      display: none;
      width: 0px;
      height: 0px;
    }
}

.game_frame {
display: block;
margin: 0 auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Credits


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.item_credits {
  margin: 16px 32px 16px 32px;
  border-radius: 10px;
}


.item_credits table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 0 0 0 4px;
  border-left: 2px solid #fff7e4;
  margin: 20px 0;
  text-align: left;
  overflow:hidden;
}

.item_credits th {
  background: #4d5683;
}

.item_credits th, .item_credits td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.item_credits thead {
  background-color: #e4ecff;
}

.item_credits tbody tr:nth-child(even) {
  background-color: #accbe4;
}

.item_credits tbody tr:nth-child(odd) {
  background-color: #e4ecff;
}
.item_credits tbody {
color: #333;
}

.item_credits caption {
  caption-side: bottom;
  font-size: 70%;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}

.item_credits table a {
  color: #4d5683;
  text-decoration: none;
  font-weight: bold;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Code Block


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.thispost pre, .code-block, code, .word-block {
  word-wrap: normal;
  background: #0f0f0f;
  color: #f0f0f0;
  padding: 16px;
  border: 1px solid #1f1f1f;
  margin: 0;
  overflow-x: auto;
  border-radius: 3px;
  box-shadow: 1px 2px 2px 1px #1f0033cc;
  margin-bottom: 8px;
  tab-size: 4;
  line-height: 110%;
  display: inline-block;
  max-width: 100% !important;
  font-family: 'Courier New', Courier, monospace;
  }

  .site-details-single {
    margin: 0 32px;
    border-left: 2px solid #fff7e4;
    margin: 8px 32px 8px 32px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    background: #292828;
  }


  .details_h2 {
    margin: 16px;
  }

  .site-details-single img {
    max-width: 100%;
    height:auto;
  }


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Note Posts


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.note_post {
  margin: 8px 32px 8px 32px;
}

.note_post_container {
  margin: 32px 0;
  border-left: 2px solid #fff7e4;
  padding: 8px 32px;
  border-radius: 0 0 4px 4px;
  background: #292828;
}

.note_post_container {
  margin: 32px 0;
  border-left: 2px solid #fff7e4;
  padding: 8px 32px;
  border-radius: 0 0 4px 4px;
  background: #292828;
}
.notes-toc {
  margin: 8px 0;
  border-left: 2px solid #fff7e4;
  padding: 8px 32px;
  border-radius: 0 0 4px 4px;
  background: #292828;

}

ul.notes-toc {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}

.notes-toc li {
  flex: 1 1 calc(100% / 4);
  padding: 4px;
}



.notes-toc li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fcfcfc; 
  background-color: #6c5671; 
  border: 2px solid #333333;
  border-radius: 0 0 0 4px;
  transition: background-color 0.3s, color 0.3s;
  height: 100%;
}





.note_post_container img {
  max-width: 100%;
  height: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Image Gallery - Art 


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.art_gallery_title {
  margin: 16px 16px;
  scroll-margin-top: 60px;
}

.art_gallery_set {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  padding: 0;
  padding-left: 8px;
  max-width: 100%;
  margin: 16px 32px;
}

.art_gallery_set img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}


.shitposts {
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}

.shitposts img {
width: 75px;
height: 75px;
object-fit: cover;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  Image Gallery - Projects


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.screenshot-gallery {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  margin: 8px 32px 8px 32px;
  background: #292828;
  border-left: 2px solid #fff7e4;
  border-right: 2px solid #292828;
  border-radius: 0 0 4px 4px;
}

.screenshot-gallery-item {
  flex: 0 0 auto;
  max-width: 150px;
  overflow: hidden;
}

.screenshot-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery_h2 {
  margin: 16px;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


  MOBILE


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


@media (width <= 800px) {

  body {
    background-image: none;
  }

  .main-content {
    display: inherit;
    height: inherit;
  }

  .navi {
    height: inherit;
    display: block;
    border-bottom: 2px dotted #333;
  }

  .content-section {
    padding: 0;
    color: #fff7e4;
    min-height: 95vh;
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }

  .mobile {
    display: inherit;
  }
  
  .widescreen {
    display: none;
  }

  .make_sticky {
    top: 54px;
  }

  .navi-icons-small {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 16px;
    display: flex; 
    grid-template-columns: repeat(auto-fill, minmax(40x, 1fr)) !important; 
    gap: 8px; 
    justify-content: center; 
    align-items: center;
    place-items: center;
    flex-wrap: wrap;
  }

  .navi-icons-big a:hover {
    border-left: 0px solid #6c567100;
  }


  .xcontainer {
    grid-gap: 4px;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr) ) ;
  }


}

@media (width <= 370px) {

  /* Reduce Padding */
  .xcontainer {
    grid-gap: 1px;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr) ) ;
    margin-left: 8px;
  }

  body {
    background-image: none;
  }

  .content-section {
    padding: 0;
  }

  .item_list {
    margin: 0
  }

  .item_list h2 {
    position: relative;
    left: 16px;
  }

  .button_set {
    margin-left: 8px;
  }

  .content-section {
    padding: 0;
  }

  pre, code {
    font-size: 60%;
  }


}