/* i appreciate that you find my dumb shit interesting enough to peek in here. cheers :] -- yoshi */

/* GLOBALS */
:root {
	--title-1: linear-gradient(to bottom, #f83888, #f94991, #f9579a, #f964a2, #f970aa);
	--title-2: linear-gradient(to bottom, #2381ad, #3493c1, #43a6d5, #52b9ea, #60ccff);
	--title-3: linear-gradient(to bottom, #56a50f, #62b913, #6ece17, #7be31c, #88f820);
	--title-4: linear-gradient(to bottom, #464646, #4e4e4e, #565656, #5e5e5e, #666666);
	--title-cat: linear-gradient(to bottom, #29286d, #383787, #4746a3, #5656bf, #6666dc);
}

@font-face {
	font-family: "Fira Sans";
	src: url('FiraSans-Regular.ttf');
}

@font-face {
	font-family: "NokiaFC";
	src: url('nokiafc22.ttf');
}

/* html {
	scroll-behavior: smooth;
	overflow-anchor: auto;
} */

body {
	background-image: url("img/lockin.png");
	background-color: rgb(0, 0, 0, 0.2);
	background-blend-mode: hue;
	font-family: "Fira Sans";
	color: #FFF;
}

a, a:visited {
	color: #7e7eff;
	transition: 0.1s ease-in-out;
}

a:hover {
	color: #cbcbfd;
}

#wrapper {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#column-wrapper {
	display: flex;
	justify-content: center;
}

/* HEADER */
#banner {
	border: 1px solid #4F0024;
	box-shadow: 3px 4px 14px #000;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("img/banner.png");
	background-position: center;
	max-width: 1240px;
	min-height: 130px;
	text-align: center;
}

/* COLUMNS */
.column {
	border: 1px solid #440884;
	box-shadow: 3px 4px 14px #000;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: rgb(37, 35, 36, 0.83);
	background-image: url("img/lockindark.png");
	background-blend-mode: hue;
}

.left-column {
	width: 170px;
}

.left-border-1 {
	border: 1px solid #4F0024;
}

.left-border-2 {
	border: 1px solid #025A83;
}

.left-border-3 {
	border: 1px solid #427117;
}

.left-border-cat {
	border: 1px solid #00003E;
}

.navlist {
	font-weight: bold;
}

.navlist a {
	text-decoration: none;
}

.middle-column {
	width: 820px; 
}

.right-column {
	width: 235px;
	margin-right: 0;
}

.right-border-1 {
	border: 1px solid #1E1E1E;
}

.column-title {
	height: 32px;
	background-repeat: no-repeat, repeat;
	background-blend-mode: normal, multiply; 
	color: #FFF;
	display: flex;
	align-items: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.left-title-1 {
	background-image: url("img/ls1.png"), url("img/column-title.png"), var(--title-1);
}

.left-title-2 {
	background-image: url("img/ls2.png"), url("img/column-title.png"), var(--title-2);
}

.left-title-3 {
	background-image: url("img/ls3.png"), url("img/column-title.png"), var(--title-3); 
}

.left-title-cat {
	background-image: url("img/cat.png"), url("img/column-title.png"), var(--title-cat); 
}

.right-title-1 {
	background-image: url("img/ls4.png"), url("img/column-title.png"), var(--title-4);
}

.column-title-text {
	margin-left: 37px;
	text-shadow: 2px 2px #5e5e5e;
}

.column-content {
	padding: 10px;
	font-size: 14px;
}

.fluff-column-content {
	text-align: center;
}

.blinkie {
	width: 150px;
	image-rendering: pixelated;
}

.site-button {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.middle-column-content {
	padding: 0 10px 10px;
	font-size: 14px;
}

.column-content ul, .middle-column-content ul {
	margin: 0;
	padding-left: 15px;
}

.column-content li {
	margin-bottom: 6px;
}

.middle-column-content li {
	margin-bottom: 8px;
}

/* MUSIC AND GAME PAGES */
.listing {
	margin-bottom: 25px;
	max-height: fit-content;
	display: flow-root;
}

.listing p {
	margin-top: 0;
	display: flow-root;
}

.album-cover {
	width: 175px;
	float: left;
	margin-right: 40px;
}

.game-cover {
	width: 150px;
	float: left;
	margin-right: 40px;
}

/* SHRINES */
.smw-screen {
	display: block;
	image-rendering: pixelated;
	width: 512px;
}

/* RALSEI & VIDEO GAME GALLERY */
#gallery {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 45px;
	align-items: center;
	justify-content: center;
}

.game-pics {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 60px;
	margin-bottom: 60px;
	align-items: center;
	justify-content: center;
}

.art {
	width: 170px;
	height: 175px;
	border: solid 1px #111;
}

.art img { 
	object-fit: cover;
	width: 100%;
	height: 175px;
}

.artist, .game-title {
	margin-top: 3px;
	text-align: center;
}

.game-text {
	margin-top: 6px;
	text-align: center;
}

.game-screenie {
	width: 320px;
	height: 180px;
	margin-top: 10px;
	border: solid 1px #111;
}

.game-screenie img { 
	object-fit: cover;
	width: 100%;
	height: inherit;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pgfx-entry {
	height: 240px;
}

.game-screenie .pgfx-img {
	object-fit: contain;
	height: 240px;
}

/* JUNKYARD */
.junk {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px;
}

.junk-icon {
	margin-right: 8px;
	width: 32px;
}

.pony {
	width: 320px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
}

.pony img { 
	height: inherit;
}

/* RESPONSIVENESS */
@media only screen and (max-width: 800px) {
	#wrapper {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	#column-wrapper {
		flex-direction: column;
	}

	#banner {
		background-position: center;
		background-size: cover;
		width: 490px;
		margin-left: 0;
		margin-right: 0;
	}

	nav, aside {
		max-width: 490px;
		display: flex;
	}
	
	.left-column {
		width: 155px;
	}

	.middle-column {
		width: 490px;
	}

	.right-column {
		width: 155px;
		margin-right: 10px;
	}
	
	.fluff-column-content {
		padding: 2px;
	}
	
	.smw-screen {
		width: 256px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
	.smw-screen {
		width: 256px;
	}
}