@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/grid_beige.png");
	background-repeat: repeat;
	overflow-x: hidden;
	font-family: 'tomodachi';
	font-size: 20px;
}

  ::-webkit-scrollbar {
	display: none;
  }
  
  a {
	color: black;
	text-decoration: none;
  }

#border {
	margin: auto;
	width: 620px;
	padding: 10px;
	border: 10px solid black;
 	border-image: url("./border/simple-red.png") 5 round;
 	border-image-outset: 5px;
	display: flex;
	flex-direction: column;
}

#content {
  background-color: #FFF7E8;
  background-repeat: repeat;
  border: 2px solid black;
  border-radius: 5px;
}

a {
  text-decoration: underline;
}


#banner {
	background-image: url("./graphics/applebanner4_fade.png");
	background-size: 1050px;
	width: 619px;
	height: 200px;
	position: absolute;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
background-position: 45% 70%;
}

#titleoutline {
  font-family: 'partyoutline';
  font-size: 48.5px;
  position: absolute;
  margin-top: 73px;
  color: #F5FFE6;
  margin-left: 15.5px;
  z-index: 2;
}

#titlefill {
  font-family: 'partyfill';
  font-size: 45px;
  position: absolute;
  margin-top: 75px;
  color: #88956D;
  margin-left: 15px;
}

#center {
  align-items: center;
  z-index: 2;
  margin-top: 150px;
  overflow-y: scroll;
  padding: 10px
}

.entry {
  background-image: url("./tile/polkadot-darkgreen.png");
  padding: 10px;
  border: 2px solid #dde8b5;
  border-radius: 3px;
  outline: 2px solid black;
  box-shadow: 0px 3px 0px black;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  color: white;
  background-color: #788555;
  border-radius: 3px;
  padding: 5px;
  width: fit-content;
}

.entrytext {
  margin-top: -5px;
  background-color: white;
  border-radius: 3px;
  border: 2px solid #788555;
  border-bottom: none;
  padding: 10px;
  line-height: 1.03;
}

.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;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
  
  @media screen and (max-width: 700px) {
    
    .entrytext {
      font-size: 28px;
    }
    
    h3 {
      font-size: 28px;
      margin-bottom: 10px;
    }
  }