:root {
	--content: #43256E;
	--kibpink: #EB43F3;
	--kibdarkpink: black;
	--kibborderpink: #b340c9;
	--kibblue: #007DDF;
}

@font-face {
	font-family: "8bitoperator JVE";
	src: url('../fonts/8bitOperatorPlus-Bold.woff');
}

body {
	background-size: cover;
	background-image: none;
	font-family: '8bitoperator JVE', 'Nunito', sans-serif;
}

#navbar a {
	font-weight: normal;
}

main {
	border-radius: 0;
	border: solid 5px white;
	background-color: black;
	color: white;
	line-height: 28px;
}

p {
	padding-bottom: 5px;
}

h1 {
	text-align: center;
	font-size: 35px;
	padding: 10px 0;
	font-weight: normal;
	color: white;
}

h2 {
	font-weight: normal;
	color: #F7FF00;
}

hr {
	border-color: white;
	margin: 25px 0px;
}

.image {
	display: block;
	margin: auto;
	image-rendering: pixelated;
}

.door {
	width: 30%;
}

.garden {
	width: 50%;
}

.heart {
	width: 10%;
}

.mystery {
	width: 12%;
}

#header {
	border: solid 5px white;
	background-image: url("../img/header.png");
}

#leftSidebar {
	border: solid 5px white;
	border-radius: 0;
	display: none;
}

#footer {
	border-radius: 0;
}

@media only screen and (max-width: 1000px) {
	
	aside#leftSidebar {
		margin-right: 0;
	}
	
	main {
		border: none;
	}
	
	#header {
		border: none;
	}
}

@media only screen and (max-width: 575px) {
	
	.door {
		width: 40%;
	}
	
	.garden {
	  width: 60%;
	}
	
	.heart {
		width: 18%;
	}
	
	.mystery {
		width: 18%;
	}
}

@media only screen and (max-width: 450px) {
	h1 {
		padding: 0;
		line-height: 40px;
	}
}