body {
	background-image:url(../Images/background 2 (1).jpg);
	background-size: 100% 100%;
	}
	
/*Header*/
#main-header{
	background-image:url(../Images/hd.jpg);
	width:100%;
	top:0;
	left:0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*Logo*/
.logo{
	
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
	
}	

li a:hover {
  background-color:#11526A;
}

.navi{

    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	background-color:#333;
	opacity:0.9;
	font-family:Geneva;
	overflow: auto;
}
.navi li{
    display:inline;
}
.navi a{
    display:inline-block;
    padding:10px;
	float: left;
	padding: 12px;
	color: white;
	text-decoration: none;
	font-size: 17px;
	width: 20%;
	text-align: center;
	font-family:sans-serif;
}
/*Body*/
#Body-Background{
	background-image:url(../Images/T.Back.jpg);
	width:100%;
	top:0;
	left:0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.T1{
	opacity: 0.88;
	color:white;
	background-color:#11526A;
	border-color:gray
}

.GP{
	font-family: Arial, Helvetica, sans-serif;
	 font-size : 20px;
	 text-align:center;
}


.User_buttons {
  border: 0;
  outline: 0;
  display: inline-block;
  padding: 0.4px;
  color: black;
  background-color: white;
  text-align: left;
  cursor: pointer;
  width: 80%;
  font-size: 9px;
  text-align: left-side;
}

.User_Buttons:hover {
	color:#11526A;
  opacity: 1;
}

.T2{
	opacity: 0.8;
	color:black;
	background-color:white;
	border-color:none;
	box-sizing: 50px;
}

#Username{
	font-family: sans-serif;
	font-size:14px;
	opacity:0.6;
}

#name{
	font-family: sans-serif;
	font-size:17px;
}

.RP{
  width: 80%;
  font-size: 18px;
  color: grey;
  text-align: left-side;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  
}

.bnew{
	word-spacing:500px;
	text-indent: 10;
	font-size: 17px;
}
.bnew2{
	word-spacing:10px;
	color:black;
}

/*footer*/
.T1{
	opacity: 0.88;
	color:white;
	background-color:#11526A;
	border-color:white;
}


.form{
	color:black;
	opacity: 0.78;
}

*{
	box-sizing: border-box;
}
.column{
	float: left;
	width: 20%;
	padding: 5px;
}
.column1{
	float: left;
	width: 33.3%;
	padding-left:10px;
}

.row{
	content:"";
	clear: both;
	display:table;
	position: relative;
    font-family: Arial;
}




	
	


