* { margin:0; padding:0; text-decoration:none;}

body {
	background-color: #ffccc7;
    background-image: url('https://file.garden/ajgDWkQtw2Pbq_U2/Backgrounds/Winged%20Heart%20Checkered%20Pattern%20Tile.gif');
    background-size: 150px 150px; 
    color: #fea299;
    font-family: 'VT323', 'Courier New', monospace;
    font-size: 20px;
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

#container {
	max-width:2000px;
	margin:10px auto;
	padding:10px;
}

header {
	width:100%;
	height:150px;
	background:#95ccd4;
	margin-bottom:10px;
}

#columns {
	display:flex;
	flex-wrap:wrap;
}

main {
	width:1305px;
	padding:15px;
	background:#FFF;
	margin:0px 10px 0px 10px;
}

main h1 {
	font:25px;
	border-bottom:1px solid #ea9128;
}

main h2 {
	font:22px;
}

main p {
	margin:5px 0px 5px 0px;
	line-height:1.5;
}

main a, footer a, nav a {
	color:#1e6070;
	text-decoration:none;
}

main a:hover, footer a:hover, nav a:hover {
	color:#ea9128;
	text-decoration:underline;
}

main input, textarea, select {
	color:#51747b;
	background:#f5f5f5;
	font:14px;
	border:1px solid #51747b;
	padding:5px;
}

main button {
	color:#51747b;
	background:#cbe6e6;
	font:14px;
	border:1px solid #51747b;
	padding:5px;
}

main ul { 
	list-style: inside;
	margin:5px;
}

main ul li ul {
	margin-left:15px;
}

nav {
	padding:15px;
	background-image:url('https://file.garden/ajgDWkQtw2Pbq_U2/Handmade%20Stuff/Webpage%20Assets/Chalkboard%20Nav%20Menu.png');
	background-repeat: no-repeat;
	background-size: contain;
	width:195px;
	height:550px;
}

nav ul {
	list-style:none;
	margin:0;
}

nav li a {
	display:block;
	background:#cbe6e6;
	color:#51747b;
	margin:0px 12px 5px 0px;
	text-decoration:none;
	padding:2px;
}

nav li a:hover {
	background:#FFF;
	color:#ea9128;
	text-decoration:none;
}

nav h1 {
	font:20px;
}

nav p {
	margin:5px 0px 5px 0px;
	font-size:0.9em;
}


footer {
	padding:15px;
	text-align:center;
	margin:10px 0px 0px 0px;
	background:#FFF;
}

img {
	max-width:95%;
	margin:5px;
}

@media screen and (max-width: 799px) {
	body {
		margin-inline: auto; /* space around the body horizontally */
		max-width: 90%; /* how wide the body is relative to the screen */
  
		display: flex; /* flexbox will be super useful for this */
		flex-direction: column; /* like a normal body */
		gap: 5px; /* adjust this, it's the space between containers in the body */
		background-image: url("/path/to/background"); /* you already know this */

		&>* {
			width: 100%; /* all containers inside must be as wide as the body */  
		}
	}
	
	main {
		flex-grow:1;
	}
	
	#left {
		order:2;
		margin:0px 0px 10px 0px;
	}
	
	#right {
		order:3;
	}
	
	nav {
		width:100%;
		flex-grow:1;
		display:grid;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-gap:5px;
	}
	
	main {
		margin:0px 0px 10px 0px;
	}
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

/*  STICKER DECO */
.sticker {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    image-rendering: pixelated;
}

.content-box {
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #fa8377;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}

.content-box h2 {
    margin-top: 0;
    font-size: 26px;
    color: #fa8377;
    border-bottom: 2px solid #fa8377;
}

.nav-btn {
        display: inline-block;
        padding: 5px 20px;
        margin: 5px;
        background: linear-gradient(to bottom, #fff9f9, #ffccc7, #fa8377);
        border: 2px solid white;
        border-radius: 50px;
        color: white;
        text-decoration: none;
    }
    
html {
	/* feel free to delete this if you just want the normal cursor! */
	cursor: cell;
	scrollbar-color: #f5989d #ffe4e4;
			/*			scrollbar for firefox users*/
}

/* custom scrollbar for chrome users, firefox users cant see this */
		::-webkit-scrollbar {
			width: 8px;
			height: 8px;
		}

		::-webkit-scrollbar-thumb:vertical {
			background: white;
			border: 1px solid black;
			border-radius: 10px;
		}

		::-webkit-scrollbar-thumb:horizontal {
			background: white;
			border: 1px solid black;
			border-radius: 10px;
		}

		::-webkit-scrollbar-track {
			border-radius: 10px;
			background: transparent;
		}

		.container
{
 column-count: 3;
  column-gap: 0px;
 text-align:center;
}
.trans
{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.top
{
 
}
.top ul
{
list-style-type: none;
}
.top ul li
{

}


.top img
{
	width: 250px;
	height: auto;
	margin-top:10px;
margin-bottom:10px;

 
}
.lightbox
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox img
{
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}