@font-face {
	font-family: 'pictochat';
	src: url("pictochat.ttf");
}

@font-face {
	font-family: 'supermariods';
	src: url("supermariods.ttf");
}

@font-face {
	font-family: 'supermariodsfill';
	src: url("supermariodsfill.ttf");
}

@font-face {
	font-family: 'supermariodsoriginal';
	src: url("supermariodsoriginal.otf");
}

body {
	background-image: url("./tiles/stripedbeigegreen2.png");
	background-repeat: repeat;
	image-rendering: high-quality;
	overflow-x: hidden;
	font-family: 'pictochat';
	font-size: 22px;
}

  ::-webkit-scrollbar {
	display: none;
  }
  
  a {
	color: black;
	text-decoration: none;
  }

#border {
	margin: auto;
	width: 860px;
	height: 1080px;
	border: 10px solid black;
 	border-image: url("./graphics/border-red.png") 5 round;
 	border-image-outset: 5px;
}

#content {
  position: relative;
  width: 840px;
  background-color: #FFF7E8;
  background-repeat: repeat;
  height: 1060px; 
  margin: auto;
  border: 1px solid black;
  border-radius: 5px;
  margin-top: 10px;
}

a {
  text-decoration: underline;
}


#banner {
	background-image: url("./graphics/applebanner4_fade.png");
	background-size: 1050px;
	width: 840px;
	height: 200px;
	position: absolute;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
background-position: 45% 70%;
}

#titleoutline {
  font-family: 'supermariods';
  font-size: 48.5px;
  position: absolute;
  margin-top: 73;
  color: #F5FFE6;
  margin-left: 15.5px;
  z-index: 2;
}

#titlefill {
  font-family: 'supermariodsfill';
  font-size: 45px;
  position: absolute;
  margin-top: 75;
  color: #88956D;
  margin-left: 15px;
}

#center {
  line-height: 1.05;
  border: 1px solid black;
  background-color: white;
  width: 560px;
  flex-direction: column;
  height: 830px;
  overflow-y: scroll;
  overflow-x: clip;
  z-index: 5;
  border-radius: 5px;
  margin-left: 15px;
  margin-top: 20px;
  padding: 10px;
}

#centerbackground {
  background-image: url("./tiles/polkadotgreen.gif");
  background-repeat: repeat;
  border: 1px solid black;
  width: 615px;
  height: 880px;
  position: absolute;
  align-items: center;
  overflow: clip;
  z-index: 2;
  margin-top: 150;
  margin-left: 15px;
  border-radius: 5px;
}


.navbutton {
  background-color: #FFF7E8;
  border: solid 2px #A07432;
  border-top-color: white;
  border-left-color: white;
  border-radius: 5px;
  font-family: pictochat;
  text-align: center;
  color: black;
  font-weight: 100;
  cursor: pointer;
  font-size: 25px;
  width: 160px;
  height: 30px;
  margin-top: 4px;
  margin-bottom: 3px;
}

.navbutton:hover {
  background-color: #95BAFF;
  transform: translate(2px, 5%);
  border-top-color: #3A5FA5;
  border-left-color: #3A5FAF;
  border-right-color: white;
  border-bottom-color: white;
}

#rightbg {
  width: 180px;
  height: 880px;
  position: absolute;
  background-image: url("./tiles/stripedgreen3.png");
  background-repeat: repeat;
  border: 1px solid black;
  border-radius: 5px;
  margin-left: 645px;
  margin-top: 150px;
 display: inline-flex;
  flex-direction: column;
  overflow: visible;
  align-items: center;
}

.heading1 {
  margin-bottom: 5px;
  color: white;
  font-size: 26px;
  line-height: 1.2;
  padding-left: 10px;
  height: 30px;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #aeb998;
  border-left-color: #d4d6c0;
  border-top-color: #d4d6c0;
}

.heading2 {
  margin-top: -6px;
  color: white;
  font-size: 30px;
  font-family: 'supermariodsoriginal';
  line-height: 1.05;
  text-align: center;
  padding-bottom: 10px;
}

.blogpost {
  margin-top: 5px;
  font-size: 23px;
  margin: 2px;
  padding-left: 2px;
  width: 183px;
  max-width: 150px;
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;
}

#tableofcontents {
  line-height: 1.05;
  font-size: 22px;
  margin-top: 0;
  border: 1px solid black;
  background-color: #FFF7E8;
  width: 160px;
  height: 450px;
  padding: 2px;
  overflow-y: scroll;
  z-index: 20;
  align-items: left;
  margin-top: 5px;
  border-radius: 5px;
  white-space: normal;
  vertical-align: top;
  overflow-x: hidden;
}









@media screen and (max-width: 800px) {

body {
	background-image: url("./tiles/stripedbeigegreen2.png");
	background-repeat: repeat;
	image-rendering: high-quality;
	overflow-x: hidden;
	font-family: 'pictochat';
	font-size: 30px;
}

#banner {
	width: 835px;
}

.heading1 {
  font-size: 35px;
  height: 40px;
}

.heading2 {
  margin-top: -6px;
  color: white;
  font-size: 50px;
  font-family: 'supermariodsoriginal';
  line-height: 1.05;
  text-align: center;
  padding-bottom: 10px;
}



#border {
	margin-left: -9px;
	width: 820px;
	height: 1600px;
	border: none;
}

#content {
	margin: auto;
	width: 820px;
	background-color: #FFF7E8;
	background-repeat: repeat;
	height: 1600px;
	padding: 0px;
}

.navbutton {
  border-radius: 5px;
  font-weight: 100;
  cursor: pointer;
  font-size: 35px;
  width: 500px;
  height: 35px;
  margin-top: 4px;
  margin-bottom: 3px;
}

#tableofcontents {
	width: 500px;
	height: 100px;
	border-radius: 10px;
	border: 2px solid black;
}

.blogpost {
	width: 490px;
	margin-top: 10px;
	font-size: 30px;
	border-radius: 10px;
	border: 2px solid black;
}

#center {
	width: 710px;s
	border: 2px solid black;
}

#centerbackground {
	border: 2px solid black;
	margin-top: 740px;
	margin-left: 20px;
	width: 760px;
}

#rightbg {
	border: 2px solid black;
	border-radius: 10px;
	position: absolute;
	margin-left: 20px;
	margin-top: 200px;
	width: 760px;
	height: 520px;
}

}


