@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;
	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: 1300px;
	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: 1280px; 
  margin: auto;
  margin-top: 10px;
  border: 1px solid black;
  border-radius: 5px;
}

a {
  text-decoration: underline;
}


#banner {
	background-image: url("./graphics/applebanner1fade3.png");
	background-size: 990px;
	background-position: 45% 70%;
	width: 840px;
	height: 200px;
	position: absolute;
	margin-left: 0px;
}

#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;
}

#gumi {
  width: 100px;
  margin-top: 15px;
  height: auto;
  float: left;
}

#rin {
  width: 125px;
  margin-top: -px;
  height: auto;
  float: right;
}

#center {
  line-height: 1.05;
  border: 1px solid black;
  background-image: url("./tiles/linedbg.jpg");
  background-size: 470px 230px;
  width: 380px;
  position: absolute;
  display: inline;
  flex-direction: column;
  height: 275px;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: clip;
  text-align: center;
  z-index: 5;
  margin-left: 220px;
  margin-top: 160px;
  border-radius: 5px;
}

#centerbackground {
  background-image: url("./tiles/ginghamdarkgreen.png");
  background-repeat: repeat;
  line-height: 1.05;
  border: 1px solid black;
  background-color: white;
  width: 420px;
  height: 320px;
  position: absolute;
  overflow-y: clip;
  overflow-x: clip;
  z-index: 2;
  margin-top: 150px;
  margin-left: 210;
  border-radius: 5px;
  white-space: normal;
}


#leftbg {
  position: absolute;
  border: 1px solid black;
  background-image: url("./tiles/stripedgreen3.png");
  width: 180px;
  height: 850px;
  display: inline-flex;
  flex-direction: column;
  overflow: visible;
  align-items: center;
  z-index: 1;
  border-radius: 5px;
  overflow-x: hidden; 
  margin-top: 150px;
  margin-left: 15px;
}

.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;
}

#status {
  line-height: 1.05;
  border: 1px solid black;
  background-color: white;
  width: 160px;
  height: 160px;
  padding: 2px;
  text-align: center;
  z-index: 5;
  align-items: center;
  border-radius: 5px;
  margin-left: 7px;
}

#status img {
  margin-top: -2;
}

#rightbg {
  width: 180px;
  height: 850px;
  position: absolute;
  background-image: url("./tiles/polkadotgreen2.png");
  background-repeat: repeat;
  border: 1px solid black;
  border-radius: 5px;
  margin-left: 645px;
  margin-top: 150px;
 display: inline;
  flex-direction: column;
  overflow: visible;
  align-items: center;
}

.heading {
  margin-top: -6px;
  color: white;
  font-size: 30px;
	font-family: 'supermariodsoriginal';
  line-height: 1.20;
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #EB6969;
  border-left-color: #FFA8A8;
  border-top-color: #FFA8A8;
}

.heading2 {
  margin-top: -6px;
  color: white;
  font-size: 30px;
  font-family: 'supermariodsoriginal';
  line-height: 1.05;
  text-align: center;
  padding-bottom: 10px;
}

.update {
  margin-top: 5px;
  font-size: 22px;
  margin: 2px;
  padding-left: 2px;
  width: 154px;
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;
}

#updatelog {
  line-height: 1.05;
  font-size: 23px;
  margin-top: 0;
  border: 1px solid black;
  background-color: #FFF7E8;
  width: 160px;
  height: 260px;
  padding: 2px;
  overflow-y: scroll;
  z-index: 20;
  align-items: left;
  margin-top: 5px;
  border-radius: 5px;
  vertical-align: top;
  overflow-x: hidden;
}

#aboutwebmaster {
  line-height: 1.05;
  border: 1px solid black;
  background-image: url("./tiles/linedbg.jpg");
  background-repeat: no-repeat;
  background-size: 550px 280px;
  width: 400px;
  position: absolute;
  display: inline;
  flex-direction: column;
  z-index: 20;
  height: 250px;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center;
  margin-top: 540px;
  margin-left: 210px;
  border-radius: 5px;
  white-space: normal;
}

#cbox {
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  z-index: 66;
  height: 300px;
  width: 160px;
  margin-left:10px;
}

#buttons {
  line-height: 1.05;
  border: 1px solid black;
  background-color: white;
  width: 420px;
  position: absolute;
  height: 40px;
  overflow: hidden;
  text-align: center;
  z-index: 5;
  margin-top: 485px;
  margin-left: 210px;
  border-radius: 5px;
  white-space: nowrap;
}

#buttonsinner {
 position: absolute;
 width: 100%;
 height: 150px;
 margin-top: 4px;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 20s linear infinite;
 -webkit-animation: scroll-left 20s linear infinite;
 animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(80%); /* Browser bug fix */
 -webkit-transform: translateX(80%); /* Browser bug fix */
 transform: translateX(100%); 	
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-200%); 
 }
}

#applecat {
  line-height: 1.05;
  border: 1px solid black;
  background-image: url("./graphics/applecat.png");
  background-size: 450px, 175px;
  width: 420px;
  position: absolute;
  height: 175px;
  overflow: hidden;
  text-align: center;
  z-index: 5;
  margin-top: 825px;
  margin-left: 210px;
  border-radius: 5px;
}

#banner2 {
  background-image: url("./graphics/applebanner1fade3.PNG");
  background-size: 1100px, 195px;
  width: 840;
  height: 247;
  position: absolute;
  margin-top: 1020px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}










@media screen and (max-width: 800px) {

}


