/* start light mode styling */
	:root {
		--text: #4e3d42;
		--border: #FFECB6;
		--accent: teal;
		--background: url(/gl-pixels/star1a_purple.gif);
		--bg: #dce3e1;
		--gradientTop: white;
		--gradientBottom: rgb(240, 248, 255, .8);
		a:link { color: teal; }
	}
	header {
		background: url('***light mode banner image***');
	}
	body{
			background:url(/gl-pixels/star1a_purple.gif);
		}
/* end light mode styling */


/* start dark mode styling */
	@media (prefers-color-scheme: light) {
		
	}
/* end dark mode styling */


* { 
	box-sizing: border-box;
}
body {
	padding: 10px;
	font-family: 'popppins-regular';
	color: var(--text);
	text-transform: lowercase;

	/* page background pattern */
	background-color: var(--gradientTop);
	background: var(--);
	background-size: 20px 35px;
	background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}


.container {
	max-width: 55rem;
	margin: 5vw auto 12px auto;
	border: 6px ridge var(--border);
	outline: 3px solid var(--gradientTop);
	outline-offset: 4px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;
	
	

	/* container background pattern */
	background-color: var(--gradientBottom);
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, var(--gradientBottom) 9px ), repeating-linear-gradient( var(--bg), var(--bg));
}
/* these control the column widths */
.small { flex: 1 1 9%; }
.large { flex: 1 1 82%; }
.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;
	margin-bottom: 80px;
	font-family: "Fontdiner Swanky", serif;
	
}
header span {
	font-size: 4em;
	font-family: "Fontdiner Swanky", serif;
    -webkit-text-fill-color: #FFECB6;
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 10px;
	text-shadow: 1px 1px var(--text),
		-1px 1px var(--text),
		1px -1px var(--accent),
		-1px -1px var(--accent);
	color: var(--gradientTop);
}
.header-break{
	background: url(/gl-pixels/80x80th_carousel1d.gif);
	background-position-y: bottom;
	background-repeat: repeat-x;
	position: relative;
	width: 100% ;
	height: 195px;

	
}
#umpd{
	background-image: url(/gl-pixels/games/Screenshot%202025-05-25%20073625.png)
}
#gakumas{
	background-image: url(https://64.media.tumblr.com/51fc022853f89a12e337599584649ccd/49fd73a5b62dd29a-c5/s540x810/fb48e85786cac3515f59604e63928678f268e1d6.gifv)
}
#spooky{
	background-image: url(https://64.media.tumblr.com/dfde4bf8726a258275072ae1cb011dd3/80f2cdcb43cd1375-76/s540x810/33165b2e94a7a4980fd65e72bf637984929a710d.gifv)
}


nav {
	border: 2px ridge var(--border);
	border-radius: 5px;
	padding: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
	
}
nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
	
}
nav a {
	display: block;
	margin: 5px;
	background: linear-gradient(to right,var(--bg),var(--gradientBottom));
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}

nav a:hover, nav a:focus {
	background: linear-gradient(to right,var(--bg), var(--gradientBottom), var(--gradientTop));
}

/* optional button styling like in the preview */
div.small > img {
	display: block;
	margin: 5px auto;
	border:2px ridge var(--border);
	border-radius: 5px;
}
/*this is for lists*/
li {
  /*list-style-type: "♥ ";*/
  list-style-type: "🍧";
}

.spooky li{
	list-style-type: "⛧";
}


section {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
	padding: 5px;
	
}

.shrine {
padding: 10px;
overflow: hidden;
width: 160px;
height: 90px;
}

.shring > div{
text-align: center;	
}

.shrine img{
border-radius: 25px;	
width: 100%;
height: 100%;
object-fit: cover;
}

.bottom{
	background: url(/gl-pixels/80x80th_cloud1a.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 100px;
	max-width: 55rem;
	margin: -1vw auto 12px auto;
	display: flex;
	flex-wrap: wrap;

}

footer {
	
	text-align: center;
	bottom: 0;
	margin-top: -1vw;
	font-size: 0.8rem;
	
}
footer a { 
	text-decoration: none;
	
}

a img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

a:hover img {
  transform: scale(1.1);    /* Slight zoom */
  opacity: 0.8;             /* Slight fade */
}


h1, h2, h3, h4, h5, h6, p  { 
	margin: 5px;
	line-height: 1.2;
	color: #4E3D42;
}
h1 { 
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px ridge var(--border);
	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;
}

/* 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);
}

table {
	margin: 0 auto;
	padding: 5px;
	border-collapse: collapse; border-spacing: 0;
}

hr{
	border-top: dotted;
	border-top-color: #DECCE5;
}
mark{
	background: #DECCE5!important;
}

.center{
	text-align: center;
	
}

.flexbox{
	display: flex;
	flex: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: baseline;
	white-space: wrap;
	margin: auto;
}

.flexbox img{
	max-width: 200px;
}

.textbox{
	border: 2px ridge var(--border);
	border-radius: 5px;
	width: 60%;
	margin: auto;
}

embed{
	width:100%;
	height: 100%;!important
	overflow: visible;
}
/* for profiles */

.icon {margin:auto;}
.icon img {
  /*this makes it a circle, lower the number for a rounded square*/
  border-radius:50%;
  width:200px;
	object-fit: fill;
}

.button{
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: FFECB6;
	padding: 5px;	
	
}

.codebox{
	display: block;
 	width: 150px;
	overflow: auto;
	background-image: url(/gl-pixels/hoshi_y_t.gif);
	overflow-x: hidden; /* Hide horizontal scrollbar */	
	padding: 5px;
	
}
/*Status Cafe CSS*/
#statuscafe {
    padding: .5em;
    background-color: #FFECB6;
    border: 1px solid teal;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}


/* fonts */
.fontdiner-swanky-regular {
  font-family: "Fontdiner Swanky", serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}