
  
/* -------------------------------------------------------- */
/* VARIABLES */
/* -------------------------------------------------------- */

/* Variables are used like this: var(--text-color) */
/*default - dark mode */
:root {
  /* Background Colors: */
  --background-color: #1A1529;
  --content-background-color: #1A1529;
  --sidebar-background-color: #221C35;
  --background-top-color:#332A51;
  --cursor-icon: url("https://ruietto.neocities.org/cursors/dark-default.png");
  --pointer-icon: url("https://ruietto.neocities.org/cursors/dark-pointer.png");

  /* Text Colors: */
  --text-color: #F1E3D3;
  --sidebar-text-color: #F2D0A9;
  --sidebar-title-color: #99C1B9;
  --link-color: #D88C9A;
  --link-color-hover: #8E7DBE;
  --accent:#949FBC;
  --header-text-color:#F1E3D3;

  /* Text: */
  --font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --heading-font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --font-size: 13px;

  /* Other Settings: */
  --margin: 25px;
  --padding: 25px;
  --border: 2px solid #949FBC;
  --round-borders: 8px;
  --sidebar-width: 22%;
  
  --left-sidebar: 24%;
  --right-sidebar: 24%;
}
header {
  background: url("https://i.imgur.com/GpZkUm6.jpg");
}
/* light mode */
	@media (prefers-color-scheme: light) {
		:root {
  /* Background Colors: */
  --background-color: #DCD6EA;
  --content-background-color: #F0E1D0;
  --sidebar-background-color: #FAECDC;
  --background-top-color:#F5ECE0;
  --cursor-icon: url("https://ruietto.neocities.org/cursors/cursor1.png");
  --pointer-icon: url("https://ruietto.neocities.org/cursors/pointer1.png");

  /* Text Colors: */
  --text-color: #322951;
  --sidebar-text-color: #4C3E7A;
  --sidebar-title-color: #D07687;
  --link-color: #8E7DBE;
  --link-color-hover: #74AAA0;
  --accent:#949FBC;
  --header-text-color:#F1E3D3;

  /* Text: */
  --font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --heading-font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --font-size: 13px;

  /* Other Settings: */
  --margin: 25px;
  --padding: 25px;
  --border: 2px solid #332A51;;
  --round-borders: 8px;
  --sidebar-width: 22%;
  --left-sidebar: 24%;
  --right-sidebar: 24%;}


  header {
  background: url("https://i.imgur.com/jsflw0C.jpg");
}}

[data-theme='light'] {
  /* Background Colors: */
  --background-color: #DCD6EA;
  --content-background-color: #F0E1D0;
  --sidebar-background-color: #FAECDC;
  --background-top-color:#F5ECE0;
  --cursor-icon: url("https://ruietto.neocities.org/cursors/cursor1.png");
  --pointer-icon: url("https://ruietto.neocities.org/cursors/pointer1.png");

  /* Text Colors: */
  --text-color: #322951;
  --sidebar-text-color: #4C3E7A;
  --sidebar-title-color: #D07687;
  --link-color: #8E7DBE;
  --link-color-hover: #74AAA0;
  --accent:#949FBC;
  --header-text-color:#F1E3D3;

  /* Text: */
  --font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --heading-font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --font-size: 13px;

  /* Other Settings: */
  --margin: 25px;
  --padding: 25px;
  --border: 2px solid #4C3E7A;;
  --round-borders: 8px;
  --sidebar-width: 22%;
  
  --left-sidebar: 24%;
  --right-sidebar: 24%;
  
}
  

[data-theme='dark'] {
  /* Background Colors: */
  --background-color: #1A1529;
  --content-background-color: #1A1529;
  --sidebar-background-color: #221C35;
  --background-top-color:#332A51;
  --cursor-icon: url("https://ruietto.neocities.org/cursors/dark-default.png");
  --pointer-icon: url("https://ruietto.neocities.org/cursors/dark-pointer.png");

  /* Text Colors: */
  --text-color: #F1E3D3;
  --sidebar-text-color: #F2D0A9;
  --sidebar-title-color: #99C1B9;
  --link-color: #D88C9A;
  --link-color-hover: #8E7DBE;
  --accent:#949FBC;
  --header-text-color:#F1E3D3;

  /* Text: */
  --font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --heading-font: "Pixelify Sans", "Trebuchet MS", sans-serif;
  --font-size: 13px;

  /* Other Settings: */
  --margin: 25px;
  --padding: 25px;
  --border: 2px solid #949FBC;
  --round-borders: 8px;
  --sidebar-width: 22%;
  
  --left-sidebar: 24%;
  --right-sidebar: 24%;

}

/* .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}*/

/* .overlay:hover {
  opacity: 1;
}*/

/* .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
} */

.pixelify-sans {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.theme-toggle {
  z-index: 999999;
  display:inline;
  position:fixed;
  top:1%;
  left:3%;  
  background-color: var(--link-color);
  color:var(--header-text-color);
  border: 0px;
  border-radius: var(--round-borders);
  padding: .5em 1.5em;
  font-size: .8em;
  font-family:"Pixelify Sans", "Trebuchet MS", sans-serif;
  text-align: left;
  cursor: var(--pointer-icon), auto;
  transition: transform .2s;
  @media (max-width: 800px) {
    display: none;
  }
    &:hover,
    &:focus {
    transform: scale(1.02);}
}
  
/* -------------------------------------------------------- */
/* BASICS */
/* -------------------------------------------------------- */

* {
  box-sizing: border-box;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-size: var(--font-size);
  margin: 0;
  padding: var(--margin);
  color: var(--text-color);
  font-family: "Pixelify Sans", "Trebuchet MS", sans-serif;
  line-height: 1.2;
	background-color: var(--background-top-color);
	background-image:  linear-gradient(30deg, var(--background-color) 12%, transparent 12.5%, transparent 87%, var(--background-color) 87.5%, var(--background-color)), linear-gradient(150deg, var(--background-color) 12%, transparent 12.5%, transparent 87%, var(--background-color) 87.5%, var(--background-color)), linear-gradient(30deg, var(--background-color) 12%, transparent 12.5%, transparent 87%, var(--background-color) 87.5%, var(--background-color)), linear-gradient(150deg, var(--background-color) 12%, transparent 12.5%, transparent 87%, var(--background-color) 87.5%, var(--background-color)), linear-gradient(60deg, var(--background-color) 25%, transparent 25.5%, transparent 75%, var(--background-color) 75%, var(--background-color)), linear-gradient(60deg, var(--background-color) 25%, transparent 25.5%, transparent 75%, var(--background-color) 75%, var(--background-color));
	background-size: 20px 35px;
	background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
   cursor: var(--cursor-icon), auto;
  
}

::selection {
  /* (Text highlighted by the user) */
  background: rgba(216, 140, 154, .4);
}

mark {
  /* Text highlighted by using the <mark> element */
  text-shadow: 1px 1px 4px var(--link-color);
  background-color: inherit;
  color: var(--text-color);
}

/* Links: */
a {
  text-decoration: none;
}

a,
a:visited {
  color: var(--link-color);
}

a:hover,
a:focus {
  color: var(--link-color-hover);
  text-decoration: none;
   cursor: var(--pointer-icon), auto;
}


#guestbook {
  width: 100%;
  min-height: 800px;
  border: 0;
}

.neolink {
  height:16em;
  width:16em;
  align-items: center;
  outline-style: dotted;
  outline-offset:0.8em;
  outline-width:2px;
  border-radius: 0;
  margin-bottom: 1em;
  margin-top: 1em;
 cursor: var(--pointer-icon), auto;
  transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01);
  }
}
/* -------------------------------------------------------- */
/* LAYOUT */
/* -------------------------------------------------------- */

.layout {
  width: 1200px;
  display: grid;
  grid-gap: var(--margin);
  grid-template: "header header header" auto "leftSidebar main rightSidebar" auto "footer footer footer" auto / var(--left-sidebar) auto var(--right-sidebar);
  /* Confused by the grid? Check out my tutorial: https://petrapixel.neocities.org/coding/positioning-tutorial#grid */
  max-width: 100rem;
	margin: 1vw auto 12px auto;
	padding: 5px 5px 5px 5px;
	gap: 0;
}

main {
  grid-area: main;
  overflow-y: auto;
  padding: var(--padding);
  background: var(--content-background-color);
  border: var(--border);
  border-left: 0;
  border-right: 0;
  /*border-radius: var(--round-borders); */
  margin: 10px 0;
}

/* -------------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------------- */

header {
  grid-area: header;
  font-size: 1.6em;
  width: 100%;
  height: 200px;
  margin: auto;  
  background-size: cover;
  background-position:center;
  position: relative;
  border: var(--border);
 border-radius: var(--round-borders);
}

.header-content {
  padding: var(--padding);
  width:100%;
  height:100%;
  margin: auto;
  position: absolute;
  top: 25%;
}

.header-title {
  font-family: var(--heading-font);
  font-size: 2em;
  font-weight: bold;
  text-align: center;
	text-shadow:-4px 6px var(--link-color);
	color: var(--header-text-color);
}

.header-title a {
	text-shadow:-4px 6px var(--link-color);
	color: var(--header-text-color);
  transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.05); }
}

.header-image img {
  position:relative;
	width: 100%;
  border: var(--border);
  border-radius: var(--round-borders);

}

/* -------------------------------------------------------- */
/* SIDEBARS */
/* -------------------------------------------------------- */

aside {
  grid-area: aside;
  border: var(--border);
  /*border-radius: var(--round-borders); */
  overflow: hidden;
  background: var(--sidebar-background-color);
  padding: var(--padding);
  color: var(--border);
  color: var(--sidebar-text-color);
}

.left-sidebar {
  grid-area: leftSidebar;
  margin: 10px 0;
  border-right: 0px;
  border-radius: var(--round-borders) 0 0 var(--round-borders);
}

.right-sidebar {
  grid-area: rightSidebar;
  margin:10px 0;
  border-left: 0px;
  border-radius: 0 var(--round-borders) var(--round-borders) 0;
}

.sidebar-title {
  font-weight: bold;
  font-size: 1.1em;
  font-family: var(--heading-font);
  color:var(--sidebar-title-color);
  
}

.sidebar-section:not(:last-child) {
  margin-bottom: 3em;
}

.sidebar-section ul,
.sidebar-section ol {
  padding-left: 1.5em;
}

.sidebar-section > *:not(p):not(ul):not(ol):not(blockquote) {
  margin-top: 10px;
}

.sidebar-section img {
  width: 17.8em;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.currently-icons img{
   width: 1.6em;
}

.fanlisting blockquote {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 1px;
}

.fanlisting img {
  width: 32%;
  padding: 5px;
  transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01); }
  
}

.sidebar-section marquee img {
   width: 8em;
}

.sidebar-title img{
  width: 1.7em;
}

aside hr {
  border: none;
  border-top: 2px dotted var(--sidebar-text-color);
  margin: 1em 0;
  
}

/* Sidebar Blockquote: */

.sidebar-section blockquote {
  padding: 15px;
  margin: 1em 0;
  overflow: hidden;
  border: 1px dashed;
  font-size: .9em;
}

.sidebar-section blockquote > *:first-child {
  margin-top: 0;
}

.sidebar-section blockquote > *:last-child {
  margin-bottom: 0;
}

.nav hr {
  border: none;
  border-top: 2px dotted var(--sidebar-text-color)
}

.changelog {
    padding:0.3em 1em;
    overflow: scroll;
    height:120px;
    border: 1px dashed;
    border-color:var(--link-color);
}


.changelog h4 {
 color: var(--link-color-hover); 
}

/* Site Button: */

.site-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-button textarea {
  font-family: monospace;
  font-size: 0.7em;
}

/* -------------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------------- */

/* footer {
  grid-area: footer;
  border: var(--border);
  border-radius: var(--round-borders);
  overflow: hidden;
  font-size: 0.9em;
  padding: 15px;
  background: var(--content-background-color);
  display: flex;
  justify-content: center;
}

footer a,
footer a:visited {
  color: var(--link-color);
}

footer a:hover,
footer a:focus {
  color: var(--link-color-hover);
}*/

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-area: footer;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.footer-content {
  text-align: center;
  padding: 5px 20px;
  font-size: 0.9em;
  background: var(--content-background-color);
  border-radius: 3px;
  border: var(--border);
}
/* -------------------------------------------------------- */
/* NAVIGATION */
/* -------------------------------------------------------- */

nav {
  margin-bottom: 3em;
}

nav a {
  text-decoration: none;
}

nav .sidebar-title {
  margin-bottom: 0.5em;
}

nav ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  user-select: none;
}

nav ul li {
  margin-bottom: 0;
}

nav > ul li > a,
nav > ul li > strong {
  display: inline-block;
}

nav > ul li > a,
nav > ul li > details summary,
nav > ul li > strong {
  padding: 5px 10px;
}

nav > ul li > a.active,
nav > ul li > details.active summary {
  font-weight: bold;
}

nav ul summary {
  cursor: pointer;
}

nav ul ul li > a {
  padding-left: 30px;
}



/* -------------------------------------------------------- */
/* CONTENT */
/* -------------------------------------------------------- */

main {
  line-height: 1.5;
}

main a,
main a:visited {
  color: var(--link-color);
}

main a:hover,
main a:focus {
  color: var(--link-color-hover);
  text-decoration-style: wavy;
}

main p,
main .image,
main .full-width-image,
main .two-columns {
  margin: 0.75em 0;
}

main ol,
main ul {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

main ol li,
main ul li {
  margin-bottom: 0.2em;
  line-height: 1.3;
}

main ol {
  padding-left: 2em;
}

main blockquote {
  padding: 15px;
  margin: 1em 0;
  border-radius: 10px;
  border: 1px dashed var(--link-color);
}

main pre {
  margin: 1em 0 1.5em;
}

main code {
  text-transform: none;
}

main center {
  margin: 1em 0;
  padding: 0 1em;
}

main hr {
  border: none;
  border-top: 2px dotted var(--sidebar-text-color);
  margin: 1.5em 0;
}

/* HEADINGS: */

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: var(--heading-font);
  margin-bottom: 0;
  line-height: 1.5;
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}

main h1 {
  font-size: 1.5em;
}

main h2 {
  font-size: 1.4em;
}

main h3 {
  font-size: 1.3em;
}

main h4 {
  font-size: 1.2em;
}

main h5 {
  font-size: 1.1em;
}

main h6 {
  font-size: 1em;
}

/* COLUMNS: */

.two-columns {
  display: flex;
}

.two-columns .fanlisting {
  transition: transform .2s;
  &:hover,
  &:focus {
  transform: scale(1.03);
}}

.two-columns > * {
  flex: 1 1 0;
  margin: 0;
}

.two-columns > *:first-child {
  padding-right: 0.75em;
}

.two-columns > *:last-child {
  padding-left: 0.75em;
}

.animanga-left {
  width: 30%;
  float: left;
  margin: 10px;
  margin-bottom: 15px;
    transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01);  
}
}

.animanga-right {
  width: 30%;
  float: right;
  margin: 10px;
  margin-bottom: 15px;
    transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01);  
}
}

.animanga-hr {
  display: block;
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* -------------------------------------------------------- */
/* CONTENT IMAGES */
/* -------------------------------------------------------- */

.image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;

}

.full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

.images {
  display: flex;
  width: calc(100% + 5px + 5px);
  margin-left: -5px;
  margin-right: -5px;

}

.images img {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 0;  
  overflow: hidden;
  transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01); }
}

.nav-img {
  width:100%;
  padding:5px;
  border: .1em dashed;
  border-radius: 50%;
  transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01);
}}

#recent-download {
  display: inline;
  width: 98%;
  margin-top: .5em;
  margin-bottom: 1em;
  border-radius: 0;
  border: 3px double var(--link-color);
  transition: transform .4s;
    &:hover,
    &:focus {
    transform: scale(1.01);  

}}

.blinkies {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 1px;

}

.blinkies img {
  padding: 5px;
  transition: transform .2s;
    &:hover,
    &:focus {
        transform: scale(1.06);
    }
}

.service {
  transition: transform .2s;
    &:hover,
    &:focus {
        transform: scale(1.02);
    }  
}


/* -------------------------------------------------------- */
/* ACCESSIBILITY */
/* -------------------------------------------------------- */

/* please do not remove this. */

#skip-to-content-link {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  line-height: 1;
  font-size: 1.25rem;
  background-color: var(--content-background-color);
  color: var(--text-color);
  transform: translateY(-3rem);
  transition: transform 0.1s ease-in;
  z-index: 99999999999;
}

#skip-to-content-link:focus,
#skip-to-content-link:focus-within {
  transform: translateY(0);
}

/* -------------------------------------------------------- */
/* MOBILE RESPONSIVE */
/* -------------------------------------------------------- */

/* CSS Code for devices < 800px */
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }

  .layout {
    width: 100%;
    grid-template: "header" auto  "leftSidebar" auto "main" auto "rightSidebar" auto "footer" auto / 1fr;
    /* Confused by the grid? Check out my tutorial: https://petrapixel.neocities.org/coding/positioning-tutorial#grid */
  }

  aside {
    border-bottom: 1px solid;
    padding: 9px;
    font-size: 0.9em;
  }

  
  nav {
    padding: 0;
  }

  nav > ul {
    padding-top: 0.5em;
  }

  nav > ul li > a,
  nav > ul li > details summary,
  nav > ul li > strong {
    padding: 0.5em;
  }

  main {
    max-height: none;
    padding: 15px;
  }

  .images {
    flex-wrap: wrap;
  }

  .images img {
    width: 100%;
  }

  #skip-to-content-link {
    font-size: 1rem;
  }
}

#statuscafe {
    padding: 15px;
    border: 1px dashed;
    border-radius: 0;    
}
#statuscafe-username {
    margin-bottom: .5em;
    font-size: 88%;
    font-weight: bold;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
    font-size: 87%;
}

 ins {
    font-style: normal;
    display: inline-block;
    padding: 0 6px;
  }

#corner-siff {
  display: block;
  position: fixed;
  bottom: -8px;
  right:-50px;
  z-index: 1;
  transition: transform .5s;

  @media (max-width: 1400px) {
    display: none;
  }

  &:hover,
  &:focus {
    transform: translate(0px, -.3em);
  }


}

.container {
  overflow: hidden;
  display: flex-wrap;
  justify-content: space-evenly;
}

.filterDiv {
  float: left;
  width: 22%;
  line-height: 15px;
  text-align: right;
  margin: .5em;
  display: none; /* Hidden by default */
  transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.01);}   
    
}

.filterDiv img {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-radius: var(--round-borders);
}

.filterDiv p {
  clear: both;
  font-size: .9em;
}


/* The "show" class is added to the filtered elements */
.show {
  display: block;
  text-align: left;
  margin-top: 15px;
}

/* Style the buttons */
.btn {
  margin: 3px;
  margin-bottom: 0;
  border: none;
  border-radius: var(--round-borders);
  outline: none;
  padding: 6px 10px;
  background-color: var(--link-color);
  font: var(--font);  
  color: #F1E3D3;
  cursor: var(--pointer-icon);
    transition: transform .2s;
    &:hover,
    &:focus {
    transform: scale(1.03);
    background-color: var(--link-color-hover);
    }  

}

.neighborhood p {
  text-align: right;
  margin-bottom: 0;
}

.neighborhood {
  display: flex-wrap;
  justify-content: space-evenly;
  overflow: scroll;
    height: 220px;
}

/* Add a dark background to the active button */