body {
	background:#ffffff;
}

#intro {
  margin: 0;
  overflow: hidden;
}

#intro_text {
	position:absolute;
	top:50%;
	margin-top:-126px;
	color:white;
	width:100%;
	text-align:center;
	z-index:1;
}


#intro_text h1 {
	font-size:2.5em;
	display:none;
}

#intro_text h2 {
	font-weight:100;
	display:none;
}


body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: white;
}
body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}


