body { background-color: black; color: gray; font-family: sans-serif; font-size: 12px; }
img { border: 0px; z-index: 0.1; } 
#header { position: relative; width: 750px; height: 350px;  margin-left: auto; margin-right: auto; }
.frontpage { margin-top: 100px; opacity: 0; }
#logo { position: absolute; left: 0; top: 30px; }
a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
h1 { color: #FFFFFF; font-size: 14px; position: absolute; top: 5px; left: 224px; letter-spacing: 7px; padding: 0; margin: 0; }
h2 { color: #FFFFFF; font-size: 14px; position: absolute; top: 5px; left: 616px; letter-spacing: 5px; padding: 0; margin: 0; }
h3 { color: #24CAFE; font-size: 58px; position: absolute; top: 245px; left: 0px; letter-spacing: 16px; padding: 0; margin: 0;} 
h4 { color: #FFFFFF; font-size: 10px; position: absolute; top: 325px; left: 0px; letter-spacing: 4px; padding: 0; margin: 0; }
.social { position: absolute; left: 587px; top: 30px; list-style: none; margin: 0; padding: 0; width: 160px; }
.social li { position: relative; display: inline-block; width: 64px; height: 64px; margin:0; padding: 0 15px 15px 0; float: left;  }
.social img { position: absolute; width: 64px; height: 64px; -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */ }
#content { position: relative; width: 750px; margin-left: auto; margin-right: auto; }
canvas { z-index: -10;
	position: absolute;
	top: 0; }
.float { float: left; width: 33%; }

/* Custom Scrollbar by based on code by Divi Life */
/* width of entire scrollbar */
::-webkit-scrollbar {
	width: 15px;
}

/* The Scrollbar Track */
::-webkit-scrollbar-track {
	background-image: linear-gradient(180deg,#24cafe 0%,#cafe24 100%)!important; 
	background: #161616;
}
 
/* The Scrollbar Handle */
::-webkit-scrollbar-thumb {
	background-image: linear-gradient(180deg,#0080c8 0%,#d60b51 100%)!important; 
	background: #7d2ae8;
	border-radius: 50px;
}

/* The Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(180deg,#d60b51 0%,#0080c8 100%)!important; 
}
