@charset "utf-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	color: #4A412A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(188,191,166,1.00);
	background-image: url(tileBackground.avif);
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E7DAB9;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
a:link, a:visited {
	color: #BE5500;
	text-decoration: none;
}

a:hover, a:active {
	color: #D68E4E;
}
header h1 {
	color: #704C1D;
	font-family: "Blaka Ink", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 6rem;
	border-bottom: 6px dotted #4A412A;
	text-align: center;
}
header img {
	float: left;
	padding-top: 0px;
	border: 6px solid #5A3B10;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}
header p {
	font-size: 1.5em;
}
main h1 {
	color: #5A3B10;
	font-family: "Rubik Dirt", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
}
main h2 {
	color: #5A3B10;
	font-family: "Rubik Dirt", system-ui;
 	font-weight: 400;
  	font-style: normal;
}
main ul li {
	list-style-type: none;
	text-decoration: none;
}
aside {
	background-color: rgba(203,233,218,1.00);
	border: 6px solid #110955;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
aside h1 {
	color: #366241;
	font-size: 2em;
	font-family: "Rubik Dirt", system-ui;
	font-weight: 400;
	font-style: normal;
}
aside a:link, aside a:visited {
	color: #01023F;
}
aside a:hover, aside a:active {
	color: #219398;
}
aside ul li   {
	list-style-type: none;
	text-decoration: none;
}
footer h1 {
	color: #5A3B10;
	font-family: "Rubik Dirt", system-ui;
  	font-weight: 400;
  	font-style: normal;
	font-size: 2em;

}
footer ul li {
	list-style-type: none;
}
