
		:root {
			--text: #000;
			--border: #222222;
			--accent: #FFD900;
			--bg: #222222;
			--gradientBottom: #F97900 ;
			--gradientTop: #ffbb00;
      --hoverTop:#FFAC00;
      --hoverBottom:#F97900;
			a:link { color: #ffdc40; }

		header {
      display: flex;
  justify-content: center;
  align-items: center;
			background: linear-gradient(to bottom,var(--hoverBottom), var(--hoverTop), var(--hoverTop)), url('https://i.imgur.com/TWtdHkQ.gif'); background-repeat:repeat;
      background-blend-mode:overlay;
      
		}
	}
/* end dark mode styling */


* { 
	box-sizing: border-box;
}
body {
	padding: 10px;
	font-family: 'MS PGothic', sans-serif;
  font-variant: small-caps;
	color: var(--text);
  cursor:url('https://quimiri.neocities.org/cursors/touch.png'), auto;

	/* page background pattern */
background: linear-gradient(to bottom,var(--accent), var(--hoverTop), var(--hoverBottom)), url('https://i.imgur.com/ytv0Tf3.gif'); background-repeat:repeat;
      background-blend-mode:overlay;
}


.container {
	max-width: 55rem;
	margin: 5vw auto 12px auto;
	border: 3px solid var(--border);
	border-radius: 0px;
	background: var(--text);
	padding: 5px;
	outline-offset: 4px;
	display: flex;
	flex-wrap: wrap;
  gap: 5px;}

/* these control the column widths */
.small { flex: 1 1 9%; }
.large { flex: 1 1 70%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }


header {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 120px; /* change banner height here*/
	border: 2px ridge var(--border);
	border-radius: 5px;
	position: relative;
}
header span {
	font-size: 2.5rem;
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 10px;
	font-weight: bold;
	text-shadow: 1px 1px var(--text),
		-1px 1px var(--text),
		1px -1px var(--accent),
		-1px -1px var(--accent);
	color: var(--gradientTop);
}

div.sidebar {
  height:100vh;
  float:left;
  margin: 0px !important;
  Padding:0px !important:
}

nav {
   width:17vw;
height:100vh;
  position: fixed;
top: 0;
left: 0;
	border: 2px ridge var(--border);
	border-radius: 0px;
	padding: 5px;
	background: linear-gradient(var(--text),var(--bg));
    overflow:hidden;
  
}

nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
nav a {
  color: var(--text) !important;
	display: block;
	margin: 5px;
	background: linear-gradient(to right,var(--bg),var(--gradientBottom));
	border: solid 1px var(--border);
  border-radius:0px;
	padding: 2px 7px;
	text-decoration: none;
  height:5vh;
  font-size:1.5em;
  font-weight:bold;
}
nav a:link, nav a:visited { 
	  background: var(--gradientBottom);
  text-shadow:0px;
  letter-spacing:normal;
    transition:letter-spacing 0.2s ease-in-out, box-shadow 0.1s ease-in-out, transform 0.2s ease-in-out;
  
}
nav a:hover, nav a:focus {
	background:var(--hoverTop);
  border:2px ridge var(--accent);
  letter-spacing:1px;
  transition: letter-spacing 0.2s ease-out, box-shadow 0.1s ease-out, transform 0.2s ease-out;
  box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.6);
  color:#000 !important;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  transform:scale(1.05);
  overlay:#fff;
}

/* optional button styling like in the preview */
div.small > img {
	display: block;
	margin: 5px auto;
	border:2px ridge var(--border);
	border-radius: 5px;
}


section {
	border: 3px solid var(--border);
	border-radius: 0px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
	padding: 5px;
}


footer {
	text-align: center;
	margin-bottom: 5vw;
	font-size: 0.8rem;
}
footer a { 
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, p  { 
	margin: 5px;
	line-height: 1.2;
}
h1 { 
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px ridge var(--border);
	padding-bottom: 5px;
}
h12 { 
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

h13 { 
  color:var(--bg);
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

h2 { 
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
h3 { 
	font-size: 1.1rem;
}
h4 { 
	font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
}

.center {
  text-align:center;
  justify-content:center;
}

/* prevents overflow on smaller screens */
img { max-width: 100%; }
pre { overflow-x: auto; }


a:hover, a:focus {
	font-style: italic;
}
a:visited {
	color: var(--accent);
}

a.broken:hover {
   cursor:url('https://quimiri.neocities.org/cursors/no%20touch.png'), auto;
}

a:hover, a:focus {  cursor:url('https://quimiri.neocities.org/cursors/question%20touch.png'), auto;
	font-style: italic;
}
a:visited {
	color: var(--accent);
}


#pagedoll {
  position: fixed;
  height:150px;
  bottom:0;
  float:left;
}

#buddy {
  height:50px;
}

#wavy {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: (--text);
  text-decoration-skip-ink: none;
}

.title {
   filter: drop-shadow(3px 5px 2px #000) !important;
}

img.crab:focus{
  cursor:url("https://quimiri.neocities.org/cusors/heart%20grab.png"), auto;
  animation:;
}

img.crab:hover{
  cursor:url("https://quimiri.neocities.org/cursors/heart%20grab.png"), auto;
  animation-name:crab-touch;
  animation-duration:0.5s;
  animation-iteration-count: infinite;
  animation-timing-function:ease-in-out;
}

@keyframes crab-touch {
   0% {
transform: scale(1, 1)
  }
  
  50% {
 transform: scale(0.9, 1.1)
  }

  100% {
transform: scale(1, 1)
  }
}

div.decobox{
	text-align: center;
	font-size: 1.25rem;
	margin: 5px;
	display: block;
	background: var(--bg);
  border:solid 1px var(--border);
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}

div.decobox2{
	text-align: center;
	font-size: 1.25rem;
	margin: 5px;
	display: block;
	background: url('https://quimiri.neocities.org/images/bg.gif');
  border:solid 1px var(--border);
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}

div.decobox3{
	text-align: center;
	font-size: 1.25rem;
	margin: 5px;
	display: block;
	background: url('https://quimiri.neocities.org/images/orange%20bg.gif');
  border:solid 1px var(--border);
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}

div.decobox-megatron{
	text-align: center;
	font-size: 1.25rem;
	margin: 5px;
	display: block;
	background: url('https://quimiri.neocities.org/images/megan%20bg.gif');
  border:solid 1px var(--border);
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}

.title {
     filter: drop-shadow(3px 5px 2px #000) !important;
  
}

.imgdeco {
  height:2.7vh;
}

.flexbox {
  display: flex;
  align-items: center;
}

.flexbox-grid-title {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}

.flexbox-grid2 {
  display: grid;
}

.flexbox-column {
  display: flex;
  flex-direction: column;
}

.flexbox-row {
  display: inline-flex;
  flex-direction: row;
}
  


.divider {
  	border-bottom: 2px ridge var(--border);
}

ul {
  font-size:1rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
  content: "☆";
  padding-right: 5px;
}

li.big:before {
  content: "★";
  padding-right: 5px;
}

li.done {
  text-decoration: line-through;
  padding-left: 1em;
  text-indent: -1em;
}

span.bricky {
  color:#000;
  font-weight:bold;
  max-height:5vh;
  border:solid 1px var(--border);
  background: linear-gradient(to bottom,var(--hoverBottom), var(--hoverTop), var(--hoverTop));
	border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	padding:2px;
  margin:5px;
  padding-right:5px;
}

.bricky img {
  float:left;
  object-fit:contain;
    max-height:3vh;
}

button:hover, button:focus {  cursor:url('https://quimiri.neocities.org/cursors/question%20touch.png'), auto;
}

.vertical-menu {
  overflow-y: auto;
    align-items: center;
  justify-content:center;
  text-align:center;
}

.vertical-menu button {
  background:0;
  border:0;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
    filter: drop-shadow( 0px 3px 2px  rgba(0, 0, 0, 0.5));
  transform-origin: bottom center;
  transition: all 0.1s ease-in-out;
  transform:;
  
}

.vertical-menu button:hover {
    transform-origin: bottom center;
  transform:rotate(-3deg);
  filter: drop-shadow( 5px 5px 0px var(--accent));
}

.img-button {
  object-fit:contain;
  width:15vw;
}

.city {
  width:100%;
}

p.name{
  color:var(--text);
  font-weight:bold;
  font-size:.9em;
}

img.name {
    float:left;
  object-fit:contain;
    vertical-align: middle;
    max-height:20px;
  margin-right:5px;
}

.custom-progress-bar {
  color:#000;
  font-weight:bold;
  font-style:italic;
  font-size:0.5em;
  margin:10px;
  width: 50%;
  height: 15px;
  border-radius: 10px;
  overflow: hidden; 
	background: linear-gradient(to bottom,var(--gradientBottom),var(--gradientTop));
  border:solid 1px var(--border);
	border-radius: 5px;
	text-decoration: none;
}

.progress-value {
  height: 100%;
  background:linear-gradient(to bottom,var(--hoverBottom), var(--hoverTop), var(--hoverTop)), url('https://i.imgur.com/LPiogBl.gif');
      background-blend-mode:overlay;
}

.progress-text {
 font-size:.8em;
  text-align:left;
  float:left;
  margin:10px;
  margin-top:0px;
}

.profiletext {
 font-size:.8em;
  text-align:left;
}

.profiletext {
 font-size:.8em;
  text-align:left;
}

.profileimage {
  float:left;
  height:100px;
  width:100px;
	margin: 5px;
  object-fit:cover;
  border:solid 1px var(--border);
	border-radius: 5px;
}


div.picture {
  display: block;
	margin: 5px;
  border:solid 1px var(--border);
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}

.game-image {
  width:8vw;
  float:left;
  padding:5px;
}

img.game-hover {
  width:8vw;
  float:left;
  padding:10px;
  filter: drop-shadow( 0px 3px 2px  rgba(0, 0, 0, 0.5));
  transform-origin: bottom center;
  transition: all 0.1s ease-in-out;
  transform:;
}

img.game-hover:hover {
  transform-origin: bottom center;
  transform:rotate(-3deg);
  filter: drop-shadow( 5px 5px 0px var(--text))
}

.stamp {
  width:99px;
  height:56px;
}

#stamp-border {
border:2px;
  color:#fff;
border-style: dashed;
}

#stamp-border-red {
border:2px;
  color:#ff0000;
border-style: dashed;
}

#stamp-border-inscryption {
border:2px;
  color:#c4c272;
border-style: dashed;
}

.stamp-row {
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-bottom:10px;
}

.tiny-text {
  font-size:0.5em;
  font-style:italic;
}

a.link
{
  background:0 !important; 
    border:0 !important;
  color: var(--gradientTop) !important;
  float:left;
  margin:0px;
  margin-bottom:5px;
  margin-left:0px !important;
  padding:0px !important;
  font-size:0.5em;
}

a.link:visited a.link:link, a.link:hover, a.link:focus {
    color: var(--gradientTop) !important;
}

.kickflip-main-section {
  margin-left:17vw;
}