		
/* 
		
	heyyy thasts MY cascading style sheet.

*/

		/** basic **/

@font-face {
    font-family: 'vcrosdmonoregular';
    src: url('../fonts/assets-vcr-webfont.woff2') format('woff2'),
         url('../fonts/assets-vcr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

body{
	font-family:comic sans ms, sans-serif;
	margin:0;
	font-size:15px;
	line-height:150%;
	background-color:#120b36;
	background-image:url(../images/background.png);
	background-attachment: fixed;
	color:#eedcff;
	word-wrap: break-word;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
		h1{
			line-height:100%;
			font-size:280%;
			font-family:'vcrosdmonoregular', sans-serif;
			margin:0 10px;
			padding:10px 0;
			text-transform:uppercase;
			width:auto;
		}
		h2{
			font-family:'vcrosdmonoregular', sans-serif;
			font-size:26px;
			text-align:center;
			margin:10px;
			text-transform:uppercase;
			font-weight:normal;
		}
		h3{
			line-height:100%;
			font-size:20px;
			margin:0 10px;
			padding:5px 0 0;
		}
	p{
		margin:0 10px;
		padding:5px 0;
	}
		a{
			color:#ff85dc;
			text-decoration:none;
			text-transform:none;
		}
		a:hover{
			color:#00ffff;
		}
		mark{
			font-family:'vcrosdmonoregular', sans-serif;
			font-size:16px;
			color:#040012;
			background-color:#eedcff;
		}
		mark a{
			color:#040012;
			background-color:#ff85dc;
		}
		mark a:hover{
			color:#040012;
			background-color:#00ffff;
		}
		ol{
			margin:5px 60px;
			padding:5px 0;
		}
			ol a{
			color:#ff85dc;
			text-decoration:none;
			}
		ul{
			margin:7px 6%;
			padding-left: 0;
			list-style-type: '🞂 ';
		}
			ul a{
				color:#ff85dc;
				text-decoration:none;
			}
			
	abbr{
		cursor:help;
		text-decoration:none;
	}

img{
	max-width:100%;
	height:auto;
}

pre{
	overflow-x:auto;
}
	pre a:hover{
		color:#00ffff;
	}

header{
	max-width:972px;
	margin:auto auto 5px;
	text-align:center;
	overflow:hidden;
}

@keyframes rotate3d {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.rotating-banner {
    animation: rotate3d 10s linear infinite;
    max-width: 100%;
    height: auto;
}

.border{
	border:1px solid white;
}

#wrapper{
	max-width:1200px;
    margin:auto;
    top:0;
	height:100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}

#main{
	display:flex;
	flex: 1;
}

	#submain{
		max-width:600px;
		flex: 1;
	}
	
	#sidebarLeft{
		width:300px;
	}
	#sidebarRight{
		width:300px;
	}

/* Marquee styles - positioned at original locations but full width and much longer */
.marquee-container {
	width: 100vw;
	position: relative;
	overflow: hidden;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.marquee-top {
	width: 100%;
	height: auto;
	margin: 5px 0;
	overflow: hidden;
}

.marquee-bottom {
	width: 100%;
	height: auto;
	margin: 5px 0;
	overflow: hidden;
}

.marquee-top marquee,
.marquee-bottom marquee {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.marquee-top marquee img,
.marquee-bottom marquee img {
	height: 31px;
	width: auto;
	max-height: 31px;
	object-fit: contain;
	margin: 0 2px;
	flex-shrink: 0;
}

nav{
	max-width:972px;
	background-color:#00ff00;
	background-image:url('../images/backgrounds-lines.png');
	background-image:url('../images/backgrounds-lines.png'), linear-gradient(180deg, #0066ff 0%, #00ff00 30%, #0066ff 100%);
	border:1px solid white;
	line-height:100%;
	padding:4px 13px;
	cursor:auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	font-size:23px;
	font-weight:bold;
	font-family:'vcrosdmonoregular', sans-serif;
	text-shadow: 2px 2px #35008a;
	text-transform:uppercase;
	margin:auto auto 5px;
	pointer-events: auto;
	z-index: 10;
	position: relative;
}
	nav a{
		color:white;
		padding: 4px 15px;
		margin: 0 5px;
		display: inline-block;
		text-decoration: none;
		border-radius: 5px;
		cursor: pointer;
		pointer-events: auto;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	nav a:hover{
		color:white;
		background-color: rgba(255, 255, 255, 0.2);
	}

.secth{
	font-family:'vcrosdmonoregular', sans-serif;
	background-color:#00ff00;
	background-image:url('../images/backgrounds-lines.png');
	background-image:url('../images/backgrounds-lines.png'), linear-gradient(180deg, #0066ff 0%, #00ff00 30%, #0066ff 100%);
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:0 0 10px;
	cursor:default;
	color:white;
	text-shadow: 2px 2px #35008a;
	text-transform:uppercase;
}

	.any{
		background:#040012;
		overflow:auto;
		border:1px solid white;
	}
	.anyp{
		padding:5px;
	}

		/**** tt ****/

.tooltip{
    display: inline;
    position: relative;
}
 
#s-m-t-tooltip {
    max-width:300px;
	font-size:16px;
    text-align:center;
    padding:5px 10px;
    margin:25px 0 0 15px;
    z-index:6969420;
    color:#ffffff;
    background-color:#000000;
    box-shadow:0 0 5px 3px #000000;
}

		/** status **/

#statuscafe {
    padding: .5em;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}


/****/

footer{
		text-align:center;
		max-width:1000px;
		margin-top:-7px;
		z-index: 10;
		position: relative;
	}
		/* Hide video download controls */
	video::-webkit-media-controls-download-button {
		display: none !important;
	}
	
	video::-webkit-media-controls-overflow-button {
		display: none !important;
	}
	
	video::-webkit-media-controls-more-button {
		display: none !important;
	}
	
	/* Hide the three dots menu button - more aggressive approach */
	video::-webkit-media-controls-panel {
		overflow: hidden !important;
	}
	
	video::-webkit-media-controls-panel > *:last-child {
		display: none !important;
	}
	
	/* Alternative approach to hide overflow menu */
	video::-webkit-media-controls-panel::-webkit-scrollbar {
		display: none !important;
	}
	
	/* More specific selectors for the three dots */
	video::-webkit-media-controls-panel::-webkit-media-controls-overflow-button {
		display: none !important;
	}
	
	video::-webkit-media-controls-panel::-webkit-media-controls-more-button {
		display: none !important;
	}
	
	/* Hide any button that might be the three dots */
	video::-webkit-media-controls-panel button:last-child {
		display: none !important;
	}
	
	video::-webkit-media-controls-panel div:last-child {
		display: none !important;
	}
	
	/* Force hide overflow controls */
	video::-webkit-media-controls-panel::-webkit-media-controls-overflow-button,
	video::-webkit-media-controls-panel::-webkit-media-controls-more-button,
	video::-webkit-media-controls-panel::-webkit-media-controls-download-button {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	/* Specific styles for the presentation video */
	#presentation-video::-webkit-media-controls-overflow-button,
	#presentation-video::-webkit-media-controls-more-button,
	#presentation-video::-webkit-media-controls-download-button {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	#presentation-video::-webkit-media-controls-panel > *:last-child {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	/* Specific styles for the second presentation video */
	#presentation-video2::-webkit-media-controls-overflow-button,
	#presentation-video2::-webkit-media-controls-more-button,
	#presentation-video2::-webkit-media-controls-download-button {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	#presentation-video2::-webkit-media-controls-panel > *:last-child {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
	
	footer a{
		}
		footer a:hover{
		}
		
		
		

/* Responsive Design */
@media only screen and (max-width: 1210px) {
	header{
		overflow-x:hidden;
	}
	footer{
		margin-bottom:50px;
	}
	
	nav{
		display:flex;
		flex-wrap:wrap;
		margin:0 5px 5px;
		max-width:100%;
	}
	#main{
		display:flex;
		flex-direction:column;
		margin:5px;
	}
	.any{
		margin:0;
	}
	#sidebarLeft{
		width:100%;
		margin-top:5px;
	}
	#sidebarRight{
		width:100%;
	}
	#submain{
		width:100%;
		max-width:100%;
		margin:0 0 5px;
	}
	
	#main div:nth-child(1){
		order:3;
	}
	#main div:nth-child(2){
		order:1;
	}
	#main div:nth-child(3){
		order:2;
	}
	
	iframe{
		max-height:250px;
	}
	#bottom{
		margin:0 5px;
	}
}

@media only screen and (max-width: 900px) {
	header{
		margin-left:15px;
		overflow-x:hidden;
	}
	footer{
		margin-bottom:50px;
	}
	
	nav {
		flex-direction: column;
		align-items: center;
		padding: 10px;
	}
	
	nav a {
		margin: 2px 0;
		font-size: 18px;
	}
	
	#sidebarLeft,
	#sidebarRight {
		width: 100%;
		margin: 5px 0;
	}
	
	#submain {
		max-width: 100%;
	}
	
	/* Adjust marquee for mobile */
	.marquee-top marquee img,
	.marquee-bottom marquee img {
		height: 25px;
		max-height: 25px;
	}
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 200%;
	}
	
	h2 {
		font-size: 22px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	nav {
		font-size: 16px;
		padding: 8px;
	}
	
	nav a {
		font-size: 14px;
		padding: 3px 10px;
	}
	
	.marquee-top marquee img,
	.marquee-bottom marquee img {
		height: 20px;
		max-height: 20px;
	}
}