/* =========================
   GLOBAL / RESET STYLES
   ========================= */

body {
	cursor: url("cursor/Aero%20Arrow.cur"), auto;
	font:
		10px "lato",
		verdana,
		arial;
	color: #727070;
	height: 100dvh;
	overflow-x: hidden;
	max-width: 100%;
}

::selection {
	background: #92579d; /* Background color */
	color: #ffffff; /* Text color */
}

/* =========================
   TEXT ELEMENTS
   ========================= */

/* Links */
a {
	color: #5dcf9f;
}

a:visited {
	color: #6627bd;
}

a:active {
	color: #222;
	text-decoration: none;
}

a:hover,
a:hover img {
	cursor: url("cursor/Aero%20Link.cur"), auto;
}
/* Text formatting */
b {
	color: #444;
	font-weight: bold;
}

i {
	font-style: italic;
	color: #aaa;
}

u {
	color: #888;
	text-decoration: underline;
}

/* =========================
   FONTS
   ========================= */

@font-face {
	font-family: "Angel";
	src: url("fonts/angels.ttf");
	font-display: swap;
}
@font-face {
	font-family: "nokia";
	src: url("fonts/nokiafc22.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Mario";
	src: url("fonts/Pretendo.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Pixelated MS Sans Serif";
	src: url("https://files.catbox.moe/qgjjre.woff") format("woff");
	src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Pixelated MS Sans Serif";
	src: url("https://files.catbox.moe/z7csle.woff") format("woff");
	src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}

/* =========================
   LAYOUT
   ========================= */

.background-container {
	border-radius: 10px;
	box-shadow:
		0 0 0 1px #3f415d,
		0 0 0 6px #ffffff;
	padding: 5px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.layout {
	text-align: center;
	justify-content: center;
	padding: 20px;
	display: grid;
	grid-template-columns: 200px 1fr 200px; /* flexible desktop layout */
	gap: 15px;
}

.row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

/* =========================
   MEDIA / DECOR
   ========================= */

.blinky {
	width: 150px;
	height: 20px;
}

.defaultstamp {
	width: 99px;
	height: 56px;
}

.defaultstamp:hover {
	animation: pop 1s ease-in-out infinite alternate;
}

.bannerad {
	align-self: center;
	max-width: 100%;
	
}

/* Floating animation. */
@keyframes floating {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	} /* Moves up */
	100% {
		transform: translateY(0);
	} /* Returns down */
}
.floating {
	animation: floating 2s ease-in-out infinite;
}

/* Popping animation. */
@keyframes pop {
	from {
		transform: scale(0.95);
	}
	50% {
		transform: scale(1);
	}
	to {
		transform: scale(0.95);
	}
}

.pop {
	text-align: center; /* looks weird often if not aligned in center */
	-webkit-animation: pop 1s ease-in-out infinite alternate;
	-moz-animation: pop 1s ease-in-out infinite alternate;
	animation: pop 1s ease-in-out infinite alternate;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.buttonFooter {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	display: flex;
	gap: 2px;
	margin-bottom: 8px;
	flex-wrap: wrap;
	justify-content: center;
}
.button {
	width: 88px;
	height: 31px;
}
/*Webpage title text style. */
.title-text {
	-webkit-text-stroke: 3px #000000;
	transition: 0.5s;
	line-height: 70px;
	margin-top: auto;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: "Mario", verdana, ariel;
	font-size: clamp(4rem, 18vw, 5rem); 
	letter-spacing: 2px;
	
}

.title-text:hover {
	letter-spacing: 7px;
	-webkit-text-stroke: 3px rgba(74, 96, 208, 0.98);
	transform: scale(1.03);
}

/*Header background style.*/
.header {
	display: flex;
	position: relative;
	justify-content: center;
}

/* Spinning disk. */
.disk {
	object-fit: cover;
	-webkit-mask-image: url(https://imgur.com/tDqMXc6);
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: spin;
	animation-timing-function: linear;
}

.basic-background {
	display: flex;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fff;
	vertical-align: top;
	flex-direction: column;
	gap: 8px;
}

.scrollbox {
	height: 120px;
	border: 1px solid #888;
	padding: 6px;
	overflow: scroll;
	overflow-x: hidden;
}

.footer {
	max-width: 100%;
	text-align: center;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	line-height: 20px;
}

.footer a {
	color: #000000;
}

/*Icon style.*/
.leftside,
.content,
.rightside {
	display: flex;
	vertical-align: top;
	flex-direction: column;
	gap: 7px;
	border-style: solid;
	border-image-repeat: round;
	border-image: url("frames/rentry-border-8.png");
	border-image-slice: fill 14%;
	border-width: 5px;
}

/*Navigation bar background style.*/
.navigation {
	background: #fff;
	display: flex;
	justify-content: center;
	border-radius: 0 0 10px 10px;
}
/*Navigation text style.*/
.navigation a {
	display: inline-block;
	background: transparent;
	text-align: center;
	margin-bottom: 2px;
	margin-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font:
		normal 9px "silkscreen",
		arial;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	width: 75px;
}
/*Hover over navigation style.*/
.navigation a:hover {
	background: #f0f0f0;
	color: #000;
	cursor: url("cursor/Aero%20Link.cur"), auto;
}
.icon {
	height: 45px;
	width: 45px;
}

.marquee {
	background-image: url("images/bg-1.gif");
	color: #ffffff;
	font:
		9px "silkscreen",
		verdana;
	padding: 2px;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.hide-mobile {
		display: block;
	}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: scroll 10s linear infinite;
}

.title {
	font:
		15px "silkscreen",
		verdana;
	color: rgb(119, 119, 119);
	letter-spacing: 1px;
	text-align: left;
	padding-left: 4px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.table-collapse {
	border-radius: 10px;
	line-height: 20px;
	max-width: 700px;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

/* =========================
   SPECIAL EFFECTS
   ========================= */

#color-change-fern {
	font-style: italic;
	color: #b2b2b2;
	transition: all 0.2s ease;
}

#color-change-fern:hover {
	transform: scale(1.3);
	color: #d51f88;
}

.appear-mobile {
	display: none;
}
/* =========================
   MOBILE LAYOUT
   ========================= */
@media (max-width: 768px) {
	* {
		max-width: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.icon {
		width: 30px;
		height: 30px;
	}
	.layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 10px;
	}
	.hide-mobile {
		display: none;
	}
	.appear-mobile {
		display: block;
	}
	.navigation a {
		font-size: 6px;
	}
	.leftside,
	.content,
	.rightside {
		width: 100%;
	}
}
