/*div {
   border-style:solid;
}
*{
	border:1px solid rgba(0, 0, 0, 0.3);
}
* {
	box-sizing:border-box;
}*/

body {
	background-image: url("BackR.jpg");
	margin: 0;
	padding: 0;
}

a:link    {color:black; background-color:white; text-decoration:underline}
a:hover   {color:red; background-color:white; text-decoration:underline}


div.header {
         background-color: rgba(255, 255, 255, 0.8);
         height:350px;
         margin: 0 auto;
         position: relative;
         top: 5px;
         width: 55%;
        
}

div.para {
   	text-align: center;
    position: relative
    margin: 0 auto;
    font-family: Helvetica, Times, serif;
	font-weight: 100;
    font-size: 17px;
	line-height: 1.7em;
	color: black;
    border-width: 4px 2px 4px 2px;
    width:40%
	background-color: rgba(255, 255, 255, 0.8);
	
}

div.people {
	text-align: left;
    position: relative
    margin: 0 auto;
	padding: 5px;
    font-family: Helvetica, Times, serif;
	font-weight: 400;
    font-size: 17px;
	line-height: 1.7em;
	color: black;
	background-color: rgba(255, 255, 255, 0.6);
    border-width: 4px 2px 4px 2px;
	list-style-type: none;
    
	top:5%;
	
}

div.para1 {
   	text-align: center;
    position: relative
    margin: 0 auto;
    font-family: Helvetica, Times, serif;
	font-weight: 100;
    font-size: 17px;
	line-height: 1.7em;
	color: black;
    border-width: 4px 2px 4px 2px;
    width:40%
	background-color: rgba(255, 255, 255, 0.8);
	
}


h1 {
	font-family: Georgia, Times, serif;
	font-size: 40px;
	text-transform: uppercase;
	color: MidnightBlue;
	text-align: center;
   
    
}

h2 {
	font-family: , Times, serif;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	color: red;
	
	
}

#header-text {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 10%;
  width: 60%;
  
}

#para-text {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 10%;
  width: 40%;
  }

#para1-text {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 10%;
  width: 40%;
  }
  


h3 {
	font-family: Georgia, Times, serif;
	text-align: center;
	color: blue;
	font-size: 19px;
	background-color: rgba(255, 255, 0, 0.8);
}

h5{
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: Red;
    text-align: center;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.7);
}

p {
	font-family: Helvetica, Times, serif;
	font-weight: 100;
    font-size: 17px;
	line-height: 1.7em;
	color: black;
    width: 100%
    min-width: 10000px;
    max-width: 1200px;
   /* border: 3px solid #2D3FA3; */
    padding: 10px 5px;
    margin: 6px 12px 6px 12px;
    background-color:rgba(255, 255, 255, 0.8);
	
	
} 

