/* This is the main CSS stylesheet, currently used for index.html */

/* FONT */
/* Determination-Mono, the font used in Undertale and Deltarune's dialogue. */
@font-face {
  font-family: DTM-Mono;
  src: url(meta/DTM-Mono.otf);
}

/* HEADER */
/* FF Title Logo, Banner Head, Navigation Bar */

#logo{
  text-align: center;
  font-size: 36px;
  margin: 0.2em;
}

#banner-head{
  height: 45vh;
  width: 100%;
  background-color: #FFFAF3;
  margin-bottom: 1%;
  border-image: url(images/ff-border-main.png) 33% round;
  border-image-width: 48px;
}

/* NavBar Container */
.navbar{
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 1%;
}

.navbar-button{
  font-size: 24px;
  background-color: #fbfb7a;
  margin: 5px;
  width: 30%;
  border: 3px solid #282727;
  border-radius: 10px;
  font-family: DTM-Mono;
  padding: 10px;
}

/* NavBar Button Text */
.navbar a{
  color: #282727;
  text-decoration: none;
}

.navbar a:visited{
  color: #282727;
  text-decoration: none;
}

/* FOOTER */

#footer{
  width: 90%;
  height: 5vh;
  margin: auto;
  background-color: #fffaf3;
  border: 3px solid #282727;
  text-align: center;
  padding: 10px;
  font-size: 1em;
}

/* BODY */

body{
  margin-left: 5%;
  margin-right: 5%;
  background-color: #CDF5FB;
  font-family: DTM-Mono;
}

/* All three columns */
main{
  display: flex;
  flex-direction: row;
  justify-content:center;
}

.window{
  width: 320px;
  height: 100px;
  background-color: #fffaf3;
  display: inline-block;
  margin: 0.7em;
  padding: 1em;
  border-image: url(images/ff-border-main.png) 33% round;
  border-image-width: 48px;
  
}

/* Span = Title Text */
span{
  font-size: 1.5em;
}

span::before{
  content: "❤ ";
  margin-left: 5px;
}

.title{
  border: 2px solid #282727;
  font-size: 1.2em;
  position: relative;
  margin: 0.3em;
}

/* For center column */
#title-main{
  font-size: 1.4em;
}

.content{
  font-size: 1.2em;
  margin-left: 10px;
  margin-right: 10px;
}

/* SPECIFIC WINDOWS */

.content-main{
  font-size: 1.2em;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.main-left-column{
  margin-left: 2px;
  }

.main-right-column{
  margin-right: 2px;
  font-size: 0.8em;
  text-align: center;
}

#plh-main{
  width: 256px;
  height: 300px;
  background-color: #818181;
  margin-top: 10px;
}

#ff-logo{
  border: 2px solid #282727;
  margin-right: 2px
}

.content ul{
  list-style: square;
}

#content-members{
  overflow: auto;
}

.members-list{
  border: 2px transparent #282727;
  font-size: 1.3em;
  padding: 0.3em;
  background-color: #fbfb7a;
}

.members-list a{
  text-decoration: none;
}

.members-list:nth-child(2n){
  background-color: #ffd651;
}

#bgm{
  width: 675px;
  height: 150px;
}

#home{
  width: 675px;
  height: 675px;
}

#changelog{
  height: 400px;
  overflow: auto;
}

#credits{
  height: 170px;
  overflow: auto;
  overflow-block:scroll;
}
  


#highlights{
  height: 170px;
}
#members{
  height: 395px;
}

#freewall{
  height: 380px;
}