body {
  height: 100%;
	padding:0;
	margin:0;
	background-color: #3b3b3b;
  color: white;
}

html {
  height: 100%
}

#icon { 
	display: inline;
	float: left;
	padding: 10px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
}

#toolbar {
	background-color: #171717;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#about {
  margin-left: 5%;
  padding-bottom: 100px;
}

.PageTitle {
  padding: 0;
	margin: 0;
	margin-left: 2%;
	color: white;
	font-family: "HKGroteskRegular", "sans-serif";
	font-size: 60px;
	display: inline;
	float: left;
}

.PageTabs {
	margin-left: 5%;
  margin-top: 30px;
	color: #c4c4c4;
	font-family: "HKGroteskRegular", "sans-serif";
	display: table;
	float: left;
}

.Heading {
  margin: 0;
	color: white;
	font-family: "HKGroteskRegular", "sans-serif";
	font-size: 50px;
	float: left;
}

.BasicText {
	color: white;
	font-family: "HKGroteskRegular", "sans-serif";
	font-size: 25px;
	float: left;
}

.SplashScreen {
  padding: 0px;
  background-image: url("splashscreen.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


