@font-face {
  font-family: 'magazine';
  src: url('https://dl.dropbox.com/s/9a122x5sim0udkw/MagazineLetterByBrntlbrnl-Regular.ttf') format('truetype');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

.blog-image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

body,
a,
a:hover,
a:visited,
a:active {
  cursor: url('https://kimb4thetape.neocities.org/pcursor.png') 0 0, auto;
}

body {
font-family: 'IBM Plex Mono', monospace;
	background-color: hotpink;
	background-image: url('https://kimb4thetape.neocities.org/b4thetapebackground.png');
	background-repeat: none;
	background-position: top left;
	background-attachment: absolute;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2 {
  font-family: 'magazine', 'IBM Plex Mono', monospace;
  font-size: 2.5em;
  margin-bottom: 10px;
  color:#5f9972
}

p {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

nav ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
.scrollable-text {
  height: 90px;        /* fixed height, adjust as needed */
  overflow-y: auto;     /* vertical scroll if content is too big */
  padding-right: 10px;  /* optional: space for scrollbar */
  margin-top: 10px;     /* space above text */
  border: 1px solid #ccc; /* optional border for clarity */
}

.window[data-title="Music"] .scrollable-text {
  height: 275px;
}

.window[data-title="Socials"] .scrollable-text {
  height: 270px;
}


a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

#desktop {
	font-family: 'IBM Plex Mono', monospace;
	background: transparent;
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.window {
	position: absolute;
	border: 2px solid #000;
	background: #EEE;
	border-radius: 5px;
	z-index: 1000;
}

.window.closed {
	display: none;
}

.window.minimizedWindow {
	display: none;
}

.window.fullSizeWindow {
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	border-radius: 0;
	bottom: 32px !important;
}

.fullSizeWindow .ui-resizable-handle {
	display: none;
}

.windowHeader {
  background: linear-gradient(180deg, #e5e3e6, #a3a2a3);
	text-align: right;
	border-bottom: 2px solid #000;
	padding: 2px;
	cursor: move;
	height: 28px;
}

.activeWindow .windowHeader {
	background-color: #595959;
}

.windowHeader>span {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #000;
	margin-left: 4px;
	font-size: 19px;
	padding: 2px 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	border-radius: 5px;
	line-height: 20px;
	width: 12px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.windowHeader>span:hover {
	background: rgba(255, 255, 255, 0.3);
}

.windowHeader>span.winclose:hover {
	background: #f15454;
}

.windowHeader>span>span {
	display: inline-block;
	height: 8px;
	width: 10px;
	position: absolute;
	top: 6px;
	left: 10px;
}

.winminimize>span {
	border-bottom: 3px solid #000;
}

.winmaximize>span {
	border: 2px solid #000;
	border-top: 3px solid #000;
}

.winmaximize>span:nth-child(2) {
	display: none;
}

.fullSizeWindow .winmaximize>span:nth-child(1) {
	margin: 2px 0 0 -4px;
}

.fullSizeWindow .winmaximize>span:nth-child(2) {
	display: inline-block;
	top: 3px;
	left: 12px;
}

.wincontent {
	padding: 10px;
	min-width: 200px;
	min-height: 140px;
	border: 2px solid #000;
	margin: 2px;
	border-radius: 0 0 5px 5px;
}

.windowHeader>strong {
	float: left;
	margin: 0px 3px 0 10px;
	line-height: 29px;
	font-size: 17px;
}

.taskbarPanel {
	display: inline-block;
	border: 2px solid #000;
	border-radius: 5px;
	line-height: 24px;
	margin: 2px 0 0 10px;
	font-size: 17px;
	padding: 0 10px;
	background: #CCC;
	font-weight: bold;
	cursor: pointer;
}

.taskbarPanel.activeTab {
	background: #FFF;
}

.taskbarPanel.minimizedTab {
	background: #AAA;
}

.taskbarPanel.minimizedTab:hover {
	background: #DDD;
}

.taskbarPanel.closed {
	display: none;
}

#taskbar {
	position: absolute;
	height: 32px;
	border-top: 2px solid #000;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EEE;
}

#icons {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
}

#icons a {
	display: block;
	cursor: pointer;
	padding: 2px 10px;
}

#icons a:hover {
	background: #000;
	color: #FFF;
}

#templateLink {
	position: absolute;
	display: inline-block;
	bottom: 10px;
	right: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #30478c;
}

/*Demo styles BEGIN*/

/*blog window*/
#window0 { 
	top: 20px;
	left: 170px;
}

/*music window*/
#window1 {
	top: 300px;
	left: 250px;
}

#window2 {
	top: 250px;
	left: 300px;
}

/*welcome window*/
#window3 {
	top: 90px;
	left: 720px;
}



#window0 .wincontent {
	width: 660px;
	height: 400px;
}

#window1 .wincontent {
	width: 500px;
	height: 300px;
}

#window2 .wincontent {
	width: 400px;
	height: 350px;
}

#window3 .wincontent {
	width: 400px;
	height: 350px;
}


@media screen and (max-width:960px) {
	#window0 {
		left: 10px;
	}
	#window3 {
		left: 50px;
	}
}

@media screen and (max-width:770px) {
	#window0 .wincontent {
		width: 460px;
	}
	#window2 {
		left: 100px;
	}
	#window1 {
		top: 190px;
		left: -5px;
	}
}

@media screen and (max-width: 540px) {
  #window0 .wincontent {
    width: 230px;
    height: 200px;
  }

  #window1 .wincontent {
    width: auto;
    height: 300px;
  }

  #window2 {
    left: -118px;
  }

  #window2 .wincontent,
  #window3 .wincontent {
    width: 275px;
    height: auto;
  }

  #window2 .wincontent img,
  #window3 .wincontent img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  #window3 {
    top: 9px;
    left: 10px;
  }
}

/* Window 3 Desktop */
#window3 .wincontent img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* General Image Style Inside Windows */
.window img {
  width: 100%;
  height: auto;
}

/* Window 4 */
#window4 {
  top: 180px;
  left: 100px;
}

#window4 .wincontent {
  width: 400px;
  height: 300px;
}

/* Window 5 */
#window5 {
  top: 100px;       /* ✅ new top position */
  left: 300px;      /* ✅ new left position */
  width: 100%;
  max-width: 600px;
  height: auto;
}

#window5 .wincontent {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  /* NEW: let content define height */
  display: flex;
  flex-direction: column;
}

#window5 .responsive-wrapper {
  position: relative;
  width: 100%;
  padding-top: 82.9%; /* 402 / 485 */
  height: 0;
  overflow: hidden;
  flex-shrink: 0; /* prevent it from collapsing */
}

#window5 .responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}