/* --FONTS--*/
@font-face{
  font-family: "PixelOperator";
  src: url(fonts/PixelOperator.ttf) format('truetype'); 
} /*PixelOperator Default*/
@font-face{ 
  font-family: "PixelOperatorB";
  src: url(fonts/PixelOperator-Bold.ttf) format('truetype');
} /*PixelOperator Bold*/
@font-face{
  font-family: "basiic";
  src: url(fonts/basiic.ttf) format('truetype');
} /*basiic default*/
  
/* --DATA-- */
html{
  cursor: url(images/cursor1.ico), auto;
}
body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  background-color: #3e3027;
  font-family: "basiic";
}

.decalsbar{
  height: 1100px;
  width: 300px;
}

/* BANNER */
#bannercontainer{
  display: flex;
  position: relative;
  width: 800px;
  height:125px;
}
#banner{
  position: absolute;
}
#indextitle{
  position: relative;
  width: 485px;
  height: 100px;
  top: 15px;
  left: 58px;
}
#nowon{
  width: 140px;
  height: 25px;
  position: absolute;
  top: 1;
  left: 650px;
  bottom: 10px;
}

/* MAIN INDEX */
#mainindex{ 
  background-image: url("images/picnicbg.png");
  opacity: 0.80;
  color: #e8e8e3;
  margin: auto;
  width: 800px;
  height: 1000px;
  margin-top: 100px;
  border: outset 3px black;
}
.maincontent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#marquee{
  position: relative;
  font-family: "basiic";
  background-color: #9f211d;
  text-align: center;
}

.middle {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 560px;
  padding: 5px;

}
#indexframe{
  display: flex;
  position: relative;
  width: 525px;
  height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #733b34;
  scrollbar-color: #7a6c4e #5e4230;
  border: inset 3px white;
  padding: 15px 8px 15px 8px;
  font-family: "PixelOperator";
  column-gap: 15px;
  row-gap: 5px
}
#decals{ 
  display: flex;
  justify-content: space-around;
  width: 410px;
  height: 150px;
  align-items: center;
  align-self: center;
}
.idecal{
  width: 100px;
  height: 100px;
}

#navbar{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 3px;
  width: 160px;
  align-self: flex-start;
  margin: 5px 10px 5px 23px;
  align-items: center;
} /* subhead of sidebar */

.navbutton{ 
  display: flex;
  width: 140px;
  height: 25px;
  background-color: #332626;
  padding: 2px;
  font-family: PixelOperator;
  align-items: center;
  border-radius: 60px;
  margin: 3px;
  color: white;
  font-size: 1.1em;
  }

.navicon{
  width: 20px;
  height: 20px;
  padding: 5px;
}
#shrineshead{
  font-size: 0.8em
}
#navhead{
  border-radius: 0;
  width: 155px;
  align-self: center;
  padding: 0px;
  background-color:#7a6c4e;
  border: dotted white;
    font-size: 1.3em;
  margin: 5px;
}

#stamps{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
  row-gap: 3px;
  column-gap: 3px;
}

.resizestamp{
  width: 78px;
  height: 29px;
}

/* --ITTY BITTY BITS - MISC--*/
#anguish{
  width: 150px;
  height: 100px;
}
#spinny{ 
  width: 150px;
  height: 150px;
  position: fixed;
  top: 600px;
  right: 90px;
}
.nat {
  width: 200px;
  height: 180px;
  display: block;
  align-self: flex-start;
}
#links{
  position: fixed;
  width: 200px;
  height: 450px;
  right: 60px;
  top: 125px;
  background-color: #9f211d;
  border: dotted black;
  color: white;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;

}
#mobile{
  position: fixed;
  right: 172px;
  top: 90px;
}

#test{
  position: relative;
  height: 200px;
  width: 200px;
  top: 300px;
  left: 200px;
  z-index: 100;
}

.flex {
  display: flex;
}

