@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
    html, body {
	/*height:100%;*/
	/*min-height:100%*/
	overflow-y: auto;
	overflow-x: hidden; 
	min-width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #cdcccc;
}

.designheading img{
	
	padding:10px 10px;
}/*logoarea*/

.headingbr{
	padding:20px;
	background-color: #708090;
}

.headingwline{
	padding:5px;
	/*background-color: white;*/
}

.headingbar{
	background-color: #f26722;	
	height: 50px;
	font-weight: bolder;
	text-align: center;
	color: white;

}

.headingbar p{
	padding:10px;	
	font-size: 25px;
}

.content{
  margin: auto;
  width: 40%;
  /*border: 3px solid #73AD21;*/
  padding: 10px;
  color: white;
  background-color: #585858;
}

.content p{
	text-align: center;
	padding:2px;	
	font-size: 14px;
}

hr.solid {
  border-top: 3px solid #bbb;
}
.content1{
	margin: auto;
    width: 60%;
	color: white;
	background-color: #585858;
}
.content1 p{
	line-height: 2.5;
	text-align:left;
	padding:2px 5px;	
	font-size: 16px;
}
.content1 b{
	font-size: 20px;
	text-decoration: underline;
}
.content a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}
.content a:hover {
  color: white;
  background-color: transparent;
  /*text-decoration: underline;*/
}
.content a:active {
  color: white;
  background-color: transparent;
  /*text-decoration: underline;*/
}

/******************************************************************************/
.footer{
	background-color: darkgray;
	width: 100%;
	padding: 5px;

	
}
.copyright{
    font-weight: bolder; 
	font-size: 10px;
	padding: 5px 0px;
	color: #000000;
	text-align: center;	
}

/*********************************************************************************/
@media only screen and (max-width: 600px) {
  .content { 
  margin: auto;
  width: 80%; 
	  }
  .content1{   
  margin: auto;
  width: 80%; 


	  }
.content1 p{
	line-height: 1.5;
	font-size: 14px;
  	text-align: justify;
  	text-justify: inter-word;

}
}
