
html{
  background-color: #1C0066;
  /* v halloween v */
  /*background-color: #202020;*/
}

body{
  background: url(imges/bkg.png) no-repeat center center fixed;
  /* v halloween v */
  /*background: url(imges/bkg_halloween.png) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font-family: Verdana, sans-serif;
  text-align: center;
  color: #D4C3FF;
  /* v halloween v */
  /*color: #AAAAAA;*/
  overflow-y: scroll;

  image-rendering: pixelated !important;

  margin: 0;
  padding: 0;
}

.top-part{
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #2E00A2;
  /* v halloween v */
	/*background-color: #202020;*/
}

.banner{
	height: 200px;
	width: auto;
  margin-bottom: 10px;
}

.mainText{
  display: block;
  width: 650px;
  max-width: 940px;
  margin: 30px auto 0px;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;

  padding-right: 20px;
  padding-left: 20px;
}

h1{
  text-align: center;
}


/* Sidebar */

.sidebar-body{
  margin-left: 14%;
}

.sidebar{
  width: 12%;
  min-width: 100px;

  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 1%;
  overflow-x: visible;

  text-align: center;
  display: block;
  background-color: #2E01A3;

  overflow-y: scroll;
}

.links{
	margin-left: 8px;
	margin-right: 8px;
  width: 90%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.links:hover{
  width: 95%;
  padding-top: 0;
  padding-bottom: 0;
}

.linkHeader{
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 8px;
}

.thumbnail{
  float: left;    
  margin: 0 15px 6px 0;
  max-width: 20%;
  border: 4px solid #2E01A3;
}
.thumbnail:hover{
  border: 4px solid #D4C3FF;
}


/* scroll bar */

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #000000;
}
::-webkit-scrollbar-thumb {
  background: #6637de;
}
::-webkit-scrollbar-thumb:hover {
  background: #875eef;
}


/* misc */

.mobile-menu{
  display: none;
  max-width: 100%;
}

.drawing{
  width: 100%;
  padding-top: 30px;
  image-rendering: optimizeSpeed;
}

.guestbook{
  width: 90%;
  max-width: 800px;
  height: 500px;
  border-color: #60237a;
  border-width: 5px;
}

a:link{
  color: #b6a6e2;
}
a:visited{
  color: #b6a6e2;
}
a:hover{
  color: #FFFFFF;
}


/* FOR MOBILE USERS (ROLLS EYES) */

@media only screen and (max-width: 950px){
  .top-part{
    padding: 5% 0 1% 0
  }
  .banner{
    width: 95%;
    height: auto;
  }
  .links{
    width: 30%;
    max-width: 200px;
  }
  .links:hover{
    width: 35%;
    max-width: 200px;
  }
  .mainText{
    padding-right: 0;
    padding-left: 0;
    width: 95%;
  }
  .thumbnail{
    width: 25%;
    height: auto;
  }
  .mobile-menu{
    display: contents;
  }
  .sidebar{
    display: none;
  }
  .sidebar-body{
    margin-left: 0;
  }

}
@media only screen and (max-width: 1426px){
  .minisuki{
    display: none;
  }
  .linkHeader{
    font-size: 65%;
  }
}

