@font-face {
	font-family: 'tomodachi';
	src: url("./font/pictochat.ttf");
}

@font-face {
	font-family: 'partyoutline';
	src: url("./font/supermariods.ttf");
}

@font-face {
	font-family: 'partyfill';
	src: url("./font/supermariodsfill.ttf");
}

@font-face {
	font-family: 'partynormal';
	src: url("./font/supermariodsoriginal.otf");
}

body {
	background-image: url("./tile/gingham-darkgreen2.png");
        /*background-size: 250px 250px;*/
	background-repeat: repeat;
	overflow-x: hidden;
	font-family: tomodachi;
	font-size: 20px;
  	min-height: 100vh;
 	margin: 0;
  	display: flex;
	align-items: center;
  	flex-direction: column;
  	justify-content: center;
  	overflow: scroll;
   image-rendering: optimizespeed;
}

  ::-webkit-scrollbar {
	display: none;
  }
  
a {
  color: black;
  text-decoration: none;
}

#border {
  margin: 50 auto;
  display: flex;
  flex-direction: column;
  border: 40px solid transparent;
  border-image: url("./border/notebook.png");
  border-image-slice: 35 fill;
  border-image-repeat: repeat;
  z-index: 2;
  height: 800px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#banner {
  background-image: url("./graphics/applebanner4_fade.png");
  background-size: 100%;
  background-position: 50% 60%;
  height: 150px;
  width: 98%;
  border-radius: 5px;
}

h1 {
  font-family: partyoutline;
  font-size: 48.5px;
  position: absolute;
  margin-top: 63;
  color: #f9fbef;
  margin-left: 15.5px;
  z-index: 2;
  font-weight: normal;
}

h2 {
  font-family: partyfill;
  font-size: 45.7px;
  position: absolute;
  margin-top: 64;
  color: #88956D;
  margin-left: 15.1px;
  font-weight: normal;
}

.navbar {
  background-image: url("./tile/stripes-red3.png");
  padding: 8px;
  border-radius: 5px;
  justify-content: space-evenly;
  display: flex;
  min-height: 30px;
  border: 2px solid black;
  border-bottom: 3px solid black;
}

.center {
  line-height: 1.0;
  background-image: url("./tile/dots.png");
  background-repeat: repeat;
  background-position: 0px -12px;
  overflow-y: scroll;
  overscroll-behavior: none;
  border-radius: 3px;
  padding: 10px;
  width: 550px;
  height: 600px;
  background-attachment: local;
}

#bottom {
  z-index: 10;
  overflow-y: hidden;
  height: 650px;
}

.entrybutton {
  padding: 0px;
  background-color: transparent;
  font-family: tomodachi;
border: 0px solid transparent;
  font-size: 20px;
  line-height: 1;
  text-decoration: underline;
}

.entrybutton:hover {
  cursor: pointer;
  color: gray;
}

.navbutton {
  padding: 0px;
  background-color: #ffc5b5;
  font-family: tomodachi;
  font-size: 20px;
  line-height: 0.5;
  padding: 8px;
  border-radius: 3px;
  border: 2px solid brown;
  border-top: 2px solid white;
  border-left: 2px solid white
}

.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;
  cursor:pointer;
}
