
/*background*/
body {
font-family: 'Century Gothic';
font-size: 14px;
color: #86FFFF;
background-image: url(https://crystalfruit.neocities.org/projectSIS/img/totempole.png)
                , url(https://crystalfruit.neocities.org/img/floatsies.gif)
                , url(https://crystalfruit.neocities.org/img/gradient.png);
background-repeat: no-repeat, repeat, no-repeat;
background-attachment: fixed;
background-position: 400px 360px, 0px, 0px;
background-size: 12.5%, 400px 400px, 1920px 1080px;
background-color: #F4696C;

}

/*link color*/
a {
color: #86FFFF;
}

a:hover {
 color: #F76B67;
}

a:link{
 text-decoration: none;
}


.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 1080px;
 }
 
.row {
  text-align: justify;
  display: flex;
  vertical-align: middle;
 }
  
.column {
  display: flex;
  flex-direction: column;
 
  }
 
.box {
  background-color: #2E1D7A;
  outline: 2px solid #86FFFF;
  margin: 5px;
}



.main {
  width: 860px;
  height: 540px;
  margin: 5px;
 }
 
.about {
  width: 500px;
  height: 460px;
  overflow:auto;
 }
 
 .playlist {
  width: 350px;
  height: 460px;
  overflow: auto;
 }
 
.art {
  width: 650px;
  height: 950px;
 }
 
.picdisplay  {
  width: 600px;
  height: 600px;
  margin: 10px;
  text-align: justify;
  align-items: center;
  display: flex;
  justify-content: center;
 }
 
 
.info {
  width: 596px;
  height: 222px;
  margin: 10px;
  padding: 20px;
  padding-top: 0px;
  align-self: center;
  outline: 2px dashed #BA49FF;
  overflow: auto;

 }
 
 
.slider {
  width: 200px;
  height: 950px;
  overflow: auto;
 }

.sidebar {
 width: 200px;
 height: 180px;
}

.inner {
  padding: 14px;
  text-align: justify;
}

.inner2 {
  padding: 10px;
  text-align: left;
  font-size: 12px;
}




.box h1, .box h2, .box h3 {
  background: #86FFFF;
  padding: 0.1em 0.1em 0.2em 0.1em;
  margin: 0;
  text-align: center;
  border-bottom: 3px;
  color: #BA49FF;
  overflow: auto;
  }
  

  

  
.thumb {
 width: 150px;
  }
  
.video {
height: 467px;
width: 830px;
margin: 5px;
}

.pix {
height: 600px;
margin: 5px;
outline: 4px double #BA49FF;
}

.pixwide {
width: 600px;
margin: 5px;
outline: 4px double #BA49FF;
}

.totempole {
width: 250px;
clear: none;
}

.button {
 background-color: #2E1D7A;
 width: 150px;
 height: 150px;
 outline: 4px double #BA49FF;
 border: none;
 text-align: center;
 padding: 0;
 margin: 10px;
 cursor: pointer;
}

.buttonstyle {
 background-color: #2E1D7A;
 width: 165px;
 height: 20px;
 outline: 2px solid #BA49FF;
 border: none;
 text-align: center;
 padding: 2px;
 margin: 5px;
 cursor: pointer;
 font-family: 'Century Gothic';
 font-size: 12px;
 color: #86FFFF;
}

.buttonstyle2 {
 background-color: #2E1D7A;
 width: 161px;
 height: 16px;
 outline: 2px solid #BA49FF;
 border: none;
 text-align: center;
 padding: 2px;
 margin: 5px;
 margin-bottom: 10px;
 cursor: pointer;
 font-family: 'Century Gothic';
 font-size: 12px;
 color: #86FFFF;
}
