html{
	
	background-image: url("load.png");
	background-repeat: 	no-repeat;
	background-size : cover;
	background-color: none;
	opacity: 0.75;
}

div.h1{
	background-color: black;
	opacity: 0.0;

}

div.container{

  background-color:black;
  background: black;
}

div.para
{
  margin-left:70px;
  margin-right:70px;
  margin-bottom:5px;
  font-weight:400;
  line-height:2.5;
  background:lightgrey;
  padding:20px;

}

div.first
{
  padding-left:10px;
  
}

div.jumbotron
{
	text-align: center;
	position:center;
	background-color: transparent;
	width: auto;
	margin-top: 50px;
	opacity: 1.0;
	font-family: Avenir;

}