*{ margin: 0;padding: 0;box-sizing: border-box; }
body{
margin: 0;
font-family: "Book Antiqua";
font-family: "Times New Roman", Times, serif;
/*background-image: linear-gradient(to right,white,white,#B2CDFE,white,#F2D0F5,#B2CDFE,white,white);*/
/*background-image: url('../img/panchayatiraj.jpg');
background-repeat:no-repeat;
background-size: cover;*/
}


.container-fluid{
   width: 100%; 
   height: auto;
}
.navbar{
  width: 100%;
  background-color: #084464;
  height: auto;
}

.navbar a {
  float: left;
  padding: 5px;
  text-decoration: none;
  font-size: 18px;
  width:180px; /* Four links of equal widths */
  text-align: center;
}
.navbar-nav li {
  float: right;
  padding: 5px;
  font-size: 18px;
  width:200px; /* Four links of equal widths */
  text-align: center;
}


figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: #285071;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

