@font-face {
    font-family: "Moyudan";
    src: url("Moyudan-XGMvo.otf") format("opentype"); /* Ignore this warning */
  }

body {
  font-family: Moyudan;
  background-image: url("images/neocitiesbackground-repeat.jpg");
  background-size: auto;
  display: grid;
}


button {
  font-family: Moyudan;
}

.main-article {
  color: MidnightBlue;
}

.main-article a{
 color: MidnightBlue; 
}
/*Articles along the right side of the page
Box is the main bit of the tab*/

.box-tab {
  display: grid;
  grid-template-rows: 50px fit-content(300px);
  grid-template-columns: auto;
  border-style: outset;
  border-color: MediumSeaGreen;
  background-color: #8ec374;
  box-sizing: border-box;
  overflow-x: hidden;
  height: fit-content;
  margin: 0px;
  padding-top: 0px;
  color: LightYellow;
  }
  
.box-tab p {
 top: 0px;
 margin: 5px;
}

/*Section is the top bit of the tab*/
.section-tab {
  color: LightYellow;
  background-color: MediumSeaGreen;
  padding-left: 10px;
  margin: 0px;
  text-align: justify; 
  position: relative;
  overflow: hidden;
}

.section-tab h1 {
 position: absolute;
 top:0px;
 margin:2px;
}

.box-tab button {
  float: right;
  border: outset;
  border-color: MediumSeaGreen;
  background-color: MediumSeaGreen;
  color: LightYellow;
}

.box-tab button:hover {
 border: inset;
 border-color: MediumSeaGreen;
}

.box-tab img {
 border-style: dashed none;
 border-color: LightYellow;
}

#consumption h1 {
 margin-top: 3px;
 margin-bottom: 3px;
 padding-bottom: 3px;
 padding-top: 3px;
}

#consumption button {
 margin-right: 5px; 
 margin-bottom: 5px;

}

/*Left Side Changelog Tab*/
.nav-tab {
  transform: translateY(-22px);
  padding-top: 0px;
  margin-top: 0px;
}


#updates {
  border-style: none outset outset outset;
  border-color: IndianRed;
  background-color: IndianRed;
  color: LightYellow;
  height: 300px;
  overflow-y: hidden;
  z-index: 1;
  padding-top: 0px;
  margin-top: 0px;
  box-sizing: border-box;
  }
  
#updates p {
  transform: translateY(-15px);
  max-height: 210px;
  overflow-y: scroll;
  scrollbar-width: thin;  /*Ignore Warning*/
  scrollbar-color: DarkSalmon IndianRed;  /*Ignore Warning*/
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

#updates hr {
  border: dashed;
  border-color: LightYellow;
  border-width: 2px;
  width: 100px;
  float: left;
  padding: 0;
  margin-top: 0;
}

#updates a {
  color: LightYellow;
  text-decoration: none;
}

/*Status (below updates)*/

#status {
 color: IndianRed;
 margin-left: 10px; 
}

#status ul{
  border: dashed;
  border-color: #f9c00f;
  margin-top: 0;
  padding: 5px;
  list-style-type: square;
  list-style-position: inside;
}



/*Nav Bar*/
header {
 display: table; 
 z-index: 0;
 width: 1089px;
 height: 20px;
 margin-left: auto;
 margin-right: auto;
 background-color: IndianRed;
 border-style: outset outset none outset;
 border-color: IndianRed;
 

}

.headerimage {
 background-image: url("https://i.pinimg.com/736x/65/f1/4b/65f14b12a70f5e5dd3e6a342b5da17b0.jpg");
 margin: 0px;
 padding: 0px;
 height: 100px;
 width: 1089px;
}

.headerimage img {
 height: 90px; 
}

header button {
 background-color: DarkSalmon;
 border-style: outset;
 border-color: DarkSalmon; 
 margin-top: 2px;
 margin-bottom: 2px;
 color: LightYellow;
}

header button:hover {
 border-style: inset;
 border-color: DarkSalmon;
}

#navline {
 padding: 0px;
 width: 870px;
 margin: 0px;
 float: right;
 height: 2px;
 color: #883d3d;
 background-color: #883d3d;
 border: none;
}

/*footer*/

.foot {
 width: 1089px;
 margin-left: auto;
 margin-right: auto;
 border: outset;
 border-color: #f9c00f;
 background-color: #e6d26f;
 margin-top: none; /*Ignore Warning*/
 max-height: fit-content;
 color: IndianRed;
 text-align: center; 
}

.foot a {
 color: IndianRed; 
}