@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/stripes-beigegreen2.png");
	background-size: 250px;
	background-repeat: repeat;
	overflow-x: hidden;
	color: #454341;
	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: 100 auto;
  width: 800px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 10px solid black;
  border-image: url("./border/simple-red.png") 5 round;
}

#content {
  display: flex;
  flex-direction: column;
  border: 2px solid black;
  border-radius: 5px;
  line-height: 19px;
  background-image: url("./tile/polkadot-beige.png");
  background-repeat: repeat;
  /*---background-color: #f6f7e6;*/
  padding: 10px;
}

#banner {
  background-image: url("./graphics/applebanner1fade3.png");
  background-size: 100%;
  background-position: 50% 50%;
  height: 230px;
  width: 797px;
  margin-top: -10px;
  margin-left: -10px;
}

h1 {
  font-family: partyoutline;
  font-size: 48.5px;
  position: absolute;
  margin-top: 173;
  color: #f9fbef;
  margin-left: 15.5px;
  z-index: 2;
  font-weight: normal;
}

h2 {
  font-family: partyfill;
  font-size: 45.7px;
  position: absolute;
  margin-top: 174;
  color: #88956D;
  margin-left: 15.1px;
  font-weight: normal;
}

h3 {
  font-family: partynormal;
  margin: 5px;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;

}

h4 {
  font-family: tomodachi;
  margin: 5px;
  font-size: 23px;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
    text-shadow: -1px -1px 0 #d17866, 1px -1px 0 #d17866, -1px 1px 0 #d17866, 1px 1px 0 #d17866;
background-image: url("./tile/dot7.png");
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  border: 2px solid #d17866;
  border-top: 2px solid lightgray;
  border-bottom: 3px solid #d17866;
} 

#bottom {
  display: flex;
  flex-direction: row;
}

#left {
  width: 150px;
  border: 2px solid black;
  border-radius: 3px;
  text-align: center;
  background-image: url("./tile/gingham-darkgreen2.png");
  background-repeat: repeat;
  border-bottom: 3px solid black;
  padding: 10px;
}

#center {
  width: 645px;
  margin-left: 10px;
}

.unitleft img {
  width: 175px;
  float: left;
  margin: 5px;
  margin-right: 15px;
  border-radius: 3px;
  filter: drop-shadow(5px 5px 0px #e0d6ca);
}

.unit {
flex-direction: column;
  background-color: #fcfcf0;
  border: 2px solid #e0d6ca;
  border-radius: 3px;
  border-style: inset;
  padding: 5px;
  min-height: 200px;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.unittext {
  float: right;
  width: 390;
}

.navigationbutton {
background: #E0F0C7;
background: linear-gradient(180deg, rgba(224, 240, 199, 1) 0%, rgba(224, 240, 199, 1) 50%, #d1e4af 51%, rgba(224, 240, 199, 1) 100%);
  border: solid 3px #718752;
  border-radius: 3px;
  border-top-color: #eef5e4;
  border-left-color: #eef5e4;
  outline: 2px solid black;
  font-family: tomodachi;
  font-size: 20px;
  text-align: center;
  color: darkgreen;
  width: 100%;
  cursor: pointer;
  height: 30px;
  margin-bottom: 6px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.navigationbutton:hover {
 background: #95BAFF;
background: linear-gradient(180deg,rgba(149, 186, 255, 1) 0%, rgba(149, 186, 255, 1) 50%, rgba(121, 157, 224, 1) 51%, rgba(149, 186, 255, 1) 100%);
  transform: translate(0px, 2px);
  border-top-color: #3A5FA5;
  border-left-color: #3A5FAF;
  border-right-color: white;
  border-bottom-color: white;
}

marquee {
  border: 2px solid #6e605f;
  border-top: 3px solid #6e605f;
  border-bottom: 2px solid #b0a3a2;
  padding: 3px;
  margin-bottom:10px;
  border-radius: 3px;
  background-color: #f7eee0;
}

.orange {
  background-color: #fcb683;
  padding: 2px;
  border-radius: 2px;
  color: white;
}

.orange2 {
  color: #fcb683;
}

.red {
  background-color: #f28266;
  padding: 2px;
  border-radius: 2px;
  color: white;
}

.red2 {
  color: #f28266;
}