*{cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat997.cur), auto !important;}

@font-face {
   font-family: "PixelOperator";
	src: url(../fonts/PixelOperator.ttf) format("truetype");
}

@font-face {
font-family: 'music';
src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
}
 
@font-face {
font-family: Pixelated MS Sans Serif;
src:url(ms_sans_serif.woff) format("woff");
src:url(ms_sans_serif.woff2) format("woff2");
}

body {
	font-family: "Ms Gothic", sans-serif;
	font-size: 1em;
	background-image: url("../img/bg/bg-clouds-blue.jpg");
	color: pink;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	margin: 0;
	padding: 0;
	text-rendering: pixelated;
}

index::-webkit-scrollbar {
width: 0;
/* remove scrollbar space */
background: transparent;
/* to make scrollbar invisible */
}

index::-webkit-scrollbar-thumb {
background: transparent;
}

#container {
	height: auto;
	margin: 2% auto;
	width: 940px;
	padding: 10px 0;
}

#inside {
	display: grid;
	grid-template-areas:
		'header header header'
		'blinkie-area blinkie-area blinkie-area'
		'left middle right'
		'half-wrapper half-wrapper half-wrapper'
		'footer footer footer';
	grid-template-columns: 180px 1fr 180px;
	grid-gap: 6px;
	width: 910px;
	margin: auto;
}

.blinkie-area {
	grid-area: blinkie-area;
	width: 100%;
	margin: -20;
	display: flex;
	justify-content: center;
	padding: 0px;
}

.blinkie-marquee {
	width: 100%;
	height: 2px;
	margin-top: 0px;
	overflow: hidden;

}

.header-styling {
	background-image: linear-gradient(white, white, white);
	width: 100%;
	height: 30px;
	font-size: 1em;
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.header-controls {
	margin-left: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-controls span {
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
}

.header {
	grid-area: header;
	background-image: url('./img/placeholders/Background064.gif');
	background-size: cover;
	background-position: center;
	height: 140px;
	font-size: 1.5rem;
	text-shadow: 0 0 3px black;
	padding: 15px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.left {
	grid-area: left;
}

.navbar-container,
.contacts-container,
.updates-container,
.additional-container,
.extra-small-container,
.middle-container,
.half1-container,
.half2-container {
	border: 2px ridge #d5d5d5;
	background-color: white;
	margin-bottom: 10px;
	overflow: hidden;
}

.navbar,
.contacts,
.updates,
.additional,
.extra-small,
.middle-content,
.half1 .content,
.half2 .content {
	padding: 8px;
	overflow-y: auto;
	max-height: 220px;
}

.navbar {
	display: flex;
	flex-direction: column;
	padding: 8px;
	overflow-y: auto;
	max-height: 220px;
}

.navbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navbar li {
	padding: 1px 0;
}

.navbar a {
	text-decoration: underline;
	font-weight: bold;
	color: pink;
	font-size: 1em;
	padding-left: 5px;
	display: block;
	transition: padding-left 0.2s ease;
}

.navbar a:hover {
	padding-left: 12px;
}

.contacts {
	padding: 8px;
	overflow: hidden;
	max-height: 120px;
	justify-content: center;
}

.middle-container {
	height: 500px;
	border: 2px ridge #d5d5d5;
	background-color: white;
	display: flex;
	flex-direction: column;
}

.middle-container .header-styling {
	flex-shrink: 0;
	height: 30px;
}

.middle-iframe {
	flex-grow: 1;
	width: 100%;
	height: calc(100% - 30px);
	border: none;
    max-width: 534px;;
}

.right {
	grid-area: right;
}


.additional::-webkit-scrollbar {
width: 0;
/* remove scrollbar space */
background: transparent;
/* to make scrollbar invisible */
}

.additional::-webkit-scrollbar-thumb {
background: transparent;
}




.footer {
	grid-area: footer;
	text-align: center;
	padding: 10px;
	font-size: 75%;
	font-weight: 10px;
	color: black;
    max-height: 20px;
	line-height: 1px;
}

.stamp-marquee,
.blinkie-marquee {
	overflow: hidden;
	position: relative;
	border: 2px ridge #d5d5d5;
    background-color: white;
}

.stamp-marquee .marquee-content {
	animation: stampScroll 8s linear infinite;
}

.stamp-marquee {
	height: 74px;
	width: 176px;
	margin: 10px auto;
	border: 2px ridge #d5d5d5
}

.blinkie-marquee {
	height: 20px;
	width: 100%;
	margin: 5px 0;
	border: 2px ridge #d5d5d5
}

.marquee-content {
	display: flex;
	align-items: center;
	animation: scroll 20s linear infinite;
}


@keyframes scroll {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-330%);
	}
}

.stamp-marquee .marquee-content {
	animation: stampScroll 12s linear infinite;
}

@keyframes stampScroll {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-900%);
	}
}

.stamp-marquee:hover .marquee-content,
.blinkie-marquee:hover .marquee-content {
	animation-play-state: paused;
}


.marquee-content img {
	height: 100%;
	margin-right: 10px;
	object-fit: contain;
}

textarea {
    resize: none;
    width: 250px
}
.button {
	max-width: 100px;
	width: 100%;
	height: auto;
}

.cred {
	max-width: 80px;
	margin: 0px;
}

#status-cafe {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative; /* or static unless you have a reason for absolute */
}


#change {
	font-size: small;
	line-height: 13px;
	margin: 15px;
	background-color: white;
	color: black;
	background-image: url("../img/bg/bg-clouds-blue.jpg");
	}

#change-div {
	height: 10px;
	  background: url("../imgs/div-paperclips.gif");
	  border: none;
}

.change-entry {
	background-color: aliceblue;
	border-radius: 23px;
	align-content: center;
	text-align: left;
	padding: 5px;
	padding-left: 30px;
	padding-bottom: 15px;
	
}

.change-entry ul {
	list-style-image: url("../img/icons/icon-black-arrow-wiggle.gif");
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.paperclip-div {
	  height: 10px;
	margin: 15px;
	  background: url("../img/dividers/div-paperclip.gif");
	  border: none;
}

.inline-img {
  display: inline;
  margin: 0 0.125em;
  padding: 0;
  vertical-align: baseline;
}


/** This stuff is necessary !! **/
.explode > p {
  position: absolute;
  cursor: inherit;
}

.explode {
  transform: translate(-10px,-20px);
  position: absolute;
  pointer-events: none;
}

#header-content img {
	height: 100px;
	width: 100px;
	
}
.header-icon {
	width: 40px;
	height: 10px;
}

.silver-div {
	height: 30px;
	margin: 1px;
	background: url("../img/dividers/div-fancy-silver-001.png");
	border: none;
}



.blink {
	max-height: 20px;
	width: auto;
}

.inline-icon {
    max-width: 1em;
}


/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
position:relative;
margin-top: 45px;
;z-index:5
}
div.ex2 {
width: 22px;
background:white;
opacity:0.75;
border: 3px double #000;
padding:5px;
}
#glenplayer02 a {text-decoration:none;}

#glenplayer02 > div {
align-self:center;
}

.music-controls {
user-select:none;
-webkit-user-select:none;
width:13px;
font-size:13px;
cursor:pointer;
}

.playy, .pausee {color:#000;} /* color of play & pause buttons */

.pausee {display:none;}

.sonata {
margin-left:10px;
color:#222; /* color of music note symbol */
}

.labeltext {
margin-left:8px;
font-family:courier new;
font-size:9px;
color:#222; /* color of song title */
}