::selection {
  background: #d5ebdd;
}

@font-face { 
  font-family: 'KingsQuest6.ttf';
  src: url('KingsQuest6.ttf');
}

body {
  color: #775c56;
  font-family: 'KingsQuest6.ttf';
  font-size: 20px;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 10px;  
}

.border{
  margin: 0 0 0 170px;
}

.banner{
}

.banner img{
}

.ntitle{
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  background: #eaf5ee;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

.ntitle p{
  margin: 3px 0;
}
    
.navbutton {
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  display: inline-block; /*list*/
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  text-decoration: none; /*stops from being underlined link*/
  color: #775c56; /*stops from being blue link*/
}

.navbutton:hover{
  color: #bfd3c6;
  font-style: italic;
  text-decoration: underline;
  border-color: #775c56;
}

.navbutton p{
  margin: 3px 0;
}

.ltitle{
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  background: #eaf5ee;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

.ltitle p{
  margin: 3px 0;
}
    
.linbutton {
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  display: block; /*list*/
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  text-decoration: none; /*stops from being underlined link*/
  color: #775c56; /*stops from being blue link*/
}

.linbutton:hover{
  color: #bfd3c6;
  font-style: italic;
  text-decoration: underline;
  border-color: #775c56;
}

.linbutton p{
  margin: 3px 0;
}

.linbutton2 {
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  display: block; /*list*/
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  text-decoration: none; /*stops from being underlined link*/
  color: #775c56; /*stops from being blue link*/
}

.linbutton2:hover{
  color: #bfd3c6;
  font-style: italic;
  text-decoration: underline;
  border-color: #775c56;
}

.linbutton2 p{
  margin: 3px 0;
}

.linbutton3 {
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  display: block; /*list*/
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  text-decoration: none; /*stops from being underlined link*/
  color: #775c56; /*stops from being blue link*/
}

.linbutton3:hover{
  color: #bfd3c6;
  font-style: italic;
  text-decoration: underline;
  border-color: #775c56;
}

.linbutton3 p{
  margin: 3px 0;
}

.linbutton4 {
  width: 170px;
  height: 30px;
  margin: 0 0 0 170px;
  display: block; /*list*/
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 5px 5px;
  text-decoration: none; /*stops from being underlined link*/
  color: #775c56; /*stops from being blue link*/
}

.linbutton4:hover{
  color: #bfd3c6;
  font-style: italic;
  text-decoration: underline;
  border-color: #775c56;
}

.linbutton4 p{
  margin: 3px 0;
}

.sonbutton{
  width: 300px;
  margin: 10px 0 0 170px;
  text-indent: 0;
  padding: 0 10px 0 75px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
}

.stitle{
  display: flex; /*makes the repeated things go in a line*/
  white-space: nowrap; /*idek honestly*/
}

.stitlep{
  margin: 3px 80px 3px 0;
}

.stitle.direction-scroll-left {
  animation: scroll-left 70s linear infinite; 
}

.marquee {
  animation-duration: 10s;
  overflow: hidden;
  display: flex;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.albumcover{
  height: 55px;
  width: 55px;
  border-radius: 5px;
  border-width: 1px;
  color: #775C56;
  margin: -100px 0 26px 180px;
}

.infbutton{
  text-align: justify;
  text-indent: 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-image: linear-gradient(#fffcfc 20%, #ffdeeb 100%);
  width: 390px;
  margin: -10px 0 0 170px;
}

.infbutton p{
  margin: 3px 10px 3px 10px;
}













