.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#loadCover {
	width:100%;
	height:100%;
	position:fixed;
	background-color:#000C99;
	opacity:.8;
	z-index:-2000;
	color:white;
	top:0px;
}

.navbar {
	z-index:-3000;
}

#topContent {
	z-index:3000;
}
.coverTitle {
	text-align:center;
	color:white;
	clear:both;
	padding-top:50px;
}

.lead{
	font-size:600%;
	opacity:1;
	color:white;
}

img {
	width:200px;
	float:right;
	padding:20px;
}

button.home{
	position:relative;
	width:200px;
	top:50px;
	left:50px;
	font-size:200%;
	background-color:orange;
	color:white;
	
	
}

.progress {
	text.align:center;
	width:20%;
	margin-left:40%;
}

#svgDiv {
	position: absolute;
	bottom:0px;
}
