::selection {
  color: white;
  background: red;
}

@font-face {
    font-family: Courier Prime;
    src: url(assets/fonts/CourierPrime/CourierPrime-Regular.ttf);
}
@font-face {
    font-family: Courier Prime;
	src: url(assets/fonts/CourierPrime/CourierPrime-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Courier Prime;
	src: url(assets/fonts/CourierPrime/CourierPrime-Italic.ttf);
	font-style: italic;
}
@font-face {
    font-family: Courier Prime;
	src: url(assets/fonts/CourierPrime/CourierPrime-BoldItalic.tff);
    font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: Courier Prime;
    src: url(assets/fonts/CourierPrime/CourierPrime-Regular.ttf);
}

@font-face {
    font-family: The Minion;
    src: url(https://files.catbox.moe/s3z99w.ttf);
}

@font-face {
    font-family: Type Wrong;
    src: url(assets/fonts/typwrng.ttf);
}


:root {
	--red: ;
	--red-light: #c50c1d;
	--red-dark: #8c010d;
	--noise-texture: url(https://files.catbox.moe/ls6q11.jpg);
	--animal-print: url(https://files.catbox.moe/6t34k9.jpg);
}

body {
  color: #f6f6f7;
  background-image: url("https://files.catbox.moe/0yk3d0.png");
  background-color: #ca284e;
  background-size: cover;
  font-family: Courier Prime, consolas, verdana, Sans-serif;
  font-size: 14px;
  margin: 10px;
}

#layout {
  margin-left: auto;
  margin-right: auto;
  width: 67%;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  box-shadow: 0 0 8px black;
}

.flying-button {
	position: fixed;
	width:70px; 
	left:80px; 
	top: 60px; 
	filter: drop-shadow(2px 2px 2px black);
}

.flying-button:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
}

.sticker {
	position: absolute;
	filter: drop-shadow(1px 1px 2px black);
	z-index: 4;
}

header {
  height: 12vw;
  background: url("https://files.catbox.moe/qto1u1.jpg");
  background-size: cover;
  border-style: solid;
  border-bottom-style: none;
  border-color: black;
  border-width: 0px 0px 3px 0px;
  box-shadow: 1px 1px 3px black;
  position: relative;
}

nav {
	padding: 10px;
	box-shadow: 2px 2px 3px black;
	display: flex;
	justify-content: center;
	gap: 50px;
	background: linear-gradient(#232426, #1c1d1f);
	position: relative;
	z-index: 2;
}

nav a {
	padding: 5px 10px; 
	border-radius: 7px;
	background: var(--noise-texture), linear-gradient(var(--red-light), var(--red-dark));
	background-size: 200px, auto;
	background-blend-mode: multiply, normal;
	color: white;
	text-decoration: none;
	box-shadow: 2px 2px 3px black;
	font-weight: bold;
	text-shadow: 0px 0px 3px black;
}

nav a:hover {
	transform: scale(1.2);
	transition-duration: 0.2s;
}

.under-header {
  background-color: grey;
  background-image: url("https://files.catbox.moe/ygggh1.png");
  padding: 20px 0;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 5px auto 20px;
  gap: 15px;
}

.image-box {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.image-box img {
	width: 100%;
	box-shadow: 0.75px 0.75px 2px black;
}

.center-box {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.profile-box {
  width: 96%;
  margin: 5px auto;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  height: 250px;
  padding: 9px;
  background-color: black;
  border-radius: 0 15px 15px 0;
  box-shadow: 1px 1px 3px black;
  position: relative;
}

.profile {
  width: 35%;
  background-color:#821805;
  background-image: url(https://files.catbox.moe/6t34k9.jpg);
  height: 100%;
  text-align: center;
  color: black;
  position: relative;
}
 
.name {
	margin: 0px;
	bottom: 25px;
	margin-bottom: -20px;
	font-size: 2em;
	font-family: The Minion, Courier Prime, consolas, verdana, Sans-serif;
	color: #9b0311;
	letter-spacing: 0.1em;
	position: relative;
	-webkit-text-stroke: 0.95px black;
	background-image: linear-gradient(#9b0311, #eda34e);
    color: transparent;
    background-clip: text;;
}

.profile-pic {
	filter: drop-shadow(0 0 2px silver);
	margin:0px;
	position: relative;
	z-index: 0;
	width: 95px;
}

.pronouns {
	margin: -10px auto 0px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.075em;
	font-size: 0.825em;
	background: var(--noise-texture), linear-gradient(var(--red-light), var(--red-dark));
	background-size: 200px, auto;
	background-blend-mode: multiply, normal;
	font-family: Type Wrong, Courier Prime, consolas, verdana, Sans-serif;
	border: solid 1.5px black;
	box-shadow: 1px 1px 3px black;
	color: white;
	padding: 4px;
	width: 75%;
	border-radius: 10px;
	text-shadow: 0px 0px 2px black;
}

.badges-title {
	position: absolute;
	z-index: 3;
	text-align: right;
	right: 20px;
	top: 127px;
	font-size: 0.95em;
	color: white;
	-webkit-text-stroke: 0.85px black;
	text-shadow: 1px 1px 3px black;
	font-family: Type Wrong, Courier Prime, consolas, verdana, Sans-serif;
	
}

.badges {
	margin: 10px;
	margin-top: 15px;
	border: double 2px red;
	border-radius: 15px;
	background-color: #1c1d1f;
	overflow-y: auto;
	padding: 10px 5px;
	max-height: 80px;
	box-shadow: 1px 1px 3px black;
	background: linear-gradient(#232426, #1c1d1f);
	position: relative;
}

.badges img:hover {
	transform: scale(1.3);
	transition-duration: 0.2s;
}

.flying-badge {
	position: absolute;
	filter: drop-shadow(1px 1px 3px black);
	bottom: 0px;
}

.flying-badge:hover {
	transform: scale(1.3);
	transition-duration: 0.2s;
}

.about-text {
  width: 59%;
  background-color: #1c1d1f;
  background: linear-gradient(#232426, #1c1d1f);
  color: white;
  overflow-y: auto;
	padding: 0 2%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}


h2 {
	margin: 0px;
	font-size: 1em;
	padding: 5px 10px;
	position: relative;
	left: 10px;
}

.frame {
	background-color: #b50111;
	background: linear-gradient(#b50111, #940411);
	padding-bottom: 1px;
	margin: 10px auto;
	border-radius: 10px 10px 0 0;
	box-shadow: 1px 1px 4px black;
	position: relative;
}

.main-body {
	background-color: #1c1d1f;
	background: linear-gradient(#2d2e30, #1c1d1f);
	box-shadow: -1px -1px 3px black;
	margin: 8px;
	margin-top: 0px;
	padding: 7px;
	position: relative;
}

.column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stamps-bar {
  width: 95%;
}

.fav-characters {
  width: 95%;
}
.fav-characters-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.character-icon {
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: black;
	width: 15%;
	border-radius: 10px;
	border: solid 1px black;
	box-shadow: 1px 1px 3px black;
	position:relative;
}

.character-name {
	position: absolute;
	opacity: 0%;
	background: linear-gradient(#232426, #1c1d1f);
	padding: 5px 7px;
	width: 120%;
	left: -15%;
	top: 95px;
	z-index: 3;
	border-radius: 7px;
	border: solid 1px black;
	box-shadow: 1px 1px 3px black;
	text-align: center;
}

.character-icon:hover .character-name {
	opacity: 100%;
	transition-duration: 0.2s;
}

.bottom-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	width: 93%;
	margin: 10px auto;
}

.fav-section {
	width: 70%;
	margin: 10px 0;
}

table {
	border-spacing: 5px;
}

tr {
	background-color: #17181a;
}

th {
	padding: 1px 7px;
}

td {
	padding: 3px 7px;
}

.fun-facts-section {
  width: 25%;
}

.fun-facts-main {
	overflow-y: auto;
	height: 155px;
	padding: 5px;
	padding-right: 12px;
}

ul {
	margin: 0;
	margin-left: -25px;
}

.image-display {
	text-align: center;
}

.image-display img {
	box-shadow: 0.75px 0.75px 3px black;
}

footer {
	height: 50px;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1c1d1f;
	background: linear-gradient(#232426, #1c1d1f);
	box-shadow: -1px -1px 3px black;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 600px) {
	body {
		margin: 0;
	}
	
	header {
		height: 15vh;
	}
	
	nav {
		gap: 12px;
	}
	
	
	#layout {
		width: 100%;
		border-style: none;
	}
	
	.image-box {
		display: none;
	}
	
	.center-box {
		width: 100%;
	}
	
	.profile-pic {
		width: 90px;
	}
	
	.pronouns {
		font-size: 0.8em;
		letter-spacing: 0;
	}
	
	.badges-title {
		right: 10px;
		top: 123px;
		font-size: 0.9em;
	}
	
	.badges {
		padding: 10px 2px;
		margin: 15px 5px;
		overflow-y: clip;
	}
	
	.stamps-bar {
		width: 87%;
	}
	
	.fav-section {
	  width: 100%;
	}
	
	.fun-facts-section {
	  width: 70%;
	  margin: auto;
	}
	
	.character-icon {
		width: 30%;
		margin: 2.5px 0;
	}
	
	.no-display {
		display: none;
	}
}