/* hi hello hi i see u reading my code :) */

:root {
    --text-color: #543344;
    --bg-image: url("bg.png");
	--bg-style: cover;
    --bg-color: #bfb4b3;
    --link-color: #515262;
	--link-hover-color: #8ea091;
	--icon-color: invert(20%) sepia(6%) saturate(3419%) hue-rotate(277deg) brightness(95%) contrast(87%);
	--icon-hover: invert(66%) sepia(18%) saturate(205%) hue-rotate(78deg) brightness(90%) contrast(94%);
	--dark-button: 'turn off the lights';
}

[data-theme="dark"] {
    --text-color: #c9cca1;
    --bg-image: url("stars1.gif");
	--bg-style: repeat;
    --bg-color: "transparent";
    --link-color: #c9cca1;
	--link-hover-color: #8ea091;
	--icon-color: invert(95%) sepia(10%) saturate(813%) hue-rotate(12deg) brightness(88%) contrast(85%);
	--icon-hover: invert(20%) sepia(6%) saturate(3419%) hue-rotate(277deg) brightness(95%) contrast(87%);
	--dark-button: 'turn on the lights';
}

.darkbutton-text span {
	display: none;
}

.darkbutton-text:after {
	content: var(--dark-button);
}

/* DELETE BELOW REPETITION, IT'S JUST FOR DREAMWEAVER PREVIEW AND BREAKS THEME CODE 

[data-theme="dark"] {
    --text-color: #543344;
    --bg-image: url("bg.png");
	--bg-style: cover;
    --bg-color: #bfb4b3;
    --link-color: #515262;
	--link-hover-color: #8ea091;
	--icon-color: invert(20%) sepia(6%) saturate(3419%) hue-rotate(277deg) brightness(95%) contrast(87%);
}

/* DELETE ABOVE REPETITION, IT'S JUST FOR DREAMWEAVER PREVIEW AND BREAKS THEME CODE */

@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: om_font;
	src: url(HelvetiPixel.ttf);}

a, a:hover, label:hover { cursor:url("ghost1.png") /* 4 0 */, auto !important; }

body {
	cursor: url("ghost.png"), auto !important;
	display: flex;
	align-items: left;
	justify-content: center;
	font-size: 24px;
	margin: 0;
	padding: 16px;
	padding-top: 48px;
	color: var(--text-color);
	font-family: om_font;
	line-height: 1.2;
  	background: #543344;
  	background-image: var(--bg-image);
  	background-size: var(--bg-style);
  	background-position-y: bottom;
	background-position-x: center;
  	background-attachment: fixed;
	
}

/*--------------------*/
/*--HTML TAG STYLING--*/
/*--------------------*/

.black-icon{
    filter: var(--icon-color);
}

.black-icon:hover{
	filter: var(--icon-hover);
	cursor:url("ghost1.png") /* 4 0 */, auto !important;
}

li {
  list-style-type: none;
}

h.small {
  line-height: 0.8;
}

a {
	color: var(--link-color);
  	text-decoration: underline;
}

a:hover,
a:focus {
  	color: var(--link-hover-color);
  	text-decoration: none;
}

h3 {
  line-height: 0;
}

/*--------------------*/
/*---LAYOUT + STYLE---*/
/*--------------------*/

.container {
	width: 51%;
	display: grid;
	justify-content: center;
	grid-template-areas:
		"content socials"
		"content menu"
		"footer footer";
  	grid-template-columns: 1.5fr 1fr;
	grid-template-rows: auto 1fr auto;
  	gap: 16px;
  	background-color: transparent;
  	padding: 5px;
}

.container > div {
	background-color: var(--bg-color);
	padding: 16px;
	border-style: solid;
	border-width: 2px;
	border-top-color: #e6dedd;
	border-left-color: #e6dedd;
	border-right-color: #8e8287;
	border-bottom-color: #8e8287;
}
.container > div.socials {
	grid-area: socials;
	padding-bottom: 8px;
}
.container > div.menu {
	grid-area: menu;
}
.container > div.menu-mobile {
	grid-area: menu-mobile;
}
.container > div.content {
	grid-area: content;
}
.container > div.footer {
	grid-area: footer;
	padding: 4px;
	padding-left: 12px;
}

.shows {
	display: block;
	width: auto;
	height: 200px;
	overflow: auto;
}

.pic-text img {
	float: right;
	clear: both;
	margin: 8px;
	border-style: solid;
	border-width: 2px;
	border-top-color: #e6dedd;
	border-left-color: #e6dedd;
	border-right-color: #8e8287;
	border-bottom-color: #8e8287;
}

.button {
	background-color: #bfb4b3;
	border-style: solid;
	border-width: 2px;
	border-top-color: #e6dedd;
	border-left-color: #e6dedd;
	border-right-color: #8e8287;
	border-bottom-color: #8e8287;
	color: #515262;
	padding: 8px 48px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	font-family: om_font;
}

.button:hover {
	color: #8ea091;
	text-decoration: none;
}

.button:active {
	background-color: #bfb4b3;
	border-top-color: #8e8287;
	border-left-color: #8e8287;
	border-right-color: #e6dedd;
	border-bottom-color: #e6dedd;
}

/*--------------------*/
/*---OVERLAY IMAGES---*/
/*--------------------*/

#cat-hello {
    background-image:url("hikittya.gif");
    height:60px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:auto;
} 

.content {
	position: relative;
}

.menu {
	position: relative;
}

.minna-container {
	position: relative;
}

.minna-container img {
	border-style: none;
}

.cat-img {
  position: absolute;
  top: 115px;
  left: 8px;
  width: 65px;
  height: 65px;
}

.minna-img {
  position: absolute;
  top: 150px;
  left: 200px;
}

.bears-img {
  position: absolute;
  top: 40px;
  left: 295px;
  z-index: -1;
}

.bear-comp-img {
  position: absolute;
  top: 255px;
  left: 320px;
  z-index: -1;
}

.world-img {
  position: absolute;
  top: 425px;
  left: 305px;
  z-index: -1;
}

.smiley-img {
  position: absolute;
  top: 600px;
  left: 330px;
  z-index: -1;
}

.cinna-img1 {
  position: absolute;
  top: -64px;
  left: 476px;
}


/*--------------------*/
/*--DARKMODE CHECKBOX-*/
/*--------------------*/
label[for="kml-red-check"]{
	background-color: #bfb4b3;
	border-style: solid;
	border-width: 2px;
	border-top-color: #e6dedd;
	border-left-color: #e6dedd;
	border-right-color: #8e8287;
	border-bottom-color: #8e8287;
	color: #515262;
	padding: 4px 38px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
	font-size: 20px;
	font-family: om_font;
}

label[for="kml-red-check"]:hover {
	color: #8ea091;
	text-decoration: none;
}

label[for="kml-red-check"]:active {
	background-color: #bfb4b3;
	border-top-color: #8e8287;
	border-left-color: #8e8287;
	border-right-color: #e6dedd;
	border-bottom-color: #e6dedd;
}

#kml-red-check{
    display:none;
}

.theme-switch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}