.Notification{
	background-color: White;
	border-radius: 10px;
	width: 65%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
}

.Title{
	margin: auto;
	text-align: center;
	font-size: 3vmin;
	font-weight: bold;
}

.MessageInfo{
	font-size: 2vmin;
	white-space: pre-wrap;
}

.Dismiss{
	margin-top: 5px;
	float: right;
	display: block;
}

.DismissLink{
	background-color: #7e0202;
	border-radius: 5px;
	border: solid;
	font-size: 2vmin;
	font-weight: bold;
	color: White;
	border-color: black;
	padding: 3px;
	text-align: center;
	cursor: pointer;
	float: right;
}

@font-face {
	font-family: RoughDraft; src: url('/fonts/rough-draft.ttf');
}

.tech{
	color: #ED1C24;
	font-size: 8vmin;
	font-family: RoughDraft;
}

.fan{
	color: White;
	font-size: 8vmin;
	font-family: RoughDraft;
}

.hub{
	color: #00A2E8;
	font-size: 8vmin;
	font-family: RoughDraft;
}

hr.faded {
  height: 2px;
  border: none;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255, 255, 255)),
      color-stop(0.2, rgb(30,30,30)),
      color-stop(0.8, rgb(30,30,30)),
      color-stop(1, rgb(255, 255, 255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255, 255, 255) 0%,
      rgb(30,30,30) 20%,
      rgb(30,30,30) 80%,
      rgb(255, 255, 225) 100%
  );
}

#HomeHeader{
	background-color: Black;
}

#homeFooter{
	background-color: #7e0202;
}

.Spacer{
	padding-top: 15.875vmin;
	width: 100%;
	color: transparent;
}

#TechHubHomeImg{
	width: 75vmin;
	height: 56.25vmin;
	display: block;
	margin: auto;
}

#clockOutLink{
	float: right;
	padding-left: 1vmin;
	padding-right: 1vmin;
	padding-top: 1vmin;
	color: White;
	font-size: 3.5vmin;
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	text-decoration: none;
}

#mainArea{
	background-color: #333358;
}
